|
WordPress
简介WordPress 是一种使用 PHP 和 MySQL 开发、功能强大的免费博客系统,它插件众多,主题丰富,而且安装和使用都非常方便。运用它,您可以轻松地在支持 PHP 和 MySQL 数据库的服务器上建立完全属于自己的博客。不仅如此,强大的可扩展性和自定义性,使其应用又不仅仅只是在个人博客方面,已经有越来越多的企业、门户网站开始使用 WordPress 架设,或者说这些博客早已不仅仅是博客而已了。 特性初看 WordPress 您也许不会觉得它和其他同类有什么不同,但实际上 WordPress 拥有一个十分庞大的主题和插件仓库,或许您可以认为自己拿到了一个“清水别墅”,并且可以免费地从中挑选出适合自己的“家具”,像拼“积木”一样装饰和强化自己的“别墅”,使之成为您想象的模样。并且这个“别墅”显然要比普通的“房子”大许多,更能让您找到自己动手做事的乐趣。耳听为虚,眼见为实,使用之后您一定会发现它的强大之处! 功能您可以使用 WordPress 实现以下网站的建设:
|
► Sign in to add a comment
minlawoo@gmail.com
good
很好的啦!不知道你们的这个中文,在里面挂东西没有?
为什么我的升级到2.6以后出现很多问题?而且后台到所见即所得编辑器不能用了?
我后台都登不上了
单击登录之前:
Warning: Cannot modify header information - headers already sent by (output started at /home/hualingc/public_html/firestudio/wp-content/plugins/instantupgrade/init.php:1) in /home/hualingc/public_html/firestudio/wp-login.php on line 267
Warning: Cannot modify header information - headers already sent by (output started at /home/hualingc/public_html/firestudio/wp-content/plugins/instantupgrade/init.php:1) in /home/hualingc/public_html/firestudio/wp-login.php on line 279
单击登录之后:
Warning: Cannot modify header information - headers already sent by (output started at /home/hualingc/public_html/firestudio/wp-content/plugins/instantupgrade/init.php:1) in /home/hualingc/public_html/firestudio/wp-login.php on line 267
Warning: Cannot modify header information - headers already sent by (output started at /home/hualingc/public_html/firestudio/wp-content/plugins/instantupgrade/init.php:1) in /home/hualingc/public_html/firestudio/wp-login.php on line 279
Warning: Cannot modify header information - headers already sent by (output started at /home/hualingc/public_html/firestudio/wp-content/plugins/instantupgrade/init.php:1) in /home/hualingc/public_html/firestudio/wp-includes/pluggable.php on line 595
Warning: Cannot modify header information - headers already sent by (output started at /home/hualingc/public_html/firestudio/wp-content/plugins/instantupgrade/init.php:1) in /home/hualingc/public_html/firestudio/wp-includes/pluggable.php on line 596
Warning: Cannot modify header information - headers already sent by (output started at /home/hualingc/public_html/firestudio/wp-content/plugins/instantupgrade/init.php:1) in /home/hualingc/public_html/firestudio/wp-includes/pluggable.php on line 597
Warning: Cannot modify header information - headers already sent by (output started at /home/hualingc/public_html/firestudio/wp-content/plugins/instantupgrade/init.php:1) in /home/hualingc/public_html/firestudio/wp-includes/pluggable.php on line 770
1.php.ini配置问题,解决办法:打开 php.ini 然后把 output_buffering 设为 on ,重启appache即可。
2.使用windows记事本编辑的wp-config文件造成(UTF8编码和BOM冲突),解决办法:使用Notepad++、UltraEdit?、EditPlus?等编辑器编辑文件,一般的主机管理系统自带的编辑功能也不错。
如果是安装PHP其他程序或者自己写的程序出现以上问题,除了以上两种可能,还有可能是setcookie的问题,解决办法是在输出内容之前,产生cookie,可以在程序的最上方加入函数 ob_start(); 格式如下: ob_start :打开输出缓冲区 函数格式:void ob_start(void)
2.8.1什么时候出?
gaiha.suya@gmail.com