Forums

[resolved] [Plugin: Widget Logic] How to call wp-head? (2 posts)

  1. TinaHunter
    Member
    Posted 7 months 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.

  2. TinaHunter
    Member
    Posted 7 months 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.

Reply

You must log in to post.

About this Topic