Visitor Online Count Plugin
This is the first plugin I install myself.
At first I thought, I need to upload the plugin use the administrator panel. But actually, I need to use other utility to upload the file to the web. I used cpanel’s file manager.
Ok, first, I downloaded the plugin from faked.org. Unzipped the file. Uploaded wp_onlinecounter.php file to /wp_content/plugins using cpanel’s file manager.
Then IÂ went to the administrator panel -> plugins -> and clicked activate plugin.
Using the cpanel file manager, I opened sidebar.php from wp_content/themes/default/Â (because I want to put the counter on the sidebar).
Pasted below code on sidebar.php
< ?php if (function_exists(wp_onlinecounter)) {
wp_onlinecounter();
} ?>
 Save it, and it is ready!
Category: Wordpress