Archive

Archive for the ‘WordPress’ Category

plugins cause memory error when auto-upgrading to WordPress 2.9.2

February 16th, 2010 lonelicloud No comments

今天使用WordPress的自动升级功能升级WordPress 2.9.2版本的时候出了些错误,导致无法升级成功。错误信息已经记不太清楚了,如上。我在管理面板中禁用了WP Super CacheWP Security Scan 两个插件之后就能重新执行自动升级了,而且几秒钟时候就升级成功。

Read more…

Categories: WordPress Tags: , ,

WordPress下载管理插件WP-DownloadManager使用说明中文版

January 19th, 2010 lonelicloud 1 comment

WP-DownloadManager是一款WordPress下载管理插件,可以让你在后台管理提供下载的文件,可以对文件进行分类并可以按照分类输出。提供对输出格式的自定义支持(通过修改Options,使用其提供的变量编写html输出格式代码)。下面是对其说明文档的翻译。

目前是1.50版,该中文说明针对此版本。

Read more…

Categories: WordPress Tags: ,

介绍几个Joomla的插件

January 16th, 2010 lonelicloud No comments

因为部门的主页太难看了,寻思着用Joomla新建一个。这些天一有空就捣鼓,为了实现一些特定功能试用了很多插件。下面把几个插件简单介绍一下。
Read more…

自动升级WordPress和其插件

December 20th, 2009 lonelicloud No comments

WordPress 2.9版已经放出,应该很多人都在考虑升级的问题吧。自从上次解决了WordPress自动升级到2.8.5的问题之后,再升级就非常的方便,在管理面板中点几次鼠标就解决了问题,所以强烈推荐大家使用WordPress自带的升级工具进行自动升级。

Read more…

Categories: WordPress Tags: , ,

让wordpress的page也能够处理more标记

December 16th, 2009 lonelicloud No comments

如果有摘要,wordpress中主页、归档和tags等的archives都以摘要的形式显示,而我的自定义page页面却直接显示每篇文章的全文,虽然也设置了<!–more–>标记。终于在wordpress的codex中找到了解决方法。
Read more…

Categories: WordPress Tags: ,

php文件编码格式对结果有影响?

December 16th, 2009 lonelicloud No comments

近日发现我自己用notepad编辑的wordpress中page的自定义页面顶端的背景比原模板的宽。后来我复制一份wordpress自带的page模板,删除代码,然后把自己的代码放进去。这样就解决了问题。难道php文件的编码格式对服务器处理文件内容有影响吗?我对php编程并不熟悉,但是看样子是这样的。

如果有朋友能够给我释疑就好了。

Read more…

Categories: Web Design, WordPress Tags: ,

自动升级Wordpress到2.8.5

October 23rd, 2009 lonelicloud 1 comment

Wordpress早就提供了从旧版本自动升级到新版本的功能,在工具(Tools)–>升级(Upgrade)里。不过刚开始使用这个功能的时候遇到了很多错误,无法完成升级。这里分享一下升级成功的经验。
Read more…

Categories: WordPress Tags: , ,

WordPress Tip: PHP Codes for Getting the Slug of Current Page

October 4th, 2009 lonelicloud 1 comment

While I was working on a WordPress template, I needed to show posts in the category which has the same name ( or slug) of a page. As the WordPress.org said, the codes:
Read more…

Top 10 CSS Table Designs

August 25th, 2009 lonelicloud No comments

By R. Christie

Tables have got to be one of the most difficult objects to style in the Web, thanks to the cryptic markup, the amount of detail we have to take care of, and lack of browser compatibility. A lot of time could be wasted on a single table although it’s just a simple one. This is where this article comes in handy. It will show you ten most easily implemented CSS table designs so you can style your tables in a zap!

Read more…

Categories: WordPress, 互联网 Tags: ,

张磊的blog» blog域名迁移之迁移wordpress

August 24th, 2009 lonelicloud No comments

申请了WordPress空间并且使用了自己的域名之后,很多人希望将WP里面的文章链接中空间提供的域名更换成自己的域名,这需要对WP数据库进行操作。

以下引自张磊的blog,有详细的说明。

Read more…

Categories: WordPress, 互联网 Tags: ,