• I want to make my blog in a FRAME, with my website header and naviagation in a seperate frame.

    What would be the easiest theme to start with and modify to remove the header (including the title)?
    And how would I do it?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • LucasUP,

    Removing the header from any theme file is rather easy- just delete all the code in header.php after the <body> – if you do this make sure to delete all code up to </body> in footer.php file too for well formed code.

    Make sure to make backups of the files before you start!

    You might want to rethink using frames, wordpress has not been created to “Live inside a frameset” and you will most likely run into a lot of issues with linking if you intend to use wordpress’s template tags. You will end up getting many head-aches when simple thing do not go as expected. Best to stay away from them!!!

    -Mike

    Thread Starter lucasup

    (@lucasup)

    Thanks. However, deleting all that you said, also deletes all post-formating, images, etc. Now its just text on grey. I was more looking to just remove the header image and title.

    I would stay away from frames if I could, but I don’t have enough knowledge on how to get the blog to look how I want it.

    Just go into header.php and footer.php and delete the parts that you do not want.

    Thread Starter lucasup

    (@lucasup)

    ah, got it. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help! Remove header’ is closed to new replies.