Using core functionality instead of custom code
This commit is contained in:
parent
5c54ed29f9
commit
b68b692844
|
@ -41,7 +41,7 @@ get_header(); ?>
|
|||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<?php understrap_paging_nav(); ?>
|
||||
<?php the_posts_navigation(); ?>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
<link rel="profile" href="http://gmpg.org/xfn/11">
|
||||
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
|
||||
<?php wp_head(); ?>
|
||||
<?php echo get_theme_mod( 'understrap_theme_script_code_setting' ); ?>
|
||||
</head>
|
||||
|
||||
<body <?php body_class(); ?>>
|
||||
|
|
|
@ -38,7 +38,7 @@ get_header(); ?>
|
|||
|
||||
<?php endwhile; ?>
|
||||
|
||||
<?php understrap_paging_nav(); ?>
|
||||
<?php the_posts_navigation(); ?>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ get_header(); ?>
|
|||
|
||||
</div><!-- #primary -->
|
||||
|
||||
<?php get_sidebar('sidebar'); ?>
|
||||
<?php get_sidebar(); ?>
|
||||
|
||||
</div><!-- .row -->
|
||||
|
||||
|
|
Reference in New Issue