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