• Hello,

    I have a front page where I use some custom query to show the latest 3 blog posts of 2 different categories.

    Now, this is working just fine and I’m using the the_excerpt() function to have the […] at the end to show only the first 10 words of the post.

    Now this is plain text in a p tag, which function can I use so that I can put this in an anchor tag?

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • There are a couple of functions in TwentyTen’s functions.php file that you might find useful for this:

    twentyten_continue_reading_link()
    twentyten_auto_excerpt_more()
    twentyten_custom_excerpt_more()

    Thread Starter yaeko

    (@yaeko)

    Cool! Thanks, this helps a lot 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘links’ is closed to new replies.