2 Star 5 Fork 1

广树 / Typecho_CYBER DIMENSION NEPTUNE_主题模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
eeg1412 提交于 2018-08-07 14:45 . 版本号修改
<?php if(isset($_GET['load_type']) and $_GET['load_type'] == 'ajax'): ?>
<?php while($this->next()): ?>
<a class="post_item" href="<?php $this->permalink() ?>">
<span class="post_blog_time"><?php $this->category(',', false); ?> | <?php $this->date(); ?></span>
<div class="post_bg_body">
<img src="<?php echo showThumb($this,true); ?>" class="post_list_img">
</div>
<div class="post_bg_div" style="background-image:url(<?php echo showThumb($this,true); ?>)"></div>
<p><?php $this->title() ?></p>
</a>
<?php endwhile; ?>
<?php $this->pageNav('&laquo; 前一页', '后一页 &raquo;'); ?>
<?php return; //完成ajax方式返回,退出此页面?>
<?php endif ?>
<?php
/**
* 四女神Online主题皮肤
*
* @package 四女神Online
* @author 广树
* @version 1.0.2
* @link https://www.wikimoe.com/?post=96
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$this->need('header.php');
?>
<div class="col-mb-12 clearfix index_post_list_body" id="main" role="main">
<div class="blog_page_loading">
<div class="loading-text">LOADING</div>
<div class="loading-content"></div>
</div>
<div class="clearfix" id="index_blog_content">
<?php while($this->next()): ?>
<a class="post_item" href="<?php $this->permalink() ?>">
<span class="post_blog_time"><?php $this->category(',', false); ?> | <?php $this->date(); ?></span>
<div class="post_bg_body">
<img src="<?php echo showThumb($this,true); ?>" class="post_list_img">
</div>
<div class="post_bg_div" style="background-image:url(<?php echo showThumb($this,true); ?>)"></div>
<p><?php $this->title() ?></p>
</a>
<?php endwhile; ?>
</div>
<?php $this->pageNav('&laquo; 前一页', '后一页 &raquo;'); ?>
</div><!-- end #main-->
<?php $this->need('footer.php'); ?>
PHP
1
https://gitee.com/eeg1412/typecho_cyberdimensionneptune__theme_template.git
git@gitee.com:eeg1412/typecho_cyberdimensionneptune__theme_template.git
eeg1412
typecho_cyberdimensionneptune__theme_template
Typecho_CYBER DIMENSION NEPTUNE_主题模板
master

搜索帮助