mirror of
https://ghproxy.net/https://github.com/AlxMedia/clearwork.git
synced 2025-08-26 16:26:23 +08:00
Initial commit
This commit is contained in:
commit
52198cc0ed
354 changed files with 89079 additions and 0 deletions
28
index.php
Normal file
28
index.php
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?php get_header(); ?>
|
||||
|
||||
<div class="content">
|
||||
|
||||
<?php if ( get_theme_mod('heading-enable','off') == 'on' ) : ?>
|
||||
<?php get_template_part('inc/page-title'); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php get_template_part('inc/front-widgets-top'); ?>
|
||||
|
||||
<?php if ( have_posts() ) : ?>
|
||||
|
||||
<div class="magic-grid">
|
||||
<?php while ( have_posts() ): the_post(); ?>
|
||||
<?php get_template_part('content'); ?>
|
||||
<?php endwhile; ?>
|
||||
</div>
|
||||
|
||||
<?php get_template_part('inc/front-widgets-bottom'); ?>
|
||||
<?php get_template_part('inc/pagination'); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
</div><!--/.content-->
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
|
||||
<?php get_footer(); ?>
|
Loading…
Add table
Add a link
Reference in a new issue