add files
This commit is contained in:
29
template-parts/home/index.php
Normal file
29
template-parts/home/index.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<!--[home/index]-->
|
||||
|
||||
<?php 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/colon-item") ?>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-4 col-xl-3 float-right d-none d-xl-block">
|
||||
|
||||
<div class="special special--gray d-flex cell cell--double justify-content-center align-items-center">
|
||||
|
||||
<?php get_template_part("template-parts/ad/revive/ad", "", [ "zone" => 1 ]) ?>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<?php get_template_part("template-parts/home/list-items") ?>
|
||||
|
||||
|
||||
<?php get_template_part("template-parts/home/ajax-load-more") ?>
|
||||
|
||||
<!--[/home/index]-->
|
||||
Reference in New Issue
Block a user