hanuman6
11/21/2013 - 7:16 PM

ログイン中のみ表示

ログイン中のみ表示

<?php
if ( is_user_logged_in() ) {
	echo 'ログイン中!';
} else {
	echo 'ゲストさんようこそ';
};
?>