Description
Can be used to change the default “Next post:” text used for thesis_prev_next_posts (used on single post pages).
Example
function next_post_text(){
$next_text = 'Newer Post: ';
return $next_text;
}
add_filter('thesis_next_post','next_post_text');
History
- This filter was added in version 1.8.