change the read-more link with an image?

Discussion in 'Blogging' started by onlinebisnes, Feb 22, 2008.

  1. #1
    Hi,
    Can I change the read-more link with an image?
    means I want to replace “read more..” with an arrow gif file for example.. is that possible?
     
    onlinebisnes, Feb 22, 2008 IP
  2. Boardwalk

    Boardwalk Well-Known Member

    Messages:
    1,651
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Replace
    <?php the_content('Read the rest of this entry &raquo;'); ?> (or something like this)
    Code (markup):
    with

    <?php the_content('<img src="image.jpg" alt="Read more" title="Read More..." />'); ?>
    Code (markup):
     
    Boardwalk, Feb 22, 2008 IP
  3. xxMirceaxx

    xxMirceaxx Well-Known Member

    Messages:
    917
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    135
    #3
    if some didn't got it, the file you need to apply these changes is theme's index.php!
     
    xxMirceaxx, Feb 22, 2008 IP
  4. onlinebisnes

    onlinebisnes Peon

    Messages:
    829
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thanks guyz,
    I did try the code and its seem working now..many thanks :)
     
    onlinebisnes, Feb 22, 2008 IP