thesis_previous
Description
Can be used to change the default “Previous Entries” link text used for thesis_post_navigation (used on multi-post listings).
Example
function previous_text(){
$previous = '← Older Posts';
return $previous;
}
add_filter('thesis_previous','previous_text');
History
- This filter was added in version 1.8.