mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogcards.git
synced 2025-08-27 01:43:55 +08:00
Initial commit
This commit is contained in:
commit
74bf86a6f2
471 changed files with 70681 additions and 0 deletions
13
index.php
Normal file
13
index.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php get_header(); ?>
|
||||
|
||||
<?php if ( have_posts() ) : ?>
|
||||
|
||||
<?php while ( have_posts() ): the_post(); ?>
|
||||
<?php get_template_part('content'); ?>
|
||||
<?php endwhile; ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<?php get_template_part('inc/pagination'); ?>
|
||||
|
||||
<?php get_footer(); ?>
|
Loading…
Add table
Add a link
Reference in a new issue