StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-09-2009, 05:01 PM
dreamwhisper's Avatar
dreamwhisper dreamwhisper is offline
Community Leader
 
Join Date: Oct 2008
Location: NEPA
Posts: 2,701
Default Blog Page in IE

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(', ') ?> &middot; <?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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -5. The time now is 07:06 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.