How to render WP likes plugin in a page?
-
Hi,
I created a page to embed some Flickr slideshow. I would like to include a WP_likes button after each slideshow. How do I go about doing this?
From the WP_likes admin panel, it has this function call:
<?php if(function_exists(‘wp_likes_render_post’)) wp_likes_render_post();?>
But I ain’t sure where and how to place it in the page. Appreciate any assistance ??-PHP newbie
- The topic ‘How to render WP likes plugin in a page?’ is closed to new replies.