• I’m using WP 1.5.1, and it is set to display more than one entry on the main page. When I use the <!–more–> tag for an extended entry, everything beyond that tag simply doesn’t appear. There is no link to see more, it’s as if it just doesn’t exist.

    You can see the problem at https://www.voxnoxi.com to see what I mean. Any help is much appreciated.

    Thanks,
    Heather

Viewing 1 replies (of 1 total)
  • Open the index.php and try replacing this line:
    <?php the_content(); ?>
    with this
    <?php the_content(__('(more...)')); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Extended entry doesn’t show up’ is closed to new replies.