Forums
-
- Forum
- Posts
-
- Installation
- 28,420
- Troubleshooting
- 62,484
- Themes
- 10,419
- Plugins
- 15,336
- Requests & Feedback
- 14,959
- Showcase
- 3,256
-
alright, thanks to all of you. figuered it out eventually. that extra </div>
on the add new page was the closing div from <div id="discussions">
, which is only shown on the frontpage. so i wrapped it like this:
<?php if ( $forums ) : ?>
</div>
<?php endif; ?>
and it solved the problem.