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 09-17-2009, 10:40 AM
bpreisner bpreisner is offline
Registered User
Genesis Member
 
Join Date: Aug 2009
Posts: 60
Default Page layout messed up

Page layout messed up and the titles to teasers are showing up in previous teaser. Please see http://www.pattydooleyrealtor.com/blog/?page_id=102.

Below is the code for my page. Any suggestions? Thanks in advance. You all are the best!

Code:
    <?php
    /*
    Template Name: Featured Listings
    */
    ?>

    <?php get_header(); ?>

    <div id="content">

       <div id="contentleft">
       
          <div class="postarea">
               
                <h5>Featured Properties, Julie Toon Pawley Real Estate Broker, Inc.</h5>

    <?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=279&showposts=5&paged=$page"); while ( have_posts() ) : the_post() ?>
             
             <h1><?php the_title(); ?></h1>
             <div class="date">
    

<?php the_time('F j, Y'); ?> by <?php the_author_posts_link(); ?> &middot; <?php _e("Filed under"); ?> <?php the_category(', ') ?>

</p>
    </div>   
                   <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
    [img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" align="left" hspace="8" /><?php else: ?>
                    <?php endif; ?>
    <?php the_content_limit(350, "[Read More About This Property...]"); ?><div class="clear"></div>
         


                         
             <?php endwhile; ?>
             
             

<?php posts_nav_link(); ?></p>
                
                            
          </div>            
          </div>      
          
       
       
    <?php include(TEMPLATEPATH."/sidebar.php");?>
          
    </div>   

    

    <?php get_footer(); ?>
 

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
One page layout messed Mymmeli General Discussion 2 06-15-2009 10:38 AM
My home page is messed up labecs General Discussion 2 03-30-2009 10:01 PM
CSS messed up on home page zenboy General Discussion 7 12-02-2008 08:30 AM


All times are GMT -5. The time now is 03:31 PM.

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