Viewing 2 replies - 1 through 2 (of 2 total)
  • in either the page.php or index.php file for your theme
    either after –

    <h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h1>

    or after

    <span class="post_author"><?php the_time('F jS, Y') ?> <?php the_author() ?> </span>

    add <br />

    that should do the trick.

    Thread Starter jeffdowder2k

    (@jeffdowder2k)

    chradil, I got it to work. Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Empty line under Story Title’ is closed to new replies.