Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you edited your index.php file?

    Try editing index.php and changing:

    <div <?php post_class();?> id="post-<?php the_ID();?>">
    <h1><a href="<?php the_permalink();?>" rel="bookmark" title="Permanent Link to <?php the_title();?>"></a></h1>
    <div <?php post_class();?> id="post-<?php the_ID();?>">
    <h1><a href="<?php the_permalink();?>" rel="bookmark" title="Permanent Link to <?php the_title();?>"><?php the_title();?></a></h1>
    Thread Starter reach100

    (@reach100)

    Thanks, this did the trick.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Title only shows for most recent post’ is closed to new replies.