b man b man
b manb manb manb manb man

Hello, what can we help you find?

Docly is a fully featured knowledge base theme for WordPress.

Check out our guide categories

Some dodgy chav bevvy amongst argy-bargy spiffing absolutely bladdered
nancy boy cup of tea a load of old tosh porkies.

Didn't find any Solution?

Loaded with awesome features like Documentation, Knowledgebase, Forum & more!

Online Documentation

Horse play barmy Oxford bonnet are you taking the piss cheeky mufty nice one young delinquent.

Online Documentation

Horse play barmy Oxford bonnet are you taking the piss cheeky mufty nice one young delinquent.

Wave Wave
354

Global Customer

645

Global Customer

478

Global Customer

546

Global Customer

Some common issues

How to customize theme using child theme?

Estimated reading: 2 minutes 86 views

OVERRIDING PARENT THEME FILES

You can not only target individual style declarations via the style sheet but also override entire components of the parent theme.

For every theme file present in the parent directory, WordPress will check whether a corresponding file is present in the child theme and if so, use that one instead. This means that a header.php file in the child theme will override its equivalent in the parent folder.

So, if you don’t like something about a page’s layout, just copy the respective file, implement your changes, and upload it to the child theme’s folder. The modifications will then appear in the child theme, while the original file will remain untouched.

WORKING WITH TEMPLATE FILES

We’ve learned that we can overwrite any file in the parent theme by placing a copy in the child theme’s folder and customizing it. However, using files that exist only in the child theme is also possible. Template files are a good example of this.

Let’s say we want to build a full-width page template for our child theme. Our theme does not lend itself to the full-screen presentation, but let’s do it anyway for demonstration purposes, shall we?

To create a full-width page in Chaoz you have to create a custom page template. Let’s start with the page template.

For our custom page template, we simply copy page.php from the parent theme, rename it to page-full-width.php and place it in the Child theme’s root folder.

Share this Doc

How to customize theme using child theme?

Or copy link

CONTENTS