Best Premium and Free WordPress Themes › Forums › SuperMag › Forum plugins don’t work with SuperMag! › Reply To: Forum plugins don’t work with SuperMag!
January 17, 2020 at 3:40 pm
#75051
Participant
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