• Is there an easy way to delete the Header and Sidebar? I have no need for either of these, and I don’t know which file to alter to get rid of it.

    Thanks in advance

    Chaz

Viewing 1 replies (of 1 total)
  • Depending on theme, look in index php for:
    <?php get_header(); ?> and
    <?php get_sidebar(); ?>

    Be aware that not calling the header may make things a bit wonky as to your doctype and so on, since all of that is in header.php, and that’s part of what’s called.

    [I say depending on theme, because some themes call the sidebar in the footer.]

Viewing 1 replies (of 1 total)

The topic ‘Don’t Was Header or Sidebar’ is closed to new replies.