返回列表 发帖

请问如何改K2模板的日历~~

我用了k2的0.95RC1和Trueblue style~~现在我想改一下日历~~我在网上下了一个日历的plugin~~介绍是这样安装的~~

?Installation

        Unzip the contents of the .zip file. Upload the folder 'Calendar' to: WordPress_directory/wp-content/plugins
        Go to your administration panel and activate this plugin.

        The plugin is now installed, all you have to do now is edit the file you wish to place the
        Calendar in (usually, sidebar.php) and place this code:

        <? if (function_exists('do_calendar')) { do_calendar(); } ?>

我想知道应该用上面那句加在K2目录下的哪个文件里啊~~是sidebar吗?~~K2的sidebar是自己定制的~所以不知道该怎么加~~谁能帮帮我~~~~~这个plugin的地址是http://n0id.hexium.net/?page_id=56

顺便说一句~~我今天能上wordpress.org了~~难道现在不屏蔽了????

[ 本帖最后由 aqualiuy 于 2007-4-7 09:09 PM 编辑 ]

如果你用了SBM,那么新建个PHP模块然后把这句话添加进去。

如果你没用SBM,那么直接改sidebar.php文件吧。

P.S. 据说日历插件极其耗资源,不仅页面执行时间将大幅增加,页面显示速度也会变慢。

P.P.S. 2007年4月,为啥那么多人那么喜欢用0.95,而且还RC1呢?实在无法理解。

[ 本帖最后由 yskin 于 2007-4-8 03:27 PM 编辑 ]

TOP

我在这个网页里看到的最新的就是0.95RC1啊~~

http://getk2.com/download

那请问现在最新的版本是多少啊?

谢谢你了~~

TOP

汗,怪不得那么多人用这个版本。原来K2开发组最终也没吧0.9.5的正式版发布出来。

0.9.5是WordPress 2.0时代的版本了吧,无法支持WordPress 2.1系列。

http://getk2.com/nightly/去下载吧。

3月21号到现在,K2也有一段时间没更新了,那帮人都在忙habari不成?

TOP

返回列表