build your wordpress page fast and clean

42
Jevgēnijs Cibankovs

Upload: eugene-cibankov

Post on 16-Apr-2017

257 views

Category:

Software


1 download

TRANSCRIPT

Page 1: Build your WordPress page fast and clean

Jevgēnijs Cibankovs

Page 2: Build your WordPress page fast and clean

Situations• Have custom page design• Non WP, HTML template• Easy to use adminstration• Clean code

Page 3: Build your WordPress page fast and clean
Page 4: Build your WordPress page fast and clean
Page 5: Build your WordPress page fast and clean

How to get those custom fields?

Page 6: Build your WordPress page fast and clean

Install Advanced Custom Fields  plugin (ACF)• Simple and intuitive custom fields• Field group, fields and location rules• 20 field types• API

Page 7: Build your WordPress page fast and clean
Page 8: Build your WordPress page fast and clean
Page 9: Build your WordPress page fast and clean
Page 10: Build your WordPress page fast and clean
Page 11: Build your WordPress page fast and clean

Building Theme. Outputing data

Page 12: Build your WordPress page fast and clean

DO YOU LIKE THIS?

Page 13: Build your WordPress page fast and clean

Install Timber plugin• Library for building themes• DRY and MVC principles• Don’t repeat yourself• Model–View–Controller

• Object-oriented Posts, Terms, Users and More• Twig Template Engine

Page 14: Build your WordPress page fast and clean

Timber starter theme

Page 15: Build your WordPress page fast and clean
Page 16: Build your WordPress page fast and clean
Page 17: Build your WordPress page fast and clean
Page 18: Build your WordPress page fast and clean
Page 19: Build your WordPress page fast and clean

For newbies

Page 20: Build your WordPress page fast and clean
Page 21: Build your WordPress page fast and clean

Templating

Page 22: Build your WordPress page fast and clean
Page 23: Build your WordPress page fast and clean
Page 24: Build your WordPress page fast and clean

Home page Twig template• Put page HTML in content block

Page 25: Build your WordPress page fast and clean
Page 26: Build your WordPress page fast and clean

Use partials!

Page 27: Build your WordPress page fast and clean

Include partials!

Page 28: Build your WordPress page fast and clean
Page 29: Build your WordPress page fast and clean
Page 30: Build your WordPress page fast and clean
Page 31: Build your WordPress page fast and clean
Page 32: Build your WordPress page fast and clean
Page 33: Build your WordPress page fast and clean

Most common thing in WP blog?

Page 34: Build your WordPress page fast and clean
Page 35: Build your WordPress page fast and clean

Get posts

Page 36: Build your WordPress page fast and clean

Extend timber!

Page 37: Build your WordPress page fast and clean

Image and content manipulations

Page 38: Build your WordPress page fast and clean

Outputing posts

Page 39: Build your WordPress page fast and clean
Page 40: Build your WordPress page fast and clean

What next?• Learn ACF• http://www.advancedcustomfields.com/

• Learn Timber • http://upstatement.com/timber/• https://github.com/jarednova/timber

• Build your page!

Page 41: Build your WordPress page fast and clean

Questions?

Page 42: Build your WordPress page fast and clean

Thank You!