パーマリンクのテスト中
あとでまとめる
To set your featured posts, please go to your theme options page in wp-admin. You can also disable featured posts slideshow if you don't wish to display them.
To set your featured posts, please go to your theme options page in wp-admin. You can also disable featured posts slideshow if you don't wish to display them.
To set your featured posts, please go to your theme options page in wp-admin. You can also disable featured posts slideshow if you don't wish to display them.
あとでまとめる・・・
WordPress バージョン 3.1.1 を入れたけど、管理画面のレイアウトが崩れる。
load-styles.php のHeader出力を疑ってみたけど、
load-scripts.php が犯人だった。
126行目:header(‘Content-Type: application/x-javascript; charset=UTF-8′);
の直前にダミーで
header('hoge: hoge');
解決。
追記:
3.12へのアップデート時もレイアウトが崩れたので、htaccessで制御する方法に変えた。
AddHandler application/x-httpd-phpcgi .php <files load-styles.php> AddHandler application/x-httpd-php .php </files>