I know about navigation, that says where is the form.
But, I see, nobody know how to display form on every page
You could probably show the form instead of the Reply ». It’s not that nobody knows how, it’s just that there hasn’t been a big demand for it. The last time the discussion came up, the argument was “why would you want to make it easier to be able to post from the middle of the topic without reading the whole thing?” It can be done now, but it’s not super obvious. The link is there.
Now, if you want the form there, I suspect you can find the function that displays “Reply »” and just use that to show the form there instead.
chrishajer
I don’t want to modify core files, because there would be problems with upgrade.
Is there any template hack, or something like this?
I would never recommend modifying a core file – it makes upgrades too cumbersome. I believe what I was suggesting is possible in the template files. I just haven’t looked into it to verify if I’m right. Just a guess.
Has anyone figured this out?
I’ve just committed code to trunk [2096] to make this easier to achieve.
In your template you just need to use the post_form() function like so:
post_form( array( 'last_page_only' => false ) );