Go Back   Profit Blogging Forum > Community Forum > Installing and Using WordPress

Installing and Using WordPress Post all questions on installing, upgrading, moving, importing and deleting Wordpress here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 22-02-08
onlinebisnes onlinebisnes is offline
Junior Blogger
 
Join Date: Feb 2008
Posts: 11
Default change the read-more link with an image?

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 22-02-08
nekonron nekonron is offline
Administrator
 
Join Date: Dec 2007
Posts: 233
Default

Check your Main Index Template (WP Dashboard > Presentation > Theme Editor) and look for the code that looks something like this:

(ignore the *)

<*div class="entrybody">
<*?php the_content('Read the rest of this entry »'); ?>

<*/div>

Just edit that to something like this: (ignore the *)



<*?php the_content('Read More...<*img src="/images/leaf.gif"
alt="read more" title="Read More..." />'); ?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 23-02-08
onlinebisnes onlinebisnes is offline
Junior Blogger
 
Join Date: Feb 2008
Posts: 11
Default

Thanks for the codes nekonron.
I did ask to many site and yes I did manage to change the read-mroe link to some button.

here are the codes that I'm using :-
PHP Code:
<?php the_content('<img src="/images/play.gif" alt="Read more" title="Read More..." />'); ?>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +9. The time now is 08:21 PM.


LinkBacks Enabled by vBSEO 3.0.0 RC4

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29