Update content-single.php

This commit is contained in:
IanDelMar 2018-11-19 00:18:55 +01:00
parent 35096acab3
commit 5831ba385b
1 changed files with 6 additions and 4 deletions

View File

@ -31,10 +31,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 -->