• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter liatr

    (@liatr)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_head()’ is closed to new replies.