HomeForumsPure Theme Discussion & SupportVersion 2.0 – how to configure "improved more link handling on excerpts" ?

This topic is: resolved

This topic has 2 voices, contains 2 replies, and was last updated by  kam onn siew 94 days ago.

Viewing 3 posts - 1 through 3 (of 3 total)
Author Posts
Author Posts
February 10, 2012 at 12:35 am #2613

kam onn siew
Post count: 2

Where can I configure “improved more link handling on excerpts” ?

February 10, 2012 at 7:32 am #2614

themeweaver
Post count: 271

Well, you should now be getting a “read on” link after the excerpts in the show posts widget and other place, and whether they contain a “more tag” or not.

This wasn’t happening in previous versions and so has been “improved”.

And you can now also change the text used using a filter:

add_filter( 'livingos_more_link_text', 'my_more_text' );

function my_more_text() {
   return "please read me";
}

Of course you return an empty string to get rid altogether.

February 13, 2012 at 3:55 am #2621

kam onn siew
Post count: 2

Yep, they are there.
Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.