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:
@@ -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>']); ?>
|
||||
|
||||
Reference in New Issue
Block a user