Bundled Themes: Twenty Seventeen pagination links don't appear for home pages.
Fixes issues where pagination does not work on the page that is set to the home page. Props dimitris.m, laurelfulford, poena, ianbelanger, samful. Fixes #39685. git-svn-id: https://develop.svn.wordpress.org/trunk@48064 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f30b219147
commit
e4937bc7dd
|
@ -43,6 +43,12 @@
|
||||||
get_the_title()
|
get_the_title()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
wp_link_pages(
|
||||||
|
array(
|
||||||
|
'before' => '<div class="page-links">' . __( 'Pages:', 'twentyseventeen' ),
|
||||||
|
'after' => '</div>',
|
||||||
|
)
|
||||||
|
);
|
||||||
?>
|
?>
|
||||||
</div><!-- .entry-content -->
|
</div><!-- .entry-content -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue