mirror of
https://gh.wpcy.net/https://github.com/AlxMedia/blogcards.git
synced 2026-07-15 11:17:02 +08:00
13 lines
No EOL
251 B
PHP
13 lines
No EOL
251 B
PHP
<?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(); ?>
|