Forums
-
- Forum
- Posts
-
- Installation
- 28,497
- Troubleshooting
- 62,582
- Themes
- 10,431
- Plugins
- 15,361
- Requests & Feedback
- 14,971
- Showcase
- 3,256
-
Don’t hack the core files or you will lose changes when you upgrade. Instead do this
In your topic.php
replace
post_form();
with
post_form(array('last_page_only' => false));