thesis_next
Description
Can be used to change the default “Next Entries” link text used for thesis_post_navigation (used on multi-post listings).
Example
function next_text(){
$next = 'Newer Posts →';
return $next;
}
add_filter('thesis_next','next_text');
Default Functions
The following functions are added to this filter by default:
default_skin_next
History
- This filter was added in version 1.8.