From the course: WordPress: Custom Post Types and Taxonomies

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Setting up your child theme

Setting up your child theme - WordPress Tutorial

From the course: WordPress: Custom Post Types and Taxonomies

Start my 1-month free trial

Setting up your child theme

- [Instructor] Because we've created custom post types, and taxonomies, we'll want to display that content in a way separate from the current theme. In order to display that content on the front end, we'll need to add some code to our theme. If you're using a custom made theme, that is, one you developed, or had one developed for you, you can make modifications directly to the theme. However, if you're using a theme that you got from a marketplace, or the WordPress theme repository, you'll risk losing any changes you make the next time that theme updates, so instead we'll need to make a child theme. A child theme piggybacks off of the main, or parent theme, using any files from the parent, not specifically overwritten in the child. That means that if the parent gets an update, our modifications are safe, and sound. This is a quick primer on WordPress child themes, but if you'd like to learn more about WordPress child themes, you can check out the course in our library. Since we're…

Contents