Where do you place the "best of" tags?
Do I place them within a post / page?
Or do I have to drop it into the appropriate template files?
Where do you place the "best of" tags?
Do I place them within a post / page?
Or do I have to drop it into the appropriate template files?
hello,
create a template page
<?php /*
Template Name: top rating Archive
*/ ?>
<div>
<?php get_header(); ?>
<div class="entry">
<?php PSR_bests_of_moment(); ?> </div>
</div>
<?php get_footer(); ?>
create a page and choose the good template
I had a problem with bad "_" in the note !
http://wordpress.org/extend/plugins/post-star-rating/other_notes/)
This topic has been closed to new replies.