April 04
Typecho 自定义文章类型(Post Type)插件
在Typecho下,估计大家自定义Post Type都是通过Typecho0.9新增的特性——自定义字段来实现的,这种方法非常不方便
之前也做过一个插件在写文章的时候选择文章类型,不过没发出来。
前天在改动ArticleImg发现typecho有一个字段是template,经过观察是存储独立页面模板的字段,文章用不到该字段,嘿嘿嘿,所以弄了个插件来让文章也能使用该鸡肋字段。
使用:
下载并上传至/usr/plugins,确保文件夹为ArticleTemplate。
<?php $this->template() ?>
或者
<?php $template = $this->template ?>
如果post类型是标准的,它将输出一个空字符串。
$this是一个Widget_Archive对象。
下载地址:https://github.com/benzBrake/ArticleTemplate
作者:http://typecho.org/archives/135/
本地:ArticleTemplate-master.zip
:D 少女祈祷中...