Hello I am having an issue getting my forum posts to show up in my blog comments.
I have gotten my blog posts to show up in the forum without any problems that portion works great. But when I try to go the other way I can not seam to get it and don’t understand code enough to figure it out.
I want to use “Display mixed in standard comment block” for the comments to appear.
This is what I have in my comments.php
echo '<ul id="comments-list">';
wp_list_comments('type=all&callback=theme_comment');
echo '</ul>';
I have searched around and blindly messed around with the wp_list_comments() with no luck. I did get the forum comments to show once but then the blog comments did not show and the forum comments had no CSS style.
So can anybody help me. and let me know what I can change or add to get my forum comments to show up in my blog? I am hoping it is just a simple change to the wp_list_comments() function.
Thank you in advance for any help it is greatly appreciated.