![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#9
|
|||
|
|||
|
Try this instead...
Code:
<?php get_header(); ?> <div id="content"> <div id="contentleft"> <div class="postarea"> <?php include(TEMPLATEPATH."/breadcrumb.php");?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <ul>[*]<?php the_title(); ?>[/list]<?php endwhile; else: ?> <?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?> <?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?></p> </div> </div> <?php include(TEMPLATEPATH."/sidebar.php");?> </div> <?php get_footer(); ?>
__________________
Some of the websites I've built with StudioPress: <a href="http://www.horseracing.fm">Horse Racing</a> | <a href="http://wedding-blog.net">Wedding Blog</a> | <a href="http://www.weddingtrix.com">Wedding Planning Guide</a> | <a href="http://advance.to">Search Engine Marketing</a> | <a href="http://www.automateyourprofits.com">Betting Software</a> | <a href="http://www.bettingbots.com">Betting Bots</a> | <a href="http://www.pokerclubscotland.com">Poker Club Scotland</a> |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sidebar - categories-drop-down | TomL | General Discussion | 3 | 02-23-2010 02:23 PM |
| Custom Sidebar For Categories | fee_m | General Discussion | 1 | 11-08-2009 11:42 PM |
| Best way to put categories/pages on the SideBar | jjarrell | General Discussion | 2 | 03-19-2009 07:17 PM |
| How to remove categories from Sidebar | Heathercowper | General Discussion | 2 | 01-23-2009 05:49 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us