Visitor Online Count Plugin

(Visited 993 times)

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

Leave a Reply

You must be logged in to post a comment.