• This theme I got I really like… the only thing I dont like is that it only shows and excert of the post and not the full thing.

    How I do I change it to where it will show the full post.

    Here is the “Post.php”

    <div class="post">
    <div class="post-thumb"><img src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php echo get_thumb() ?>&h=200&w=250&zc=1" alt="&nbsp;" border="0" /></div>
    <div class="post-text">
    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>" class="post-title"><?php the_title(); ?></a></h1>
    </div>
    <?php the_excerpt(); ?>
    <div class="post-meta">
    Posted in <?php the_category(', ') ?> on <?php the_time('j F Y') ?>. <?php comments_popup_link('Leave a comment', '1 comment', '% comments'); ?>
    <?php edit_post_link('Edit'); ?>
    </div>
    </div><!-- END Post -->
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Posts’ is closed to new replies.