Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Not post count but reply count on front page?


ardentfrost
Member

@ardentfrost

this is untested…

make a file in your my-plugin directory and call it whatever you want. Insert the following:

global $topic;

add_filter ( 'get_topic_posts', ($topic->topic_posts)-1, $topic->topic_id );

That should work

Skip to toolbar