I need to create a smaller version of the parent website. The parent site is
How to create a WordPress child theme. Click here for more free WordPress tips : wordpresshow2s.com If you customize your WordPress theme at all, it’s a good idea- a very good idea- to create a child theme. Learn the scoop here. ***You can make a child theme for any WordPress theme, just substitute your theme for the twenty eleven theme used in this video. Go here youtu.be For ex. you would put what you called your child theme in “Theme name” and under template, put the name of your parent theme (your main theme that you are making a child theme for). Learn more about incorporating templates and functions into your child theme codex.wordpress.org How to Create a WordPress Child Theme When creating a theme for your wordpress customization, one of the most important ways to ensure that you can receive regular updates is to learn how to use parent and child themes. Child theme support has been greatly improved with WordPress 3.0 and it’s highly encouraged when customizing a theme for your site. Read on and we’ll get you up to speed with the latest best practices for how to create a WordPress child theme. In this tutorial, I will show you how to create a simple child theme. In the very least your child theme needs to have a stylesheet. Other files such as functions.php or template files are optional, depending on how much you want to customize your theme. The only requirement for your style css file is that you include the theme information at the top. Here’s an example of …
Original post: How To Create a WordPress Child Theme – Easy!