Using Invisible Counter with Official StatCounter Plugin for WordPress Menggunakan Invisible Counter dengan Official StatCounter Plugin untuk 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 menggunakan layanan StatCounter untuk melacak dan menghitung pengunjung dan statistik tampilan halaman pada blog mereka sekarang dapat men-download dan menginstal official WordPess plug-in for StatCounter WordPess Resmi plug-in untuk StatCounter to easily install StatCounter tracking code on self-hosted on the blog for comprehensive range of web analytic stats. StatCounter dengan mudah menginstal kode pelacakan pada diri-host di blog untuk rentang komprehensif analitik web stats.
The StatCounter plugin provides easier way to install tracking code without the need to manually edit and modify the template files or code. StatCounter Plugin yang menyediakan cara mudah untuk menginstal kode pelacakan tanpa perlu secara manual mengedit dan memodifikasi file template atau kode. However, it also introduces some inflexibilities too, such as to make use of invisible counter. Namun, hal itu juga memperkenalkan beberapa inflexibilities juga, seperti untuk memanfaatkan terlihat counter. 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. Meskipun dimungkinkan untuk menyesuaikan gaya counter display terlihat dalam "Konfigurasi Counter" pilihan, tapi kadang-kadang StatCounter menambahkan tagline StatCounter.com ke halaman web dengan kode yang ditambahkan meskipun tipe konter diatur untuk tidak terlihat dalam panel kontrol.
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. Untuk memastikan bahwa StatCounter selalu tetap terlihat saat menggunakan Official StatCounter Plugin untuk Wordpress untuk secara otomatis menampilkan kode pelacakan pada semua posting blog Wordpress dan halaman, tak kasat mata tertentu kode tag yang perlu ditambahkan ke kode pelacakan dengan memodifikasi plug-in file.
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). Buka StatCounter-Wordpress-Plugin.php di editor teks apapun (jika sudah diupload ke server, remote SSH ke server dan mengubah direktori ke \ wp-content \ plugin direktori). Then go to the bottom of the code, and locate a block of text similar to the following text at around line 197: Lalu pergi ke bagian bawah kode, dan menemukan sebuah blok teks yang serupa dengan teks berikut di sekitar baris 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: Tambahkan baris var tambahan di bawah ini untuk di antara, atau di atas atau bawah ada 3 baris:
var sc_invisible=1;
The final code will looks like below: Kode akhir akan tampak seperti di bawah ini:
<!-- 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. Plugin baru upload file ke server, atau jika Anda sudah mengedit di server, simpan file. Voila, the StatCounter will now always invisible to visitors' eyes. Voila, yang StatCounter sekarang akan selalu terlihat oleh pengunjung mata.
IMPORTANT : The page is machine translated and provided "as is" without warranty. PENTING: Halaman ini adalah mesin diterjemahkan dan diberikan "sebagaimana adanya" tanpa jaminan. Machine translation may be difficult to understand. Terjemahan mesin mungkin sulit untuk mengerti. Please refer to Silakan merujuk ke original English article artikel asli bahasa Inggris whenever possible. bila memungkinkan.
Related Articles Artikel Terkait
- StatTraq – Wordpress Plugin for Site Statistic and Traffic Counter StatTraq - Wordpress Plugin untuk Site Statistic dan Traffic Counter
- How to Disable or Hide WordPress.com Automattic Stats Plugin Smiley Icon Cara Nonaktifkan atau Sembunyikan Automattic WordPress.com Stats Plugin Smiley Icon
- Permanently Disable AdSense-Deluxe WordPress Plugin Reward Plugin Author Option Nonaktifkan secara permanen AdSense-Deluxe Reward Wordpress Plugin Plugin Author Option
- WordPress Plugin: Display Google Analytics and FeedBurner Reports Statistics from Site Admin Wordpress Plugin: Tampilan Google Analytics dan Feedburner Laporan Statistik dari Site Admin
- Technorati Incoming Links Plugin for WordPress Technorati Incoming Links Plugin untuk WordPress
- 3 Column Relaxation WordPress Theme comments-paged.php for Paged-Comments WordPress Plugin 3 Column Wordpress Theme Relaksasi komentar-paged.php untuk membolak-Komentar Wordpress Plugin
- Caption Disabler WordPress Plugin to Disable and Remove Captions Functionality Caption Disabler Wordpress Plugin untuk Nonaktifkan dan Hapus Keterangan Fungsi
- Automatically Update WordPress to Latest Version with Automatic Upgrade Plugin (WPAU) Update secara otomatis Wordpress ke Versi terbaru dengan Automatic Upgrade Plugin (WPAU)
- WLWManifest Disabler Plugin to Remove XLM Link in WordPress Blog Header Plugin untuk WLWManifest Disabler Hapus XLM Link di Wordpress Blog Header
- Free Download: Akismet for WordPress Plugin 2.0 to Stop Comment, Trackback and Pingback Spam Free Download: Akismet untuk WordPress Plugin 2,0 untuk Stop Komentar, Trackback dan Pingback Spam









































