Similar Posts Plugin Installed

February 4, 2008

When I changed to the Milblog theme, I installed the Similar Posts plugin but I forgot to integrate function into the sidebar :P

I’ve added the similar posts function to the blog and you’ll only see it on Individual Posts and not in the Home Page, Individual Page or Archives.

It wasn’t really hard to make the similar posts function appear only in individual posts…I simply used the following code:
<?php if (is_single()) { ?>
<h2>Similar Posts</h2>
<?php similar_posts(); ?>
<?php } ?>

If you want more info on Wordpress Conditional tags, please head to:
http://codex.wordpress.org/Conditional_Tags

This is why I love Wordpress so much…it’s easy to customize!

:D

Posted by iBNUaSAD in Site NewsComments Off
ss_blog_claim=880d512efb4580fb482ceb3291cb361a