Typecho文章形式

CludeChn
2013-03-08 / 0 评论 / 763 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2013年03月08日,已超过4066天没有更新,若内容或图片失效,请留言反馈。

20130308001.jpg



下载地址: (最新版本1.0.2)

https://github.com/iMuFeng/PostFormat

使用方法

1. 激活插件

2. 判断文章形式 (可自定义)

<?php while($this->next()): $format = PostFormat_Plugin::getFormat();?>
	<?php if ($format == 'post') { ?>
		// 一般文章形式
	<?php } elseif ($format == 'image'){ ?>
		// 图片
	<?php } elseif ($format == 'phrase'){ ?>
		// 短语 类似微博
	<?php } elseif ($format == 'link'){ ?>
		// 链接
	<?php }?>
<?php endwhile; ?

3. 自定义样式

转自:http://mufeng.me/post-format-of-typecho.html

0

评论 (0)

取消