• Resolved TinaHunter

    (@tinahunter)


    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.

Viewing 1 replies (of 1 total)
  • Thread Starter TinaHunter

    (@tinahunter)

    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.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Widget Logic] How to call wp-head?’ is closed to new replies.