• I’ve had an issue in the past with this; in fact I created a post on here 3 years ago http://bit.ly/1eG4ujX. I fully understand how and where to place header related code; however, now I’m trying to locate where ALL of the header code is.

    I’m using the “magazine-basic” theme and though I’m able to add code to the <head> section, there are references/additional code that I’m not able to view and edit in its header.php file. I can see this additional code in the page source of the website.

    Any idea where this code could be?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The theme’s functions.php (or other theme files containing functions) and plugins can add code to your header by using the wp_head hook.

    Search for add_action( 'wp_head' in your theme functions.php (or other template files.)

    Thread Starter dyakub

    (@dyakub)

    Thank you! I had to remove this due to some unnecessary jquery.

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