1 Star 4 Fork 3

spilgts/argon-theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
msgboard.php 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
solstice23 提交于 2021-07-06 22:42 . add a new layout for post preview card
<?php
/*
Template Name: 留言板 (请打开页面的评论功能)
*/
?>
<?php get_header(); ?>
<div class="page-information-card-container"></div>
<?php get_sidebar(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<?php
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content', 'page' );
if (get_option("argon_show_sharebtn") != 'false') {
get_template_part( 'template-parts/share' );
}
if (comments_open() || get_comments_number()) {
comments_template();
}
endwhile;
?>
<style>
article {
display: none !important;
}
#share_container {
display: none;
}
.comments-title {
font-size: 0px;
}
.comments-title:after {
content: '<?php _e("留言板"); ?>';
font-size: 20px;
}
.comments-title i {
font-size: 20px;
margin-right: 10px;
}
.post-comment-title {
font-size: 0px;
}
.post-comment-title:after {
content: '<?php _e("发送留言"); ?>';
font-size: 20px;
}
.post-comment-title i {
font-size: 20px;
margin-right: 10px;
}
</style>
<?php get_footer(); ?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xueyueli/argon-theme.git
git@gitee.com:xueyueli/argon-theme.git
xueyueli
argon-theme
argon-theme
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385