• I imported html, and wp put a block of text with links to all the files in the header.

    I can see in the debugger it’s div.grid_11 – if I delete that in the debugger, it disappears from the header

    div class=”grid_11″
    div class=”menu1″

    this is how it looks on inspecting the elements in the browser output, but I can’t figure out how to get it out in the wordpress – I’ve edited the css a few different ways but all I’ve been able to do is turn it into a list instead of a block.

    Every time I’ve touched wp it seems the header is the thing I don’t get past

    any help appreciated, thx!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Generally, header HTML is generated in the header.php file. Do be aware that you should not be modifying theme files but rather using Child Theme

    Thread Starter cayennep

    (@cayennep)

    hi, thx – I found the code in the header file just after posting

    however, without it there’s no menu/toc – the only way to have it is as a code block in the header, which kinda bites

    I’m saving the text files and then putting it back, but duly noted I should be using child themes

    I don’t see how to get a toc in there other than this quite ugly way – I even added a menu and put all the pages in it, but I don’t see where it appears

    Every time I’ve dabbled in wp the header and toc kinda hang me up right off the bat – wish it just worked!

    thx for any ongoing tips

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘stuff in header I can't get rid of’ is closed to new replies.