I 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 your footer.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
-
This reply was modified 4 years, 10 months ago by likodiko.
-
This reply was modified 4 years, 10 months ago by likodiko.