プラグインダウンロード
以下のサイト内から「Angsuman’s Authenticated WordPress Plugin」をダウンロードします。
Angsuman’s Authenticated WordPress Plugin
プラグイン編集
プラグインの内容が古くなっていて、最新のWordPressの認証に対応していないので、以下のように書き換えます。
ac_authenti…
<?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
この投稿へのコメント
コメントはまだありません。