Viewing 1 replies (of 1 total)
  • Plugin Author takato0903

    (@mankinjp)

    Sorry for being late!

    I recommend that you put <?php if (function_exists('get_like_ranking')) get_like_ranking (); ?> on sidebar.php.

    ex)

    <div id="sidebar">
    <h3>FB Like Ranking</h3>
    <?php if (function_exists('get_like_ranking')) get_like_ranking (); ?>
    </div>

    Please try it.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Please help me’ is closed to new replies.