Support » Fixing WordPress » “Who’s Online” plugin not working

Viewing 3 replies - 1 through 3 (of 3 total)
  • did u add the code to the sidebar?

    Basically what GamerZ is saying, if you or anyone wants these plugins, you need to read the ReadMe files fully, not just partially.

    In Control Panel of blog: => Presentation => Themes => Themes Editor => Sidebar.php


    // Open wp-content/themes/<YOUR THEME NAME>/sidebar.php

    Add:
    ——————————————————————
    <?php if (function_exists('useronline')): ?>
    <li>
    <h2>UserOnline</h2>
    <ul>
    <li><a href="<?php echo get_settings('home'); ?>/wp-useronline.php"><?php get_useronline(); ?></a></li>
    </ul>
    </li>
    <?php endif; ?>

    Where ever you want it to appear in the sidebar.php file..

    spencerp

    Having same problem, and yes, I added the code into the sidebar…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“Who’s Online” plugin not working’ is closed to new replies.