当安装好Wordpress后,后台进去右上角的“显示选项”按钮菜单点不开。
I’ve installed 3.5.1 onto quite a few servers recently with no problem. However, recently I did a standard installation. No plug-ins running and an absolutely pristine install.
这个往往是由于Jquery引起的问题,可以在wp-config.php里加入以下代码:define(‘CONCATENATE_SCRIPTS’, false);放到define(‘DB_HOST’)这一行的后面即可以解决。
Its a JQuery problem I solved it by adding: define(‘CONCATENATE_SCRIPTS’, false); to the wp-config.php file, just below the define(‘DB_HOST’) line.