Typecho 主题侧边栏日历插件 Calendar

插件简介:

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

插件预览:

插件使用:

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

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

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;?>

广告栏+++++++蜜糖商店|大哥云| 搬瓦工JMS|红莓网络| Mielink|萌喵加速| 飞鸟云

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注