More feature in Wordpress

Discussion in 'HTML & Website Design' started by MelogKnaj, Apr 15, 2008.

  1. #1
    In wordpress I am using the more feature to cut off a post partway through. I want to modify how it displays the "Read the rest of this entry" link and have that link on its own separate line. The relevant code for it is this,

    <?php the_content ('Read the rest of this entry &raquo;');?>

    Basically I want to add a line break between the content and the read more link, but can't figure out how to do it. Any suggestions?
     
    If someone posts a solution, use the "Best Answer" link in their post to pick it as the best answer.
    MelogKnaj, Apr 15, 2008 IP
  2. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Simple, <?php the_content ('<br />Read the rest of this entry &raquo;');?>

    :)
     
    Spider-Man, Apr 15, 2008 Set Best Answer IP
    1 person likes this.
  3. MelogKnaj

    MelogKnaj Guest

    Best Answers:
    0
    #3
    Wow thanks, can't believe I couldn't figure that out.
     
    MelogKnaj, Apr 15, 2008 Set Best Answer IP