5 | | <nav id="<?php echo $html_id; ?>" class="navigation" role="navigation"> |
6 | | <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3> |
7 | | <div class="nav-previous alignleft"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentytwelve' ) ); ?></div> |
8 | | <div class="nav-next alignright"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentytwelve' ) ); ?></div> |
9 | | </nav><!-- #<?php echo $html_id; ?> .navigation --> |
| 4 | <nav id="<?php echo $html_id; ?>" class="navigation" role="navigation"> |
| 5 | <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3> |
| 6 | <div class="nav-previous alignleft"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentytwelve' ) ); ?></div> |
| 7 | <div class="nav-next alignright"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentytwelve' ) ); ?></div> |
| 8 | </nav><!-- #<?php echo $html_id; ?> .navigation --> |
16 | | <nav id="<?php echo $html_id; ?>" class="navigation" role="navigation"> |
17 | | <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3> |
18 | | <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentytwelve' ) ); ?></div> |
19 | | <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentytwelve' ) ); ?></div> |
20 | | </nav><!-- #<?php echo $html_id; ?> .navigation --> |
| 14 | <nav id="<?php echo $html_id; ?>" class="navigation" role="navigation"> |
| 15 | <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3> |
| 16 | <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentytwelve' ) ); ?></div> |
| 17 | <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'twentytwelve' ) ); ?></div> |
| 18 | </nav><!-- #<?php echo $html_id; ?> .navigation --> |