侧边栏日历挂件 1.0.0 for typecho

插件开发及发布

版主: woniou

回复
头像
monolight
帖子: 2
注册时间: 2015年 3月 31日 15:40
联系:

侧边栏日历挂件 1.0.0 for typecho

帖子 monolight »

这是一个放在侧边栏的日历挂件

发现好像之前没有人做过这个东西,于是自己做了个玩

样式可以根据自己的需要来修改CSS

预览效果图:
图片

预览地址:
http://bangz.me/

使用方法:
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;?>


github地址:https://github.com/istobran/typecho-calender-plugin

PS:这是本人第一次做插件,有什么问题或者好的建议欢迎指出!
本人邮箱:i(at)bangz.me

Calendar.rar
Typecho侧边栏日历挂件
(4.29 KiB) 已下载 2270 次
头像
ClayMore
帖子: 2481
注册时间: 2007年 11月 29日 02:55
来自: Sleeping Forest
联系:

Re: 侧边栏日历挂件 1.0.0 for typecho

帖子 ClayMore »

建议增加在有文章的日子上添加相应的文章链接 月份链接


__________________

新版阿里百秀Alibaixiu主题 v11.1 For Typecho
http://xiu.160.me/
头像
monolight
帖子: 2
注册时间: 2015年 3月 31日 15:40
联系:

Re: 侧边栏日历挂件 1.0.0 for typecho

帖子 monolight »

ClayMore 写了:建议增加在有文章的日子上添加相应的文章链接 月份链接


__________________

新版阿里百秀Alibaixiu主题 v11.1 For Typecho
http://xiu.160.me/


嗯嗯,正准备弄这个,想个气泡式的提示
scott_ease
帖子: 2
注册时间: 2018年 1月 19日 11:30

Re: 侧边栏日历挂件 1.0.0 for typecho

帖子 scott_ease »

我尝试安装了这个插件。还是没能够解决这个难题:如何在日历中显示当月文章链接?从而达到匹敌 WordPress 的效果。WordPress 网站可见(http://angelcorp.net/blog/infant-formula/),Typecho 网站可见(http://angelcorp.cn/blog/)。似乎所有的中文博客网站(非WordPress)都没能攻克这道难关。

WordPress/wp-includes/general-template.php 文件可见(http://angelcorp.net/temp/general-template.txt),文件中部 1847-2092 行应该是日历代码,但不知道该如何应用到 Typecho?

Thank you.
回复