Update content-single.php
This commit is contained in:
parent
35096acab3
commit
5831ba385b
|
@ -31,10 +31,12 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
<?php the_content(); ?>
|
||||
|
||||
<?php
|
||||
wp_link_pages( array(
|
||||
wp_link_pages(
|
||||
array(
|
||||
'before' => '<div class="page-links">' . __( 'Pages:', 'understrap' ),
|
||||
'after' => '</div>',
|
||||
) );
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
||||
</div><!-- .entry-content -->
|
||||
|
|
Reference in New Issue