WordPressでマルチサイトを運営している場合、新しいサイトが作成されるたびに、WordPressは自動的にサンプルページを新しいサイトに追加します。最近、あるユーザーから、デフォルトのサンプルページを削除して、独自の初期設定ページを追加できないかという問い合わせがありました。この投稿では、WordPressマルチサイトで初期設定ページを追加/削除する方法を紹介します。
なぜWordPressマルチサイトで独自の初期設定ページを追加するのか?
初期設定のサンプルページを独自のページに置き換える理由はたくさんあります。例えば、ユーザーに次に何をすべきかを伝えるページを追加したい場合があります。
WordPressが初期設定するサンプルページは少し退屈です。何か気の利いた、気の利いたことを追加したいのではないでしょうか?
最後に、初期設定のページを使って、マルチサイトネットワークの注意事項をユーザーに伝えることができます。
WordPressで初期設定ページを追加/削除する
このコードをメインサイトのfunctions.phpファイルまたはサイト固有のプラグインに追加するだけです。
[cbk1]
このコードの最初の部分は、マルチサイトネットワークに新しいサイトが作成されるたびに、「About」というタイトルの新規WordPressページを挿入します。コードの2番目の部分は、初期設定のWordPressサンプルページを見つけて削除します。
この投稿がWordPressマルチサイトネットワークの初期設定ページの追加/削除のお役に立てば幸いです。
この投稿が気に入ったら、Google+や Twitterに参加してください。また、より多くのWordPress動画チュートリアルのために私たちのYouTubeチャンネルを購読することができます。
Syed Balkhi says
Hey WPBeginner readers,
Did you know you can win exciting prizes by commenting on WPBeginner?
Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
You can get more details about the contest from here.
Start sharing your thoughts below to stand a chance to win!
Maxwell says
Don’t forget handle other languages too: in $defaultPage = get_page_by_title( ‘Sample Page’ ); , use:
$defaultPage = get_page_by_title( __(‘Sample Page’) );
This way, the Sample Page word will be translated and the page will be found in any language.
ali says
thank you.
it solved my problem.
WPBeginner Staff says
Go to Settings -> Reading and check the box ‘Your Latest Posts’. See this article for more help.
WPBeginner Staff says
Yes
shamim says
Hi WPBeginner i can’t remove default page Home
i am using tweenty twelve theme.. pls help me
sleon says
what do you mean about, “Simply add this code to your main site’s functions.php” in the theme functions.php?
iwan says
how to removing with page more than one,for example page title(‘Sample page’,’MY product’,’Contact ‘)