Skip to content

Instantly share code, notes, and snippets.

@grappler
Created September 19, 2014 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grappler/f1e9025e00b21922f8f1 to your computer and use it in GitHub Desktop.
Save grappler/f1e9025e00b21922f8f1 to your computer and use it in GitHub Desktop.
<?php
the_content(
sprintf(
__( 'Continue reading%s', 'textdomain' ),
'<span class="screen-reader-text"> ' . get_the_title() . '</span>'
)
);
?>
<nav role="navigation" aria-label="<?php _e( 'Primary Navigation', 'textdomain' ); ?>">
<nav role="navigation" aria-label="<?php _e( 'Secondary Navigation', 'textdomain' ); ?>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment