Using Invisible Counter with Official StatCounter Plugin for WordPress Mit unsichtbaren Counter mit offiziellen StatCounter Plugin für WordPress
WordPress bloggers using StatCounter service to track and count visitors and page views statistics on their blogs can now download and install WordPress Blogger mit StatCounter Service zum Erfassen und Zählen Besucher und Seitenabrufe Statistiken über ihre Blogs können jetzt herunterladen und installieren official WordPess plug-in for StatCounter offizielle WordPess Plug-in für StatCounter to easily install StatCounter tracking code on self-hosted on the blog for comprehensive range of web analytic stats. leicht zu installieren StatCounter Tracking-Code auf Self-beherbergte auf dem Blog für eine umfassende Palette von Web-analytischen Daten.
The StatCounter plugin provides easier way to install tracking code without the need to manually edit and modify the template files or code. Die StatCounter Plugin bietet einfachere Methode zur Installation von Tracking-Code ohne die Notwendigkeit, manuell bearbeiten und ändern Sie die Template-Dateien oder Code. However, it also introduces some inflexibilities too, such as to make use of invisible counter. Es wird aber auch einige inflexibilities zu, wie z. B. zur Nutzung der unsichtbaren Zähler. Although it’s possible to customize counter display style to invisible in “Configure Counter” option, but StatCounter sometimes add a StatCounter.com tagline to the web pages with code added even though the counter type is set to invisible in control panel. Es ist zwar möglich, die Kunden Counter Darstellung zu unsichtbar in "Konfigurieren Counter"-Option, aber manchmal StatCounter add a StatCounter.com Tagline auf die Web-Seiten mit dem Code hinzugefügt, obwohl der Zähler eingestellt ist, um unsichtbar in der Systemsteuerung.
To ensure that StatCounter always stay invisible when using Official StatCounter Plugin for WordPress to automatically display the tracking code on all Wordpress blog posts and pages, a specific invisible tag code needed to be added into the tracking code by modifying the plug-in file. Um sicherzustellen, dass StatCounter immer unsichtbar bleiben bei der Verwendung Offizielle StatCounter Plugin für WordPress, um automatisch die Tracking-Code auf allen Wordpress Blog-Posts und Seiten, eine spezifische unsichtbar Tag-Code erforderlich, um hinzugefügt werden in den Tracking-Code durch eine Änderung der Plug-In-Datei.
Open StatCounter-Wordpress-Plugin.php in any text editor (if already uploaded to server, remote SSH into the server and change directory to \wp-content\plugins directory). Open-StatCounter Wordpress-Plugin.php in einem beliebigen Texteditor (falls bereits hochgeladen-Server, Remote-SSH-Verbindung zu dem Server und Verzeichnis zu ändern \ wp-content \ Plugins-Verzeichnis). Then go to the bottom of the code, and locate a block of text similar to the following text at around line 197: Dann gehen Sie zum unteren Rand des Code, und suchen Sie einen Block von Text wie der folgende Text bei etwa Zeile 197:
<!-- Start of StatCounter Code -->
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code -->
Add an additional var line below to in between, or on top or bottom of existing 3 lines: Fügen Sie eine zusätzliche Zeile var unten, um die in zwischen, oder auf oberen oder unteren Rand des bestehenden 3 Zeilen:
var sc_invisible=1;
The final code will looks like below: Die endgültige Code sieht aus wie folgt:
<!-- Start of StatCounter Code -->
<script type="text/javascript">
<!--
var sc_project=<?php echo $sc_project; ?>;
var sc_invisible=1;
var sc_partition=<?php echo $sc_part; ?>;
var sc_security="<?php echo $sc_security; ?>";
//-->
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<!-- End of StatCounter Code -->
Upload the new plugin file to the server, or if you already editing on the server, save the file. Laden Sie die neue Plugin-Datei auf den Server, oder wenn Sie bereits Bearbeitung auf dem Server, speichern Sie die Datei. Voila, the StatCounter will now always invisible to visitors’ eyes. Voila, die StatCounter wird jetzt immer unsichtbar für die Besucher "die Augen.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Dies ist eine Maschine übersetzt, die Seite wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung Mai nur schwer zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.
Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe bei My Digital Life Forums My Digital Life Foren .
Related Articles Verwandte Artikel
- Must Have WordPress Plugins Müssen WordPress-Plugins
- StatTraq - Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - Wordpress-Plugin für Website-Statistik-und Traffic Counter
- Disable WordPress 2.3 Core and Plugins Update Check and Notification Deaktivieren WordPress 2.3 Core und Plugins Update überprüfen und Notifizierung
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) Automatisches Update auf WordPress Neueste Version mit automatischem Upgrade Plugin (WPAU)
- Free Download: Akismet for WordPress Plugin 2.0 to Stop Comment, Trackback and Pingback Spam Kostenloser Download: Akismet für WordPress Plugin 2,0 bis Stop Kommentar, Trackback und Pingback Spam
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 Spalte WordPress Thema Entspannung Bemerkungen-paged.php für Seiten-Kommentare WordPress Plugin
- StatCounter Free Account Upgrades to 500 Log Size StatCounter kostenloses Konto Upgrades zu 500 Log-Größe
- Integrate WordPress including Comments with bbPress Forum using bbSync Integrieren Sie WordPress einschließlich Kommentare mit bbPress Forum mit bbSync
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin WordPress Plugin: Anzeige der Google Analytics FeedBurner Berichte und Statistiken aus Site Admin
- Download WordPress 2.3 Release Candidate 1 (RC1) with Tags Support Download WordPress 2.3 Release Candidate 1 (RC1) mit Tags Support
































