Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Created February 1, 2016 06:16
Show Gist options
  • Select an option

  • Save farookibrahim/ea941ea685467a4e3198 to your computer and use it in GitHub Desktop.

Select an option

Save farookibrahim/ea941ea685467a4e3198 to your computer and use it in GitHub Desktop.
Bethlehem Blog Archive Button Text Change
add_filter( 'blog_archive_link_text', 'custom_blog_archive_link_text' );
function custom_blog_archive_link_text() {
return esc_html__( 'Text', 'bethlehem' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment