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