Title: Sidebar missing
Last modified: August 20, 2016

---

# Sidebar missing

 *  [dizzyland](https://wordpress.org/support/users/dizzyland/)
 * (@dizzyland)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/sidebar-missing-11/)
 * The sidebar is missing on the blog page (tcbycu.com/blog) and I cant figure out
   what is causing it.
 * I am using the same page template as I did on the “about” and “home” pages but
   the sidebar is nowhere to be found.
 * I’ve searched everywhere and I can’t seem to find the cause. Any advice would
   be most appreciated.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Vignesh Pichamani](https://wordpress.org/support/users/viky081/)
 * (@viky081)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/sidebar-missing-11/#post-3256266)
 * can you place the template code here ! ?
 *  Thread Starter [dizzyland](https://wordpress.org/support/users/dizzyland/)
 * (@dizzyland)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/sidebar-missing-11/#post-3256270)
 *     ```
       <?php
       /*
       Template Name: About Page
       */
       ?>
   
       <?php get_header(); ?>
   
       <div id="content">
       	<div id="content-inside">
   
       			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
   
       			<div id="post-<?php the_ID(); ?>" class="post-item single-post-item">
   
       				<div class="post-content">
       					<?php the_content(''); ?>
       				</div> <!-- post-content -->
       			</div> <!-- post-item -->
   
       			<?php endwhile; else : ?>
   
       			<div id="nothing-here" class="post-item single-post-item">
       				<h2>Whoops!!! Nothing Here by That Name</h2>
   
       				<div class="post-content">
       					<p>Very sorry, but what you are looking for isn't here. Maybe you should try one of the links below.</p>
   
       					<h4 class="not-here">Find Posts by Title:</h4>
       					<ul>
       						<?php query_posts('&showposts=1000&orderby=title&order=asc'); if (have_posts()) : while (have_posts()) : the_post(); ?>
       						<li><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li>
       						<?php endwhile; endif; ?>
       					</ul>
   
       					<h4 class="not-here">Find Posts by Month:</h4>
       					<ul>
       						<?php wp_get_archives('type=monthly'); ?>
       					</ul>
   
       					<h4 class="not-here">Find Posts by Category:</h4>
       					<ul>
       						<?php wp_list_categories('title_li='); ?>
       					</ul>
   
       					<h4 class="not-here">Maybe a Page:</h4>
       					<ul>
       						<?php wp_list_pages('title_li='); ?>
       					</ul>
       				</div> <!-- post-content -->
       			</div> <!-- post-item -->
   
       			<?php endif; ?>
   
       		</div> <!-- posts-page -->
   
       		<?php get_sidebar(); ?>
       	</div> <!-- content-inside -->
       </div> <!-- content -->
   
       <?php get_footer(); ?>
       ```
   
 *  Thread Starter [dizzyland](https://wordpress.org/support/users/dizzyland/)
 * (@dizzyland)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/sidebar-missing-11/#post-3256271)
 * Not sure if that’s what you were looking for. It’s really weird because the sidebar
   is working on all of the other pages using the same template. I’m lost.
 * PS… thank you. 🙂
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/sidebar-missing-11/#post-3256283)
 * Looks fine to me on the blog page — sidebar has store location and hours, right?
   Try clearing any caches. What browser are you using?
 *  Thread Starter [dizzyland](https://wordpress.org/support/users/dizzyland/)
 * (@dizzyland)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/sidebar-missing-11/#post-3256285)
 * I’m a space cadet. I just figured it out.
 * I have a sidebar for multiple post pages that is automatically used no mater 
   which template I use. My bad completely. Sorry about that!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Sidebar missing’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [dizzyland](https://wordpress.org/support/users/dizzyland/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/sidebar-missing-11/#post-3256285)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
