Skip to content

istobran/typecho-calender-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于Typecho的侧边栏日历插件

一个在Typecho博客网站中的侧边栏位置显示日历的小插件

演示效果Demo

效果图

环境要求

安装了Typecho的任意虚拟主机或VPS

安装

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

About

基于Typecho的侧边栏日历插件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published