kurtiskronk
Member
Posted 11 months ago #
In my last post on here, I got some great help implementing previous/next post functionality in the Carrington theme. Now what I'm wondering is how I go about putting a related posts module above the comment area on single_default.php.
In other themes, this is accomplished by calling a function wp32_related_posts apparently, but using this same code in Carrington doesn't seem to work, and I can't find where that related_posts function resides in the other themes to begin with.
Has anyone added this to the Carrington theme that wouldn't mind sharing?
The wp32_related_posts function belongs to this plugin: http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/
You will have to install that plugin for that function to work, but there are also other related posts plugins for WordPress.
kurtiskronk
Member
Posted 11 months ago #
Oh, duh. I must have disabled that plugin at some point and forgot it wasn't built into Wordpress without a plugin. Re-enabled 'Yet Another Wordpress Plugin' and it works like a charm without doing anything else.
And.... resolved. :D