Remove Sidebar in Pages in Intrepidity theme
-
Hi,
I am using the intrepidity theme on my MultiUser Network and have looked at: Page Template (page.php)to try and remove the Sidebar but all I see is:<?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="page"> <h2 class="catheader"><?php the_title(); ?></h2> <?php edit_post_link(' Edit', '<span class="editpost">', '</span>'); ?> <div class="page-content"> <?php the_content('<p class="serif">Read the rest of this page ?</p>'); ?> <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> </div> <?php comments_template(); ?> </div> <?php endwhile; endif; ?> <?php get_footer(); ?>
I was expecting to see <?php get_sidebar(); ?> so that I could delete it.
Here is link to my site page: My Site
As you can see side bar has Recent Posts, Categories and Archives in it.
If I can not remove the sidebar, can I take out those widgets and replace them with an empty text box just for this page ?
Thanks for help ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove Sidebar in Pages in Intrepidity theme’ is closed to new replies.