customize your wordpress theme the right way

17
Customize Your Theme the Right Way @DustinHartzler

Upload: dustin-hartzler

Post on 19-Jan-2017

180 views

Category:

Technology


1 download

TRANSCRIPT

Customize Your

Themethe Right Way

@DustinHartzler

About Me- From Dayton, Ohio.

- WordPress podcaster

- WooCommerce Ninja at Automattic

YourWebsiteEngineer.com

Today's Outline- Types of Customizations

- The Wrong Ways

- The Right Ways

Types of CustomizationsSmall visual changes

Types of CustomizationsSmall visual changes

Types of CustomizationsRearrange content on page

Types of CustomizationsRearrange content on page

Types of CustomizationsChange output of plugin

Types of CustomizationsChange output of plugin

Wrong Way #1Editing theme or plugin files

Wrong Way #2Adding code to functions.php

Right way #1Changing Visuals

Right way #2Minimal Code

Right Way #3Custom Plugin

Right Way #4Child Theme

LiveDemo