Uniform wp_link_pages between posts and pages

wp_link_pages is both included in posts and pages with the same
structure. Removed Bootstrap class.
This commit is contained in:
Leonardo Giacone
2015-01-30 01:03:27 +01:00
parent 28214a8132
commit a465a4dde5

View File

@@ -1,2 +1,2 @@
<?php the_content(); ?>
<?php wp_link_pages(['before' => '<nav class="pagination">', 'after' => '</nav>']); ?>
<?php wp_link_pages(['before' => '<nav class="page-nav"><p>' . __('Pages:', 'sage'), 'after' => '</p></nav>']); ?>