• <?php get_header(); ?>

    <div id=”content” class=”archive”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <div class=”post” id=”post_<?php the_ID(); ?>”>

    <span id=”map”>/”><?php _e(‘Home’,’arthemia’);?> » <?php the_title(); ?></span>

    <h2 class=”title”><?php the_title(); ?></h2>

    <div class=”entry” style=”padding-top:15px;”>
    <?php the_content(__(‘<p>Read the rest of this page »</p>’,’arthemia’)); ?>

    <?php wp_link_pages(array(‘before’ => __(‘<p>Pages:‘,’arthemia’), ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>

    </div>
    </div>

    <?php endwhile; endif; ?>

    </div>

    <?php if (is_page(‘6’)){}
    else {
    <?php get_sidebar(); ?>
    }
    ?>
    <?php get_footer(); ?>
    ———————————
    website https://buddyceo.com/
    I am able to exclude sidebar from forum page.
    But, Not fine!

    pls, help me.

    Thanks
    THISWELL

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Exclude sidebar from specific page!’ is closed to new replies.