洛丽糖(luolt.cn),致力于互联网资源的共享, 分享各类技术教程,typecho主题模板,zblog主题模板,网站源码等各种资源。
首页 » 休闲 » 正文内容
原创
给你的typecho分类添加缩略图标
寻梦xunm| 403| 休闲
11个月前
超过318天 温馨提示
本文最后更新于2024年01月10日,已超过318天没有更新,若内容或图片失效,请留言反馈。

请输入图片描述

把下面的代码添加到“functions.php”文件中

 $fenlei = new \Typecho\Widget\Helper\Form\Element\Textarea(
    'fenlei',
    null,
    null,
    _t('分类图标'),
    _t('可以通过这里自定义分类图标,多个请用|进行分隔。列如:http://xx.xx/xx.png|http://xx.xx/xx.png')
);

$form->addInput($fenlei);

模板中分类图标调用代码如下

<?php $fenleiimg = explode('|',rtrim($this->options->fenlei,'|')); ?>
<?php $this->widget('Widget_Metas_Category_List')->to($categorys); ?>
<?php $i = 0; while($categorys->next()): ?>
    <a href="<?php $categorys->permalink(); ?>" title="<?php $categorys->name(); ?>">
        <img src="<?php echo $fenleiimg[$i]; ?>">
        <p><?php $categorys->name(); ?></p>
    </a>
<?php $i++; endwhile; ?>

0 赞 or 打赏
喜欢就打赏一点
微信 支付宝
20240430140454171445709417079.png
20240430140454171445709417079.png
隐私
Q Q:1340326824
邮箱:vipshiyi@qq.com
QQ群:422720328

我的音乐