Forums
-
- Forum
- Posts
-
- Installation
- 28,102
- Troubleshooting
- 61,404
- Themes
- 10,274
- Plugins
- 15,155
- Requests & Feedback
- 14,777
- Showcase
- 3,251
-
That’s in a core file… what have you managed to do in your CSS to make it not go underneath?
Short-term fix:
Put this in your theme’s functions.php
<?php
function add_topic_br_special() { ?>
<br />
<?php }
add_action( 'pre_post_form', 'add_topic_br_special');
?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS