• Guys, how do I add a blank line in between my blog title and the content in that blog. For example go to my page at

    http://thesportsperspective.com/wordpress/

    under May 19th how do i get a blank line in between Testing and Hello? It’s probably the easiest thing in the world but I can’t get it to work. Please help me! Thanks

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.