[Plugin: Yet Another Related Posts Plugin] Customizing
-
Hello Mitch, the plugin works like magic but how I can do to “related_post” work with the functions (the_views, comments_number, the_category)?
// part code from single.php
<?php if(function_exists('related_posts')) { ?> <?php if(function_exists('the_views')) { the_views(); } ?><br /> <?php comments_number('0 Comments','1 Comment','% Comments'); ?> Under:<?php the_category(', ') ?> <?php related_posts(); ?> </div> <?php } ?>
thanks ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Yet Another Related Posts Plugin] Customizing’ is closed to new replies.