TinaHunter
Member
Posted 3 years ago #
In the FAQ section of this plugin it says:
The most common sources of problems are:
* The logic text on one of your widgets may be invalid PHP.
* Your theme doesn't call wp_head()
So, how to do I know if it calls wp_head()? And where do I add it if it doesn't?
Thanks in advance for your help.
TinaHunter
Member
Posted 3 years ago #
Never Mind. I figured it out.
Just add:
<?php wp_head(); ?>
before </head> in your header.php. It fixes the problem.
Thanks WordPress Codex for giving me more documentation than I ever thought I'd get through but desperately needed and used.