插件简介:

该插件可以实现在typecho主题侧边栏显示一个日历的功能。

插件预览:

2109026861.png

插件使用:

1、将整个Calender文件夹先上传至/usr/plugins目录下

2、进入后台管理面板,启动本插件

2354918482.png

3、修改当前使用主题的sidebar.php,在自己需要的位置加上

`

<?php if (class_exists("Calendar_Plugin")): ?>
    <div class="list-group">
        <a class="list-group-item active"><i class="fa fa-calendar fa-fw"></i> <?php _e('日历');?></a>
        <?php Calendar_Plugin::render();?>
    </div>
<?php endif;?>
````


## 下载地址

[下载地址](https://nextcloud.zyt1.top:5333/s/fgC8rk55rGzsL5Q)

[typecho插件商城](https://www.typecho.wiki/usr/uploads/2018/12/1253785729.rar)
最后修改:2023 年 04 月 17 日
如果觉得我的文章对你有用,请随意赞赏