WP to Twitterなど、twitter関連のOAuth認証が通らない
原因は不明だけど、サーバのcURLやら外部向けのHTTPS通信が許可されてないやら、その辺っぽい。
ちなみに現在使っているのは、お名前.comの共用サーバです。
VPSの方も契約してるんで、そっちに移行した方が早いかも。
http://bono.s201.xrea.com/pib/wpm/?p=32
twitt…
<?php
//トップページ以外の場合にnot_homeクラスを追加
$body_class = "";
if ( !is_front_page() ) {
$body_class .= ' not_home';
}
?>
<body id="top" <?php body_class( $body_class ); ?>>
graffiti on the web
この投稿へのコメント
コメントはまだありません。