Calendar-Typecho侧栏日历插件
作者:佚名 来源:爱好者 时间:2019-07-11
插件简介
该插件可以实现在typecho主题侧边栏显示一个日历的功能,主要用于挂在侧栏。
插件使用
下载解压将文件夹Calender上传至/usr/plugins目录下
进入后台管理面板,启动本插件
修改当前使用主题的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://github.com/istobran/typecho-calender-plugin
插件作者
https://github.com/istobran