Category: Tutorial

Migrating Parent to Child Theme Customizer Settings

· Tutorial

A child theme ensures that your code-level customizations are kept safe and not overwritten during the theme update process. If you think you might need to make code-level customizations in the future, it’s best to make use of a child theme from the beginning of your WordPress site’s development. In this tutorial, we’ll look at what happens to your Customizer settings when switching to a child theme late in the development process and how to quickly resolve the problem.

Unique Page Styling with Custom CSS Body Classes

· Tutorial

The ability to make a rule specific to a post, page or group of posts is really useful and much easier than you might think. WordPress outputs class names into the body tag of each post or page, we can use those class names to prefix our CSS rules and thereby make them specific to the post, page or group of posts we’d like to target.

Adding a Form to a Hero Image

· Tutorial

Adding a form to your hero image is a great way to turn user attention into action. In this tutorial, we’ll cover how to use Page Builder by SiteOrigin and the SiteOrigin Widgets Bundle to add a hero image (using the Layout Slider widget) and a contact form to your page.