• Resolved nemci7v

    (@nemci7v)


    Is it possible to use the <!–more–> tag when quering posts on a non index page?

    I’m using this code

    <?php query_posts('category_name=featured&showposts=4'); ?>
    <?php while (have_posts()) : the_post(); ?>
    <?php the_content('...Read more'); ?>
    <?php endwhile;?>

    and the read more link doesn’t appear. Pls help

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘read more tag in query posts’ is closed to new replies.