代码拉取完成,页面将自动刷新
同步操作将从 Hoe/PureLoveForTypecho 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
/**
* PureLoveForTypecho (纯真的爱)
*
* <a href="https://www.hoehub.com/PHP/typecho-pureLove.html" target="_blank">💗 主题简介</a>
* <a href="https://gitee.com/hoexhe/PureLoveForTypecho" target="_blank">🌼 源码下载</a>
* <a href="https://gitee.com/hoexhe/PureLoveForTypecho/issues target="_blank">🌷 提问/需求</a>
* @package PureLoveForTypecho
* @author Hoe
* @version 1.5.0
* @link https://www.hoehub.com
* @time 2018年11月12日11:51
* @license GPL-3.0
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$this->need('header.php');
?>
<?php if ($this->is('index')): // 首页才会显示轮播图 ?>
<div class="mySliderBar">
<ul class="rslides" id="slider">
<?php if ($this->options->banners): ?>
<?php foreach (json_decode($this->options->banners) as $banner): ?>
<li>
<img src="<?= $banner->imgUrl; ?>" alt="" title="<?= $banner->desc; ?>">
<a href="<?= $banner->url; ?>"><?= $banner->desc; ?></a>
</li>
<?php endforeach; ?>
<?php endif;?>
</ul>
</div>
<?php else: // 不是首页 ?>
<h3 class="archive-title">
<?php $this->archiveTitle(array(
'category' => _t('分类【%s】下的文章'),
'search' => _t('包含关键字【%s】的文章'),
'tag' => _t('标签【%s】下的文章'),
'author' => _t('【%s】发布的文章')
), '', ''); ?>
</h3>
<?php endif; // end $this->is('index') ?>
<?php while ($this->next()): ?>
<article class="posts" itemscope itemtype="http://schema.org/BlogPosting">
<div class="label">
<a href="#" rel="category tag"><?php $this->category(','); ?></a>
<i class="label-arrow"></i>
</div>
<h2 class="entry-title">
<a itemprop="url" href="<?php $this->permalink() ?>" rel="bookmark">
<span itemprop="name"><?php $this->title() ?></span>
</a>
</h2>
<div class="entry-meta">
<time datetime="<?php $this->date(); ?>" itemprop="datePublished">
<i class="fa fa-clock-o" aria-hidden="true"></i>
<?php $this->date(); ?>
</time>
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<a itemprop="name" href="<?php $this->author->permalink(); ?>" rel="author">
<i class="fa fa-user-o" aria-hidden="true"></i>
<?php $this->author(); ?>
</a>
</span>
<span itemprop="interactionCount">
<a itemprop="discussionUrl" href="<?php $this->permalink() ?>#comments">
<i class="fa fa-commenting-o" aria-hidden="true"></i>
<?php $this->commentsNum('%d'); ?>
</a>
</span>
</div>
<div class="clearfix"></div>
<div class="postspicbox">
<div class="thumbnail">
<a href="<?php $this->permalink() ?>" title="<?php $this->title(); ?>">
<img src="<?= articleThumb($this);?>" alt="<?php $this->title(); ?>">
</a>
</div>
</div>
<div class="postscontent entry-content" itemprop="articleBody">
<?php $this->excerpt(180); ?>
</div>
</article>
<?php endwhile; ?>
<?php $this->pageNav('« 前一页', '后一页 »', 2, '...', ['wrapTag' => 'div', 'wrapClass' => 'pagenavi']); ?>
<?php $this->need('footer.php'); ?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。