set it and forget it! · 2018. 2. 23. · demo: custom post types & taxonomies. building pods...

36
Set It and Forget It! Structured Content in WordPress with the Pods Framework

Upload: others

Post on 09-Oct-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Set It and Forget It!

Structured Content in WordPress with the Pods Framework

Page 2: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

About Me

● “UX Team of One” working on affordable housing in SF

● Content Strategist (and front-end dev) for IA Summit conference

● Former cancer scientist

(I’m big on empowering people!)

Page 3: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Empowerment = structured content!

Structured content = content, organized by default using prepared metadata

● No fussy formatting● No touching code● No copy-pasting across multiple pages● Not trapped by the WYSIWYG field● Things should “just work”

(Why we use a CMS in the first place!)

Page 4: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

The ugly truth: WordPress themes are total failures of structured content

Page 5: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

That functions.php file...

● Theme-specific● Creates anything the theme needs● Creates custom post types and taxonomy,

only available in that theme

But what happens when you change the theme?

Page 6: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic
Page 7: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

So what’s happening? Imagine you had a restaurant...

Page 8: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

..that’s weird, right?

Page 9: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Is this an insurance company….

usedtobeapizzahut.blogspot.com

Page 10: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

...or a former Pizza Hut?

usedtobeapizzahut.blogspot.com

Page 11: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Mixed-up roles!

Page 12: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Kitchen --- Waiter --- Diner

Page 13: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Kitchen --- Waiter --- Diner

Page 14: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Kitchen --- Waiter --- Diner

Page 15: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Kitchen --- Waiter --- Diner

Page 16: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Model --- Controller --- View(MVC)

Page 17: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Model --- Controller --- View(MVC)

Wordpress themes

Page 18: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Which is how you end up with a confusing mess!

usedtobeapizzahut.blogspot.com

Page 19: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Model --- Controller --- View(MVC)

Wordpress plugins

Page 20: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

But why Pods and not another plugin?

Page 21: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Pods Advanced Custom Fields Toolset Types

Independent of functions.php? Yes No Yes

Just HTML/CSS? Yes No Yes

Content relationships Easy! Hard Overly complex

Free? YES! Freemium Freemium

Support?

The comparison chart!

(Seriously, nobody beats Jim!)

Page 22: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Demo time!

(What you’re all here for!)

Page 23: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

The saga of IA Summit.org

What to do with content strategy???

In the recent past:

● Migration from incomplete Drupal project

● Slate wiped clean every year

Yearly rotation of organizing committee:

● Website team might change (no documentation!)

● Theme might change

Page 24: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic
Page 25: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Connecting Speakers to Talks and Posters

“Person” CPT using Pods template to show single instance

Connected “Talk” CPTs

Connected “Poster” CPT

Connected extended regular WP post

Fields in “Person” CPT:

● Photo● Current role● Past roles● LinkedIn URL● Twitter handle● Website● Past talks● Posters● Related posts

Page 26: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Pulling Speaker info into Talks

“Talk” CPT using Pods template to show single instance

“Person” CPT

Page 27: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Pulling Speaker info into Posts

WordPress posts (extended by Pods) using Pods template to show single instance

“Person” CPT

Page 28: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Demo: Custom post types & taxonomies

Page 29: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Building Pods Templates in dashboard

● Can replace any built-in page templates● HTML, CSS and “Magic Tags”● Built-in conditionals and repeater for multiple instances

Page 30: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Ex: Conditional layouts in template

“Talk” CPT using Pods template to show single instance

Fields in “Talk” CPT:

● Speakers● Transcript● Embeds● Video link● Audio shortcode● Storify link

Page 31: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Ex: Repeated instances

“Talk” CPT with multiple speakers

Page 32: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Demo: Pods Templates

Page 33: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Putting it all together...with shortcodes!

● Insert Pods content into WP pages or posts○ Single item○ List of items○ Field from single item○ Field from current item○ Form for editing Pods

● Use SQL calls to filter in shortcode

Page 34: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Filtering with shortcodes

WP Page displaying multiple “Person” Pod items

(Past presenter page displays speakers that have a past role but

no current role.)

Where current role is “co-chair”

Where current role is “keynote speaker”

Where current role is “speaker”

Page 35: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

(Short) Demo: Shortcodes

Page 36: Set It and Forget It! · 2018. 2. 23. · Demo: Custom post types & taxonomies. Building Pods Templates in dashboard Can replace any built-in page templates HTML, CSS and “Magic

Thanks!

(Any questions?)

Contact me:

[email protected]@anitaycheng on Twitter