harness the power of wordpress

61
Harness the Power of Wordpress #M3WP @developerjustin

Upload: justin-ferrell

Post on 07-Jul-2015

116 views

Category:

Software


1 download

DESCRIPTION

Building websites and web applications using Wordpress.

TRANSCRIPT

Page 1: Harness the power of wordpress

Harness the

Power of Wordpress

#M3WP@developerjustin

Page 2: Harness the power of wordpress

Justin FerrellDeveloper

#M3WP@developerjustin

Page 3: Harness the power of wordpress

@developerjustin #M3WP

Page 4: Harness the power of wordpress

@developerjustin #M3WP

Harness the

Power of Wordpress

Page 5: Harness the power of wordpress

@developerjustin #M3WP

Page 6: Harness the power of wordpress

@developerjustin #M3WP

Open

Source

Page 7: Harness the power of wordpress
Page 8: Harness the power of wordpress

@developerjustin #M3WP

Freenode

#wordpress

#wordpress-dev

#wordpress-mobile

Page 9: Harness the power of wordpress

@developerjustin #M3WP

Thorough

Documentation

Page 10: Harness the power of wordpress
Page 11: Harness the power of wordpress
Page 12: Harness the power of wordpress

@developerjustin #M3WP

Development

Community

Page 13: Harness the power of wordpress

@developerjustin #M3WP

Page 14: Harness the power of wordpress

@developerjustin #M3WP

Page 15: Harness the power of wordpress
Page 16: Harness the power of wordpress
Page 17: Harness the power of wordpress

@developerjustin #M3WP

Page 18: Harness the power of wordpress

@developerjustin #M3WP

Page 19: Harness the power of wordpress

@developerjustin #M3WP

Page 20: Harness the power of wordpress
Page 21: Harness the power of wordpress
Page 22: Harness the power of wordpress
Page 23: Harness the power of wordpress

@developerjustin #M3WP

Page 24: Harness the power of wordpress
Page 25: Harness the power of wordpress
Page 26: Harness the power of wordpress
Page 27: Harness the power of wordpress
Page 28: Harness the power of wordpress

$meta = get_post_meta(get_the_ID());

//IBU

echo $meta[“ibu”][0];

Page 29: Harness the power of wordpress

$ibu = get_field(“ibu”);

Page 30: Harness the power of wordpress

$meta = get_post_meta(get_the_ID());

//IBU

echo $meta[“ibu”][0];

//ABV

echo $meta[“abv”][0];

//Protein pairing

echo $meta[“pro_pairing”][0];

$ibu = get_field(“ibu”);

echo $ibu;

$abv = get_field(“abv”);

echo $abv;

$pro = get_field(“pro_pairing”);

echo $pro;

Page 31: Harness the power of wordpress

@developerjustin #M3WP

Extensibility

Page 32: Harness the power of wordpress

@developerjustin #M3WP

Page 33: Harness the power of wordpress

@developerjustin #M3WP

Page 34: Harness the power of wordpress

@developerjustin #M3WP

Page 35: Harness the power of wordpress
Page 36: Harness the power of wordpress
Page 37: Harness the power of wordpress
Page 38: Harness the power of wordpress
Page 39: Harness the power of wordpress

@developerjustin #M3WP

Interoperability

Page 40: Harness the power of wordpress
Page 41: Harness the power of wordpress
Page 42: Harness the power of wordpress

@developerjustin #M3WP

Page 43: Harness the power of wordpress

@developerjustin #M3WP

Page 44: Harness the power of wordpress

@developerjustin #M3WP

Page 45: Harness the power of wordpress

@developerjustin #M3WP

Page 46: Harness the power of wordpress

@developerjustin #M3WP

Page 47: Harness the power of wordpress

@developerjustin #M3WP

Website

API

Android App iOS App

Page 48: Harness the power of wordpress

@developerjustin #M3WP

Stability

Page 49: Harness the power of wordpress
Page 50: Harness the power of wordpress
Page 51: Harness the power of wordpress
Page 52: Harness the power of wordpress
Page 53: Harness the power of wordpress

@developerjustin

In Development

#M3WP

Page 54: Harness the power of wordpress
Page 55: Harness the power of wordpress

@developerjustin #M3WP

Page 56: Harness the power of wordpress

@developerjustin #M3WP

Page 57: Harness the power of wordpress

@developerjustin #M3WP

Page 58: Harness the power of wordpress

@developerjustin #M3WP

Page 59: Harness the power of wordpress

@developerjustin #M3WP

Harness the

Power of Wordpress

Page 60: Harness the power of wordpress

@developerjustin

Questions

#M3WP

Page 61: Harness the power of wordpress