First I want to thank the developers for doing such a great job with this plugin (I just discovered it) and I hope I’ll get it working.
I installed bbPress on my website and observed it ruined the forum’s sidebar (practically, the old sidebar was still active but pushed down and looked weird and at the top of the forum’s sidebar I had a message “comments are closed on this page”).
Nonetheless I discovered the problem:
Well, I am using the thesis theme on my website and I customized all my posts to show related posts by inserting this code in custom.css file:
function my_related_posts() {
if (is_single()) {
global $post;
$current_post = $post->ID;
$categories = get_the_category();
foreach ($categories as $category) :
?>
<div class=”my-recent-posts”><h4>Additional Reading…</h4>
As I am watching this support forum, most of the time members are left to solve their own problems. Replies 0 (I know that I made this post 3 hours ago but I am reffering in general).