Like button not appearing on category archives
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Like button not appearing on category archives’ is closed to new replies.