Update content-page.php

This commit is contained in:
IanDelMar 2018-11-19 00:20:20 +01:00
parent d94e811686
commit 76a5c0fd36
1 changed files with 6 additions and 4 deletions

View File

@ -25,10 +25,12 @@ if ( ! defined( 'ABSPATH' ) ) {
<?php the_content(); ?>
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . __( 'Pages:', 'understrap' ),
'after' => '</div>',
) );
wp_link_pages(
array(
'before' => '<div class="page-links">' . __( 'Pages:', 'understrap' ),
'after' => '</div>',
)
);
?>
</div><!-- .entry-content -->