• I am using the Headspace SEO plugin, but I’m seeing this error on the configuration page:

    “There are some issues with your theme that may prevent HeadSpace functioning correctly.

    wp_head was not found in header.php”

    I’ve looked into header.php and I can see that there is a function that is meant to call the <head></head> section into the page:

    <?php do_action( '__before_body' ); ?>

    But I can’t find where to edit it?

Viewing 1 replies (of 1 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi,
    The plugin uses the wp_head hook to add code/metas/title. The wp_head hook is added by a hook in the theme, therefore you should’t have to add it manually once again.
    Hope this will help, cheers

Viewing 1 replies (of 1 total)

The topic ‘Adding wp_head to header.php?’ is closed to new replies.