Forums

wp_head() (3 posts)

  1. liatr
    Member
    Posted 11 months ago #

    Hello,

    It seem that Im Missing the call to wp_head() in my theme,
    do you know what file do i need to add it?

    thanks

    Br,
    Liat

  2. Chip Bennett
    Member
    Posted 11 months ago #

    The wp_head() template tag should be placed immediately before the closing HTML </head> tag. e.g. change this:

    </head>

    ...to this:

    <?php wp_head(); ?>
    </head>

    Normally, you will find the closing HTML </head> tag in the header.php template file.

  3. liatr
    Member
    Posted 11 months ago #

    thank you vary much for the answer.
    i add it to the file successfully
    but the Accordion of the images still dont work\ move
    do you any idea why? it will be a great help :)
    this is the url:

    thanksss
    Liat

Reply

You must log in to post.

About this Topic

Tags