![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I'm using Pro Business 3, but the blog page is aligned left in IE. I found a post on the old forum about this, http://www.revolutiontheme.com/suppo...age+align+left, but that didn't solve my problem. So, I uploaded the page_blog.php from Rev 3 again and same thing. The site did start out as Business 1.0, but it isn't heavily customized other than color. The current page_blog.php is:
Code:
<?php
/*
Template Name: Blog Page
*/
?>
<?php get_header(); ?>
<div id="content">
<div id="contentleft">
<div class="postarea">
<?php include(TEMPLATEPATH."/breadcrumb.php");?>
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("showposts=5&paged=$page"); while ( have_posts() ) : the_post() ?>
<h1><?php the_title(); ?></h1>
<div class="date">
<?php the_time('F j, Y'); ?></p>
</div>
<?php the_content(__('[Read more]'));?><div style="clear:both;"></div>
<div class="postmeta2">
Filed Under <?php the_category(', ') ?> · <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?> <?php edit_post_link('(Edit)', '', ''); ?></p>
</div>
<?php endwhile; ?>
<?php posts_nav_link(); ?></p>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar_post.php");?>
</div>
<?php get_footer(); ?>
__________________
Jennifer "Hermione" Baumann Themessence - Dream Whisper Designs Recommended StudioPress Designer StudioPress on Facebook Dream Whisper on Facebook Please read the Forum Rules and check the the tutorials for your theme and Genesis Tutorials before asking a question. Get FireBug for FireFox to help analyze your site! |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot get blog posts to show when the landing page is set to the blog page | sullivanka | General Discussion | 7 | 06-05-2010 04:59 PM |
| Add a paragraph & image before blog posts on blog page? | joannacolbert | General Discussion | 3 | 05-06-2009 07:43 PM |
| Blog Text Formatting & Sidebar Missing on Main Blog Page | dreamdesign | General Discussion | 2 | 04-11-2009 11:20 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