add block-cache-manager.php
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
<!--[home/index]-->
|
||||
|
||||
|
||||
<?php get_template_part("template-parts/home/news"); ?>
|
||||
<?php //get_template_part("template-parts/home/news");
|
||||
cached_get_template_part( 'template-parts/home/news' );?>
|
||||
|
||||
<div class="col-12 col-md-8 col-xl-6 float-left">
|
||||
|
||||
<?php get_template_part("template-parts/home/main-item") ?>
|
||||
<?php //get_template_part("template-parts/home/main-item");
|
||||
cached_get_template_part( 'template-parts/home/main-item' );
|
||||
?>
|
||||
|
||||
<?php get_template_part("template-parts/home/colon-item") ?>
|
||||
<?php //get_template_part("template-parts/home/colon-item");
|
||||
cached_get_template_part( 'template-parts/home/colon-item' );
|
||||
?>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -22,7 +27,8 @@
|
||||
</div>
|
||||
|
||||
|
||||
<?php get_template_part("template-parts/home/list-items") ?>
|
||||
<?php //get_template_part("template-parts/home/list-items") ?>
|
||||
<?php cached_get_template_part( 'template-parts/home/list-items' ); ?>
|
||||
|
||||
|
||||
<?php get_template_part("template-parts/home/ajax-load-more") ?>
|
||||
|
||||
Reference in New Issue
Block a user