1 Star 0 Fork 0

左半红印/BlackCooler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
page_pc.php 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
alucardwind 提交于 2022-05-19 02:22 . v0.5.1
<div id="col0" class="col">
<div id="title">
<div id="name">
<a href="<?php echo esc_url(home_url('/')); ?>"
title="<?php echo esc_attr(get_bloginfo('name', 'display')); ?>"
rel="home"><?php bloginfo('name'); ?></a>
</div>
<div id="info">
<?php bloginfo('description'); ?>
</div>
</div>
<div id="page_bar">
<?php wp_nav_menu(array('theme_location' => 'primary', 'menu_class' => 'nav-menu')); ?>
</div>
</div>
<div id="page_row1" class="page_col">
<?php while (have_posts()) : the_post(); ?>
<div class="post_words">
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?> >
<div class="post_info">
<?php the_category(' '); ?><?php edit_post_link(__('编辑', 'blackcooler'), ''); ?>
</div>
<div class="post_title">
<a href="<?php the_permalink() ?>" rel="bookmark"
title="进入单页的 <?php the_title(); ?>">
<?php the_title(); ?>
</a>
</div>
<div class="post_content">
<?php the_content('...点这里浏览全文 »'); ?>
</div>
<div class="sign">
<strong><?php the_author(); ?></strong>创作于<?php the_time('Y.m.jS') ?>
</div>
</div>
</div>
<div class="post_comments">
<?php comments_template('/comments.php', true); ?>
</div>
<?php endwhile; ?>
</div>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/redonleft/BlackCooler.git
git@gitee.com:redonleft/BlackCooler.git
redonleft
BlackCooler
BlackCooler
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385