Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Created September 22, 2015 14:59
Show Gist options
  • Save ibndawood/ee70a71afcd0260cc2c0 to your computer and use it in GitHub Desktop.
Save ibndawood/ee70a71afcd0260cc2c0 to your computer and use it in GitHub Desktop.
Change "See the Archive" text
<?php
add_filter( 'blog_archive_link_text', 'beth_child_change_archive_link_text' );
function beth_child_change_archive_link_text( $text ) {
return __( 'Your Text', 'bethlehem' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment