Hello,
I am using theme Mystique.
The plug-in shows the related posts only under a single post. I would like to be shown after read more tag on main page also.
How can I do it ??
Thanks,
Hello,
I am using theme Mystique.
The plug-in shows the related posts only under a single post. I would like to be shown after read more tag on main page also.
How can I do it ??
Thanks,
Fixed it...just include
<?php if(function_exists('related_posts')) related_posts(); ?>
under this line:
<div class="post-content clearfix">
<?php if($post_preview=='excerpt') the_excerpt(); else the_content(__('Read the rest of this entry »', 'mystique')); ?>
</div>
in your theme's index.php file.
Does anyone know how to accomplish this in the Thesis Theme?
thanks!
Jen, sorry, I'm not sure.
This topic has been closed to new replies.