Addition to Single Post Template
-
Hi there,
First of all, thank you for your time that you put into the plugin. It works flawlessly but, I don’t know if you have already fix this, It seems that your guide in plugin administration page which says:
Auto Insert Related Posts (or add <?php wp_related_posts()?> to your single post template)needed to be reviewed. If you put the code in the single post template and if you “accidentally” disable the plugin, it will screw the single post page.
Therefore, the “right code” should be:
<?php if (function_exists('wp_related_posts')) { wp_related_posts(); } ?>As you can see, if the plugin disabled, the single post page will not be screwed.
This might look easy, but for some people who have little knowledge on this might find the plugin “not working” as they don’t know what to do.
http://ww.wp.xz.cn/plugins/wordpress-23-related-posts-plugin/
The topic ‘Addition to Single Post Template’ is closed to new replies.