Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Show the Reply form/box on every page

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));

Skip to toolbar