more tag not functioning
-
This page explains the more tag, Im trying to ad it when writing a new Page but nothing happens.
Should I somehow modify the code on index.php file to make this work? Maybe ad the
the_excerpt()
somewhere?Heres part of the index.pht
<div id="content" class="narrowcolumn"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post"> <h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> <p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <!--<?php edit_post_link('Edit','','<strong>|</strong>'); ?>--> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> <hr /> <!-- <?php trackback_rdf(); ?> --> </div>
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘more tag not functioning’ is closed to new replies.