22
Saroz Bhandari WordPress Developer /Saroz.Bhandari @sarozMe /in/sarozme

WordPress Child Theme

Embed Size (px)

Citation preview

Page 1: WordPress Child Theme

Saroz BhandariWordPress Developer /Saroz.Bhandari @sarozMe /in/sarozme

Page 2: WordPress Child Theme

WordPress Child Theme

Page 3: WordPress Child Theme

A WordPress Child Theme is a theme that inherits the functionality of other theme. i.e. Parent ….

Page 4: WordPress Child Theme

Why Use a Child Theme ?

Safe : Make changes to themes without having changes overwritten.

Quick : Speeds up a developmental time – functionality has already been written.

Easy : If you are new to development, this is a great way to learn.

Page 5: WordPress Child Theme

“Child themes look same as the parent theme ! “

“Child theme cannot exist without its parent theme ! “

To modify the existing theme better to use child theme !

Page 6: WordPress Child Theme

Pros of Child theme

You can update your parent theme without losing the changes you have made. It speeds up your development time , no need to code from scratch. Modify the site the way you want. Best way to learn for the beginners. You can avoid irreversibly damaging your site by using WordPress Child

theme.

Page 7: WordPress Child Theme

Cons of Child Theme

The main disadvantage of using Child theme is you have to understand each and every step of code used in Parent Theme.

It would be time consuming to understand the whole code. Can increase complexity if the parent theme is complex. It can effect on performance because 2 theme is loading instead of one.

Page 8: WordPress Child Theme

Learned Enough ??

Make your AWESOME child theme

Page 9: WordPress Child Theme
Page 10: WordPress Child Theme
Page 11: WordPress Child Theme
Page 12: WordPress Child Theme

So … WordPress.com or WordPress.org?

Page 13: WordPress Child Theme
Page 14: WordPress Child Theme
Page 15: WordPress Child Theme
Page 16: WordPress Child Theme
Page 17: WordPress Child Theme
Page 18: WordPress Child Theme
Page 19: WordPress Child Theme
Page 20: WordPress Child Theme
Page 21: WordPress Child Theme

THANK YOU !!Keep looking. Don’t Settle

- Steve Jobs.

Page 22: WordPress Child Theme

Feel free to ASK ..