You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Excerpt is kinda ugly

UserPost

1:17 pm
March 6, 2010


sbadger

Member

posts 6

1

I successfully replaced get_content with get_excerpt() but the result is really plain so I then tried to add "Read More…" to the end of the except with get_excerpt('Read More…') but that doesn't work.

I saw something at codex about adding a section to the functions.php file but that REALLY didn't work.

Little help please?

Xtro

12:15 pm
March 8, 2010


Ryan

Admin

posts 1523

2

Excerpts don't use a 'read more' link like using the more quicktag. But you can get them to do it by taking a look at this on the Codex:

http://codex.wordpress.org/Template_Tags/the_excerpt

Scroll down to the bottom where it says "Make the 'read more' link to the post'.

5:57 pm
March 8, 2010


sbadger

Member

posts 6

3

Thanks much.