Hi!
Im in the final throes with ajaxed. It's a fantastic system. could you though point me in the direction (Im not a programmer) of how to display (versus hide and show) by default all comments for a certain category page? I know it does so for index, pages, and single..
I tried in inlinecomments.php
is_category('24') && $awpall['show_comments_page'] == 1) but that shows the most recent comment on most recent post as displayed comment in all posts. But you probably know that! I'd like instead to display all comments for a certain category.
Is this possible?
THANKS!