子テーマは、メインテーマを編集することなくWordPressテーマの変更やカスタマイザーを可能にします。これにより、変更内容を失うことなくテーマの更新を続けることができます。最近、ある読者から、自分の子テーマを妻のサイトで使うにはどうしたらいいかという質問を受けました。この投稿では、子テーマを別のWordPressサイトで使用する方法を紹介します。
動画チュートリアル
動画が気に入らなかったり、もっと説明が必要な場合は、このまま読み進めてください。
はじめに
子テーマは WordPress テーマをカスタマイズしたり変更したりするための最も安全な方法です。子テーマの詳細については、WordPress子テーマの作成方法の投稿をご覧ください。
子テーマは完全に移植可能で、好きなだけ多くのサイトで使用できます。ダウンロードして別のWordPressサイトにインストールすることもできます。一定の基準を満たしていれば、WordPressのテーマディレクトリに子テーマを送信して、他の人に使ってもらうこともできます。
子テーマを移動する前に、WordPressテーマを変更する前に必ずやっておくべきことのチェックリストと、WordPressテーマを適切に切り替える方法をご覧ください。これらの投稿は、気をつけるべきテーマ固有の設定についての一般的なアイデアを与えてくれるでしょう。
最後に、最も重要なことですが、何らかのアクションを実行する前に、両方のサイトのWordPressのバックアップが完全に取れていることを確認してください。
WordPress子テーマの移動
まず最初に、FTPクライアントを使用してサイトに接続し、/wp-content/themesディレクトリを参照します。次に、子テーマと親テーマのフォルダーをコンピューターにダウンロードします。
次のステップは、FTPクライアントを使用して子テーマをインストールしたいWordPressサイトに接続することです。wp-content/themes/
ディレクトリを参照し、先ほどダウンロードした子テーマフォルダーと親テーマフォルダーの両方を新しいサイトにアップロードします。
次に、子テーマをインストールしたいサイトの管理エリアにログインし、外観 ” テーマにアクセスします。親テーマと子テーマの両方がインストールされているのが確認できるだろう。
子テーマの下にあるライブプレビューボタンをクリックして、すべてが期待通りに動作していることを確認してください。満足したら、新しいWordPressサイトで子テーマを安全に有効化することができます。
この投稿が、子テーマを別のWordPressサイトで使用する方法を学ぶのにお役に立てば幸いです。43の美しい無料WordPressブログテーマの厳選リストもご覧ください。
この投稿が気に入ったなら、WordPressの動画チュートリアルをYouTubeチャンネルに登録してください。Twitterや Facebookでもご覧いただけます。
Joshua Mad
I see that’s how you install a child theme but I cant see to overwrite the code of the parent theme. I have installed a black theme with the correct labels and names, but still things will not change. Am i missing something? Can you show me an example of a child theme in use not how to install?
Ritul
If I m exporting my divi child theme will my content lost?
cris pey
hi there,
thanks for the tutorial! my question is, don’t we need to change various url’s and links to correspond with the new site before uploading to a different domain? so could benefit from some sort of migration plugin?
i’m about to do this and am stuck between conflicting ideas on the best way to go about it. i like your ideas best so i hope you can answer this for me and everything then goes smoothly….
thank you very much!
cris
WPBeginner Support
If your child theme is properly coded, then it should not have any direct links. If it does have direct links, instead of WordPress functions to fetch relevant URLs, then you will need to fix that.
管理者
Hemang Rindani
WordPress is a great CMS that comes with set of frameworks, themes, modules and plugins to implement any complex business requirements. It is a flexible platform that allows a CMS developer to customize any functionality according to the requirements. A child theme in WordPress allows a developer to inherit all the functionality, features, and the code of the parent theme without making any changes to the parent theme itself. This feature helps to create a theme that is most suitable to a business without compromising on security. For large organization with multiple websites, WordPress provides an option to use the same child theme with other websites to better the consistency among different websites. The child themes can be modified further as per the requirements. I feel this to be a great feature that even CMS development companies can adopt to deliver websites with great features.
Sue Loncaric
Thank you for the information. I actually have a wordpress child theme and I used the child themify plugin. However, the theme Bouquet I’m using won’t seem to save any changes I make in the child theme. Any suggestions? I would really appreciate any assistance you could give. I’m not that tech savvy which may be a problem.
WPBeginner Support
Some WordPress themes do not work well as parent theme. Please contact your theme support.
管理者
Felicia
Thanks for posting this. This post helped me out a lot. It makes changing themes a lot eaiser.
Felicia
Thanks for posting this. It really helps guide you through the process, making it much easier.
Tony Franco
Hello!
Nice information, Thanks!
Please, if i have some plugin updates, is there a way to test the updates firstly at child theme?
How would this works, is it possible?
Thanks and Regards,
Tony
WPBeginner Support
You can setup a local install on your computer (Windows | Mac)for testing purposes.
管理者