• <?php include (TEMPLATEPATH . ‘/sidebar1.php’); ?>

    This code calls my sidebar.

    I used this code to exclude it from the homepage:

    <?php get_header(); ?>
    <div class=”art-contentLayout”>
    <<?php if (is_page(’23’)) : ?>
    <?php else : ?>
    <?php get_sidebar(); ?>
    <?php endif; ?>

    Worked great, but it stripped the style from the rest of the pages.

    https://new.exceptionalit.com/

    See? Thanks in advance!

  • The topic ‘Exclude sidebar from page one, but keep the style intact.’ is closed to new replies.