Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
likodikoParticipant
Ok guys, I was wrong: The
wp_footer(); ?>
is actually opened at the top of the file with<?php
so it’s ok, but still, something is not working correctly when mixing the forums plugins with your theme. the text editor is not working as I said in the first post.. I still don’t know why (The reason I wrote is wrong)likodikoParticipantI found out why the forum plugins aren’t working: Your theme is breaking WordPress because you do not have a correct
<?php wp_footer(); ?>
in yourfooter.php
.You wrote
wp_footer(); ?>
instead of<?php wp_footer(); ?>
.When I change it to
<?php wp_footer(); ?>
the forum and editor work, but the entire theme breaks. Can you please fix it?!Thanks
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)