Forums
-
- Forum
- Posts
-
- Installation
- 28,413
- Troubleshooting
- 62,362
- Themes
- 10,408
- Plugins
- 15,321
- Requests & Feedback
- 14,960
- Showcase
- 3,254
-
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