Created
September 19, 2014 12:30
-
-
Save grappler/f1e9025e00b21922f8f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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