1 Star 10 Fork 6

秋天不回来/wordpress Readpress theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
page.php 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
muchenkezhan 提交于 2022-04-03 22:18 +08:00 . “1.2更新”
<?php
/**
* ReadPress是一个优秀的主题,回归纯粹的博客,文艺、阅读、写作、摄影、展示wordpress主题
* Gitee:https://gitee.com/MUCEO/readpress/
* 作者唯一QQ:858896214 (秋知德雨)
* QQ交流群:917367358
* 开发者不易,感谢支持,如果使用本主题尽量留个版权或者链接
*/
?>
<?php get_header();?>
<!-- 页面布局开始 -->
<div class="layui-content">
<div class="layui-container text-rp-content">
<div class="layui-row layui-col-space15 main">
<div class="layui-col-md12 layui-col-lg12">
<div class="layui-anim layui-anim-downbit">
<div class="text">
<!-- 标题这一块 -->
<div class="title-article">
<div class="rp-title"><h1><?php the_title(); ?></h1></div>
<div class="author-row ">
<div>页面</a><span> · </span><?php the_time('Y年n月j日'); ?><span> · </span><?php post_views('',' 浏览'); ?><span><?php edit_post_link(' · [编辑]'); ?></span></div>
</div>
</div>
<!-- 内容 -->
<div class="text-center">
<div class="entry-content" itemprop="articleBody">
<?php the_content(); ?>
</div>
</div>
<!-- 底部组件 -->
<?php if(_read('rp-index-comments-switch') && comments_open()){ ?>
<div class="content-components">
<?php comments_template( $file, $separate_comments );?>
</div>
<?php }else{echo '<p class="plgb">评论已关闭</p>';} ?>
</div>
</div>
</div>
</div>
</div>
<!-- 底部 -->
</div>
<!-- 页面布局结束 -->
<?php get_footer();?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/MUCEO/readpress.git
git@gitee.com:MUCEO/readpress.git
MUCEO
readpress
wordpress Readpress theme
master

搜索帮助