Using Invisible Counter with Official StatCounter Plugin for WordPress Použití Invisible Counter Úřední s StatCounter Plugin pro 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ů StatCounter pomocí služby sledování a počet návštěvníků a zobrazených stránek statistiky o své blogy si nyní mohou stáhnout a nainstalovat official WordPess plug-in for StatCounter oficiální WordPess plug-in pro StatCounter to easily install StatCounter tracking code on self-hosted on the blog for comprehensive range of web analytic stats. na StatCounter snadno nainstalovat kód sledování na samostatné-hosted na blogu o komplexní webové analytické statistiky.
The StatCounter plugin provides easier way to install tracking code without the need to manually edit and modify the template files or code. V StatCounter plugin nabízí jednodušší způsob, jak nainstalovat kód sledování, aniž by bylo nutné ručně editovat a upravit soubory šablon nebo kód. However, it also introduces some inflexibilities too, such as to make use of invisible counter. Je však také zavádí některé inflexibilities příliš, jako se využívají neviditelné pultu. 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. Ačkoli je možné přizpůsobit zobrazení protizáruky stylu neviditelné v "Konfigurace Counter", ale někdy StatCounter přidat StatCounter.com Tagline na webové stránky s kódem zní to i přesto, že proti typu je nastavena na neviditelné v ovládacím panelu.
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. Aby se zajistilo, že StatCounter vždy neviditelný při použití Úřední StatCounter Plugin pro WordPress automaticky zobrazí kód sledování na všech Wordpress blogu a stránek, zvláštní neviditelnou značku kód musí být přidány do kódu sledování úpravou plug-in souboru.
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). Otevřete-StatCounter Wordpress-Plugin.php v libovolném textovém editoru (je-li již nahrán na server, SSH na vzdáleném serveru a změnit adresář \ wp-content \ plugins adresáře). Then go to the bottom of the code, and locate a block of text similar to the following text at around line 197: Pak jdi do dolní části kódu a najděte blok textu podobná následující text okolo řádku 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: Přidat další var řádek níže v mezi, nebo na horní nebo dolní části stávajících 3 řádky:
var sc_invisible=1;
The final code will looks like below: Konečný kód vypadá následovně:
<!-- 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. Nahrát nový plugin souboru na server, nebo pokud jste již střih na serveru, soubor uložte. Voila, the StatCounter will now always invisible to visitors' eyes. Voila, je StatCounter bude nyní vždy neviditelná pro návštěvníky 'oči.
IMPORTANT : The page is machine translated and provided "as is" without warranty. Upozornění: Stránka je stroje přeloženy a poskytovány "tak jak jsou" bez záruky. Machine translation may be difficult to understand. Strojový překlad může být obtížné pochopit. Please refer to Obraťte se prosím na original English article Anglický originál článku whenever possible. kdykoli je to možné.
Related Articles Související články
- StatTraq – Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - Wordpress Plugin pro Site Statistické a Dopravní Counter
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon Jak zakázat nebo Hide WordPress.com Automattic Statistiky Plugin Smiley Icon
- Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Trvale zakázat AdSense-Deluxe WordPress Plugin Odměňte Plugin Autor Alternativa
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin WordPress Plugin: Zobraz Google Analytics a FeedBurner Zprávy Statistiky z Site Admin
- Technorati Incoming Links Plugin for WordPress Technorati Incoming Odkazy Plugin pro WordPress
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality Caption Disabler WordPress Plugin na Zakázat a odebrat popisky Funkčnost
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 Kolona WordPress Relaxační Téma komentáře-paged.php pro stránkované-Komentáře WordPress Plugin
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) Automaticky aktualizovat na nejnovější verzi WordPress s Automatický Aktualizovat Plugin (WPAU)
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header WLWManifest Disabler Plugin odebrat XLM Link na WordPress Blog Header
- Free Download: Akismet for WordPress Plugin 2.0 to Stop Comment, Trackback and Pingback Spam Zdarma ke stažení: Akismet pro WordPress Plugin 2,0 až Stop komentář, Pingback a Trackback Spam









































