Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Excerpts, Read more, Pagination (http://forum.bytesforall.com/forumdisplay.php?f=20)
-   -   Using an image as Read More (http://forum.bytesforall.com/showthread.php?t=119)

glenroy Jan 23, 2009 03:36 PM

Using an image as Read More
 
Is it possible to have a small image showing instead of text on the Read More part of posts?

Flynn Jan 23, 2009 05:31 PM

I have not tried that yet but it should be possible to include an image via Atahualpa Theme Options -> Read More Tag, i.e.

HTML Code:

<img src="/wp-content/themes/atahualpa3/images/myimage.gif" /> Continue reading %post-title%

glenroy Jan 23, 2009 06:54 PM

Nah, it doesn't seem to work :(

Flynn Jan 23, 2009 07:21 PM

Try without the quotes, seems to work then

Edit: Although they shouldn't, all browsers seem to display

HTML Code:

<img src=/wp-content/themes/atahualpa3/images/myimage.gif />
just fine.

(Note the missing quotes)


P.S.: The more tag is prepared to deal with visible quotes, i.e.

HTML Code:

Continue reading "......"
To display them correctly, it'll turn single and double quotes into ASCII codes.


All times are GMT -6. The time now is 10:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.