实现 Typecho 首页/分类页文章置顶功能,支持多
cid
分隔,自定义前缀输出。
实现首页置顶功能,支持多id分隔,自定义前缀输出。
在index.php文件里找到
<?php $this->title(); ?>的位置添加<?php $this->sticky(); ?>
<a class="post-title" href="<?php $this->permalink() ?>"><?php $this->sticky(); ?><?php $this->title(); ?></a>