• Resolved pepsimax2k

    (@pepsimax2k)


    I just created an archive page by Write > Write Page > Page Template: Archives, and for some reason my sidebar isn’t showing up on the page.

    https://inaudible.co.uk/blog/archives/

    The archives template hasn’t been changed for wordpress default, just:

    	    ...</div>
    
    	<?php else : ?>
    
    		<h2 class=\"center\">Not Found</h2>
    		<?php include (TEMPLATEPATH . '/searchform.php'); ?>
    
    	<?php endif; ?>
    
    	</div>
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>

    And the sidebar is pretty much your standard affair. And yet the Archives page doesn’t even have a hint of the sidebar code on it.

    Anyone know what’s going on?

Viewing 1 replies (of 1 total)
  • Thread Starter pepsimax2k

    (@pepsimax2k)

    Ahaaa, wrong archives template!

    My archives *page* was created as wp-content/themes/default/archives.php, I was looking at wp-content/themes/default/archive.php which is the base template for all regular archived content.

    Manage > Files > Other Files > “wp-content/themes/default/archives.php” > Edit File

    clearly shows why I’ve no sidebar ??

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar missing on archives page.’ is closed to new replies.