word camp 2014 so obvious you miss it

34
So Obvious You Miss It! WordPress Tips WordCamp Miami 2014 Copyright vizred.com

Upload: vizred

Post on 08-May-2015

288 views

Category:

Technology


1 download

DESCRIPTION

Wordcamp Miami

TRANSCRIPT

Page 1: Word camp 2014 So Obvious You Miss It

So Obvious You Miss It!WordPress Tips

WordCamp Miami 2014

Copyright vizred.com

Page 2: Word camp 2014 So Obvious You Miss It

vizred.com

See Me?Bet You Missed Me!

Page 3: Word camp 2014 So Obvious You Miss It

vizred.com

Screen Options

Many WP dashboard screenshave their own

Screen Options button.

Page 4: Word camp 2014 So Obvious You Miss It

vizred.com

We can checkmarkthe options we want to be visible

Screen Options let us changethe details we see

in the screen we are viewing

Page 5: Word camp 2014 So Obvious You Miss It

vizred.com

Help!

Many dashboard screenshave their ownHelp buttons

Page 6: Word camp 2014 So Obvious You Miss It

vizred.com

Click the Help Tabto reveal help for

the admin screen you are on.

Page 7: Word camp 2014 So Obvious You Miss It

vizred.com

Organize the Dashboard

Page 8: Word camp 2014 So Obvious You Miss It

vizred.com

Drag & Drop Panels

Put dashboard panel widgetswhere you need them.

Click & hold to move them around

Page 9: Word camp 2014 So Obvious You Miss It

vizred.com

Collapsible Panel Widgets

Page 10: Word camp 2014 So Obvious You Miss It

vizred.com

Look for the Arrows

See one of these

arrows on a panel

widget?

Click it to open or

close the widget the arrow is on

Page 11: Word camp 2014 So Obvious You Miss It

vizred.com

Edit Faster

Page 12: Word camp 2014 So Obvious You Miss It

vizred.com

Quick Edit

Post, page & other admin screenshave

‘Quick Edit’ options

Page 13: Word camp 2014 So Obvious You Miss It

vizred.com

..disable comments, change publish dates, switch the author name.. and

more

Use Quick Edit to..

Page 14: Word camp 2014 So Obvious You Miss It

vizred.com

Bulk Edit

Quick Edit’s Big Brother.Checkmark the box at the column head then

select a Bulk Action

Page 15: Word camp 2014 So Obvious You Miss It

vizred.com

Find Faster

Search posts, pages and comments...

Page 16: Word camp 2014 So Obvious You Miss It

vizred.com

Sortable Columns

Click the triangle in a column headerto sort rows

alphanumerically

Page 17: Word camp 2014 So Obvious You Miss It

vizred.com

Filters

Filter by date and category.Different screens have different filters.

Page 18: Word camp 2014 So Obvious You Miss It

vizred.com

To Edit or Not to Edit..

Some files should not be edited

Page 19: Word camp 2014 So Obvious You Miss It

vizred.com

Never Edit WP Core Files

Page 20: Word camp 2014 So Obvious You Miss It

Need to edit the core code?

vizred.com

WordPress core files are overwritten when WP updates. File edits are lost.

Use a plugin, a child theme or add a code snippet in functions.php

Page 21: Word camp 2014 So Obvious You Miss It

vizred.com

Create Child Themes

Use the Plugin: Child Theme Configurator

Page 22: Word camp 2014 So Obvious You Miss It

vizred.com

3 Reasons to use Child Themes

Easy to make

We can edit the code

Template edits are safe whenthe parent theme updates

Page 23: Word camp 2014 So Obvious You Miss It

vizred.com

Rename Plugins

When we customize a plugin,we rename the plugin & its folder

to protect against the original plugin’s update releases

Page 24: Word camp 2014 So Obvious You Miss It

vizred.com

To rename a plugin..

Open the plugin’s main php file,change the “Plugin Name” and

rename the parent folder.

Page 25: Word camp 2014 So Obvious You Miss It

vizred.com

When we rename a plugin,the old plugin & the new plugin

cannot usuallybe active at the same time..

..without the new plugin’sfunction names

being renamed first.

Page 26: Word camp 2014 So Obvious You Miss It

vizred.com

Snippets of Code&

Functions.php

Page 27: Word camp 2014 So Obvious You Miss It

vizred.com

Hooks and filtersare found in

core WP code,themes,

&some plugins.

Use action hooks & filters to....plug code into WordPress.

Page 28: Word camp 2014 So Obvious You Miss It

vizred.com

When you write a code snippetlike the one below

that adds text to the footer..

vr_foot_text() {echo ‘<p>Some text</p>’;

}add_action(‘wp_footer’,’vr_foot_text’, 14)

..you canadd the snippet to functions.php

Page 29: Word camp 2014 So Obvious You Miss It

vizred.com

Code snippets can beput into

the active theme’sfunctions.php file

Page 30: Word camp 2014 So Obvious You Miss It

vizred.com

Look Before Leaping

Page 31: Word camp 2014 So Obvious You Miss It

vizred.com

Read Changelogs When Updating

Plugins & Themes

Page 32: Word camp 2014 So Obvious You Miss It

vizred.com

Changelogs tell us about..

new features,bug fixes,

plugin name changes,whether settings will be lost,

WP version compatibility,warn of product end of life (EOL),

& more

Page 33: Word camp 2014 So Obvious You Miss It

vizred.com

We have learnedScreen OptionsThe Help Button

Drag’n’Drop PanelsCollapsable Widgets

Quick EditBulk Edit

Sortable ColumnsSearch Filters

Never Edit Core FilesUse Child Themes

Rename the Plugins We Customize

Use functions.php

Read Change Logs

Page 34: Word camp 2014 So Obvious You Miss It

vizred.com

Blanca Stella MejiaSocial Media Consultant/Blogger

[email protected]: @miamishines @micaminar

Lee HodsonWeb Developer/Tech Blogger

[email protected] @lee_hodson

@vizred