1 Star 0 Fork 3

李慧根/argon-theme

forked from spilgts/argon-theme 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
shuoshuo.php 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
solstice23 提交于 2020-08-17 12:47 . 0.999.beta.4
<?php
/*
Template Name: 说说
*/
query_posts("post_type=shuoshuo&post_status=publish&posts_per_page=-1");
?>
<?php get_header(); ?>
<div class="page-information-card-container">
<div class="page-information-card card bg-gradient-secondary shadow-lg border-0">
<div class="card-body">
<h3 class="text-black"><?php _e('说说', 'argon');?></h3>
<?php if (the_archive_description() != ''){ ?>
<p class="text-black mt-3">
<?php the_archive_description(); ?>
</p>
<?php } ?>
<p class="text-black mt-3 mb-0 opacity-8">
<i class="fa fa-quote-left mr-1"></i>
<?php echo wp_count_posts('shuoshuo','') -> publish; ?> <?php _e('条说说', 'argon');?>
</p>
</div>
</div>
</div>
<?php get_sidebar(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php if ( have_posts() ) : ?>
<?php
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content', 'shuoshuo' );
endwhile;
?>
<?php
echo get_argon_formatted_paginate_links_for_all_platforms();
?>
<?php
else :
get_template_part( 'template-parts/content', 'none-tag' );
endif;
?>
<?php get_footer(); ?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zoomLee/argon-theme.git
git@gitee.com:zoomLee/argon-theme.git
zoomLee
argon-theme
argon-theme
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385