• I;m currently developing a site where I want ULike buttons to appear at the bottom of each post, each category archive and also on the homepage which uses the archive template.

    Got my code in my category-archive.php as follows:

    <footer class="entry-footer">
    <?php  if(function_exists(‘wp_ulike’)) wp_ulike(‘get’); ?>
    </footer><!-- .entry-footer -->

    But it’s not appearing. I have Automatic Display turned on as well. So why isn’t it appearing on my archives?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter databell96

    (@databell96)

    Actually, if I delete “if(function_exists(‘wp_ulike’))” the like button does appear, but that’s not really something I should be doing here.

Viewing 1 replies (of 1 total)
  • The topic ‘Like button not appearing on category archives’ is closed to new replies.