SlideShare une entreprise Scribd logo
1  sur  19
Télécharger pour lire hors ligne
Technology Hotspot & Salon




                 WordPress Custom
                Fields and Metaboxes
                                                 East Bay WordPress Meetup



268 14th Street, Oakland, CA 94612 | Open 11-7 Monday - Friday | Drop-in co-working space, workshops and technology services | More info: http://www.techliminal.com
                                                                                        1
           Content in this presentation is Copyright (c) 2010 Tech Liminal. CC-Share-Alike. Feel free to use stuff from this presentation, but leave a link to Tech Liminal
Introduction
                      Anca                         Tech Liminal




   •   Web Developer                       •   Technology Hotspot & Salon
   •   Information Architect               •   Co-Working
   •   15 years of experience in           •   Workshops, Conferences
       technology & marketing orgs         •   Expert, friendly help with web &
   •   Freelancer, Entrepreneur                social media




                             anca@techliminal.com


       www.techliminal.com             2                                     Content © 2011, Tech Liminal
Agenda




  •   Why Custom Fields / Metaboxes

  •   Example 1: Directory Website

  •   Example 2: Conference Website

      •   WP Alchemy

  •   Custom Fields in the Database




                            3         www.techliminal.com
Why?




  •    Custom post types + custom fields turn WordPress
       from a blogging/CMS into a viable tool for operating
       your business

  •    Domain knowledge (e.g. events, products, etc)

  •    Make it easier for users to put information in the right
       place




                               4                         www.techliminal.com
Directory Website



        5
Montclair Village Directory Website



                                      Listing by category
                Custom Information
                 for each business




                                6                           www.techliminal.com
Montclair Village Directory Website


                                      Custom Fields in the
           Custom Metabox                  Database




                            7                          www.techliminal.com
Compare With Plain Custom Fields

                                                  “Plain” Custom Fields
      Custom Metabox




                   •Easier to remember what needs to be filled in
                   •Better user experience for new people




                                      8                                   www.techliminal.com
How This is Displayed




                        9   www.techliminal.com
Conference Website



        10
Scenario




   •   International conference with events held during 1
       week in September/February

   •   Local Event Organizers create and manage their own
       events

   •   About 300 Organizers, 1000 events each time around

   •   These are not WordPress experts

   •   They only use this tool for 8 weeks/year



                              11                      www.techliminal.com
Some Design Concerns




  •   Each Metabox matches to a particular part of the
      event organization process

  •   Some information is not accessible to all users

  •   Designed based on how the application is going to be
      used.

  •   Minimize support requests, questions, errors.




                             12                         www.techliminal.com
Event Post Type
 •Custom Post Type + Metaboxes
 •Implemented in a plugin




                                 Custom Metabox




           Custom Metabox           Posts 2 Posts FTW




                                    13                  www.techliminal.com
On The Front End




                   14   www.techliminal.com
MetaBoxes: WP Alchemy

  •   http://www.farinspace.com/wpalchemy-metabox/

  •   Add to a folder in your theme or plugin

  •   Build HTML metaboxes

  •   Makes Saving and Retrieving Easier


      Subfolder in my
          Plugin




                             15                 www.techliminal.com
MetaBoxes: WP Alchemy
                             mb_event_info.php -
                             Metabox template you
                                   control.




                        16                          www.techliminal.com
MetaBoxes: Putting It In the Post

                                     show it only on my
                                    “event” post type (in
                                        plugin code)




                                    Individual, rather than
                                        array of, fields



                                Not sure why, but it has
                                  to be loaded on init,
                                 rather than admin_init




                           17                                 www.techliminal.com
Create an array for the
What About Searches?        custom field values to
                                    query.


                            Add each field value to
                            the meta_query array,
                            with compare property

                              This checks for a
                                single vlaue



                            Add the Meta_query to
                               the query args




                                  Perform the query



                       18                      www.techliminal.com
Resources
 •       WordPress for Programmers: TL Class Starting in January

 •       Tech Liminal WordPress Support Group

     •      http://techliminal.com/wordpress-support-group

 •       WP Alchemy: http://www.farinspace.com/wpalchemy-metabox/

 •       Tammy Hart’s reusable Metaboxes:

     •      https://github.com/tammyhart/Reusable-Custom-WordPress-Meta-Boxes


 •       http://codex.wordpress.org/Function_Reference/add_meta_box

     •      Learn about adding metaboxes

 •       http://codex.wordpress.org/Function_Reference/register_post_type

     •      Create your custom post type

 •       http://codex.wordpress.org/Function_Reference/get_post_meta - How to get
         (and set) custom fields programmatically

                                                  19                            www.techliminal.com

Contenu connexe

En vedette

WordPress In the Enterprise - East Bay WordPress Meetup
WordPress In the Enterprise - East Bay WordPress MeetupWordPress In the Enterprise - East Bay WordPress Meetup
WordPress In the Enterprise - East Bay WordPress Meetup
Tech Liminal
 

En vedette (17)

Google Webmaster Tools for WordPress
Google Webmaster Tools for WordPressGoogle Webmaster Tools for WordPress
Google Webmaster Tools for WordPress
 
Meetup Member Sites - March 2010
Meetup Member Sites - March 2010Meetup Member Sites - March 2010
Meetup Member Sites - March 2010
 
Wp e commerce
Wp e commerceWp e commerce
Wp e commerce
 
iThemes Exchange: the New Kid on the WordPress E-Commerce Block
iThemes Exchange: the New Kid on the WordPress E-Commerce BlockiThemes Exchange: the New Kid on the WordPress E-Commerce Block
iThemes Exchange: the New Kid on the WordPress E-Commerce Block
 
East Bay WordPress Meetup Members March 2011
East Bay WordPress Meetup Members March 2011East Bay WordPress Meetup Members March 2011
East Bay WordPress Meetup Members March 2011
 
March 2015: Plugins Worth Paying For
March 2015: Plugins Worth Paying ForMarch 2015: Plugins Worth Paying For
March 2015: Plugins Worth Paying For
 
Rabbit Mq in Mule
Rabbit Mq in MuleRabbit Mq in Mule
Rabbit Mq in Mule
 
Custom Post Types and Custom Taxonomies
Custom Post Types and Custom TaxonomiesCustom Post Types and Custom Taxonomies
Custom Post Types and Custom Taxonomies
 
Running @ maximum HP without Tearing Apart
Running @ maximum HP without Tearing ApartRunning @ maximum HP without Tearing Apart
Running @ maximum HP without Tearing Apart
 
Running a WordPress Business--Some Numbers
Running a WordPress Business--Some NumbersRunning a WordPress Business--Some Numbers
Running a WordPress Business--Some Numbers
 
Word press security basics
Word press security basicsWord press security basics
Word press security basics
 
WordPress In the Enterprise - East Bay WordPress Meetup
WordPress In the Enterprise - East Bay WordPress MeetupWordPress In the Enterprise - East Bay WordPress Meetup
WordPress In the Enterprise - East Bay WordPress Meetup
 
Share Your WordPress Developer Tools
Share Your WordPress Developer ToolsShare Your WordPress Developer Tools
Share Your WordPress Developer Tools
 
WordPress 3.4 feature tour
WordPress 3.4 feature tourWordPress 3.4 feature tour
WordPress 3.4 feature tour
 
Membership Sites on WordPress
Membership Sites on WordPressMembership Sites on WordPress
Membership Sites on WordPress
 
Sallie Goetsch: Making the Events Calendar Sit Up and Beg
Sallie Goetsch: Making the Events Calendar Sit Up and BegSallie Goetsch: Making the Events Calendar Sit Up and Beg
Sallie Goetsch: Making the Events Calendar Sit Up and Beg
 
PhpStorm for WordPress
PhpStorm for WordPressPhpStorm for WordPress
PhpStorm for WordPress
 

Similaire à WordPress Custom Fields and Metaboxes

WordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational IntranetWordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational Intranet
Tech Liminal
 
Introduction To Drupal
Introduction To DrupalIntroduction To Drupal
Introduction To Drupal
Lauren Roth
 
Pluggable patterns
Pluggable patternsPluggable patterns
Pluggable patterns
Corey Oordt
 
C# .NET Developer Portfolio
C# .NET Developer PortfolioC# .NET Developer Portfolio
C# .NET Developer Portfolio
cummings49
 
Selenium digitalinfobytes-120829005812-phpapp02
Selenium digitalinfobytes-120829005812-phpapp02Selenium digitalinfobytes-120829005812-phpapp02
Selenium digitalinfobytes-120829005812-phpapp02
Kdeepapal Mishra
 

Similaire à WordPress Custom Fields and Metaboxes (20)

WordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational IntranetWordPress as a CMS - Case Study of an Organizational Intranet
WordPress as a CMS - Case Study of an Organizational Intranet
 
Drupal for Webmasters by Brett Baker
Drupal for Webmasters by Brett BakerDrupal for Webmasters by Brett Baker
Drupal for Webmasters by Brett Baker
 
Diwd 2011-111011223430-phpapp01
Diwd 2011-111011223430-phpapp01Diwd 2011-111011223430-phpapp01
Diwd 2011-111011223430-phpapp01
 
Intorduction To Drupal
Intorduction To DrupalIntorduction To Drupal
Intorduction To Drupal
 
Why real integration developers ride Camels
Why real integration developers ride CamelsWhy real integration developers ride Camels
Why real integration developers ride Camels
 
Introduction To Drupal
Introduction To DrupalIntroduction To Drupal
Introduction To Drupal
 
Dita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and DeveloperDita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and Developer
 
Présentation du générateur de site statique eleventy
Présentation du générateur de site statique eleventyPrésentation du générateur de site statique eleventy
Présentation du générateur de site statique eleventy
 
Developing Complex WordPress Sites without Fear of Failure (with MVC)
Developing Complex WordPress Sites without Fear of Failure (with MVC)Developing Complex WordPress Sites without Fear of Failure (with MVC)
Developing Complex WordPress Sites without Fear of Failure (with MVC)
 
Add-On Development: EE Expects that Every Developer will do his Duty
Add-On Development: EE Expects that Every Developer will do his DutyAdd-On Development: EE Expects that Every Developer will do his Duty
Add-On Development: EE Expects that Every Developer will do his Duty
 
presentation
presentationpresentation
presentation
 
Pluggable patterns
Pluggable patternsPluggable patterns
Pluggable patterns
 
SPSDenver - Wrapping Your Head Around the SharePoint Beast
SPSDenver - Wrapping Your Head Around the SharePoint BeastSPSDenver - Wrapping Your Head Around the SharePoint Beast
SPSDenver - Wrapping Your Head Around the SharePoint Beast
 
C# .NET Developer Portfolio
C# .NET Developer PortfolioC# .NET Developer Portfolio
C# .NET Developer Portfolio
 
Selenium digitalinfobytes-120829005812-phpapp02
Selenium digitalinfobytes-120829005812-phpapp02Selenium digitalinfobytes-120829005812-phpapp02
Selenium digitalinfobytes-120829005812-phpapp02
 
Basic Selenium Training
Basic Selenium TrainingBasic Selenium Training
Basic Selenium Training
 
Django in the Real World
Django in the Real WorldDjango in the Real World
Django in the Real World
 
CUST-3 Document Management with Share
CUST-3 Document Management with ShareCUST-3 Document Management with Share
CUST-3 Document Management with Share
 
2/15/2012 - Wrapping Your Head Around the SharePoint Beast
2/15/2012 - Wrapping Your Head Around the SharePoint Beast2/15/2012 - Wrapping Your Head Around the SharePoint Beast
2/15/2012 - Wrapping Your Head Around the SharePoint Beast
 
Click, Click, Test - Automated Tests for APEX Applications
Click, Click, Test - Automated Tests for APEX ApplicationsClick, Click, Test - Automated Tests for APEX Applications
Click, Click, Test - Automated Tests for APEX Applications
 

Dernier

CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
anilsa9823
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptx
ABMWeaklings
 
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
anilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
anilsa9823
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
vikas rana
 
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
anilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
anilsa9823
 

Dernier (20)

2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
 
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
 
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Aliganj Lucknow best sexual service
 
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
 
Introducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdfIntroducing to billionaire brain wave.pdf
Introducing to billionaire brain wave.pdf
 
Lilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptxLilac Illustrated Social Psychology Presentation.pptx
Lilac Illustrated Social Psychology Presentation.pptx
 
The Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by MindbrushThe Selfspace Journal Preview by Mindbrush
The Selfspace Journal Preview by Mindbrush
 
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
 
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Mahanagar Lucknow best sexual service
 
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
 
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
 
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
8377087607 Full Enjoy @24/7-CLEAN-Call Girls In Chhatarpur,
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
9892124323, Call Girls in mumbai, Vashi Call Girls , Kurla Call girls
 
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Jankipuram Lucknow best sexual service
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theory
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdf
 
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual serviceCALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
CALL ON ➥8923113531 🔝Call Girls Rajajipuram Lucknow best sexual service
 
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Adil Nagar Lucknow best Female service
 

WordPress Custom Fields and Metaboxes

  • 1. Technology Hotspot & Salon WordPress Custom Fields and Metaboxes East Bay WordPress Meetup 268 14th Street, Oakland, CA 94612 | Open 11-7 Monday - Friday | Drop-in co-working space, workshops and technology services | More info: http://www.techliminal.com 1 Content in this presentation is Copyright (c) 2010 Tech Liminal. CC-Share-Alike. Feel free to use stuff from this presentation, but leave a link to Tech Liminal
  • 2. Introduction Anca Tech Liminal • Web Developer • Technology Hotspot & Salon • Information Architect • Co-Working • 15 years of experience in • Workshops, Conferences technology & marketing orgs • Expert, friendly help with web & • Freelancer, Entrepreneur social media anca@techliminal.com www.techliminal.com 2 Content © 2011, Tech Liminal
  • 3. Agenda • Why Custom Fields / Metaboxes • Example 1: Directory Website • Example 2: Conference Website • WP Alchemy • Custom Fields in the Database 3 www.techliminal.com
  • 4. Why? • Custom post types + custom fields turn WordPress from a blogging/CMS into a viable tool for operating your business • Domain knowledge (e.g. events, products, etc) • Make it easier for users to put information in the right place 4 www.techliminal.com
  • 6. Montclair Village Directory Website Listing by category Custom Information for each business 6 www.techliminal.com
  • 7. Montclair Village Directory Website Custom Fields in the Custom Metabox Database 7 www.techliminal.com
  • 8. Compare With Plain Custom Fields “Plain” Custom Fields Custom Metabox •Easier to remember what needs to be filled in •Better user experience for new people 8 www.techliminal.com
  • 9. How This is Displayed 9 www.techliminal.com
  • 11. Scenario • International conference with events held during 1 week in September/February • Local Event Organizers create and manage their own events • About 300 Organizers, 1000 events each time around • These are not WordPress experts • They only use this tool for 8 weeks/year 11 www.techliminal.com
  • 12. Some Design Concerns • Each Metabox matches to a particular part of the event organization process • Some information is not accessible to all users • Designed based on how the application is going to be used. • Minimize support requests, questions, errors. 12 www.techliminal.com
  • 13. Event Post Type •Custom Post Type + Metaboxes •Implemented in a plugin Custom Metabox Custom Metabox Posts 2 Posts FTW 13 www.techliminal.com
  • 14. On The Front End 14 www.techliminal.com
  • 15. MetaBoxes: WP Alchemy • http://www.farinspace.com/wpalchemy-metabox/ • Add to a folder in your theme or plugin • Build HTML metaboxes • Makes Saving and Retrieving Easier Subfolder in my Plugin 15 www.techliminal.com
  • 16. MetaBoxes: WP Alchemy mb_event_info.php - Metabox template you control. 16 www.techliminal.com
  • 17. MetaBoxes: Putting It In the Post show it only on my “event” post type (in plugin code) Individual, rather than array of, fields Not sure why, but it has to be loaded on init, rather than admin_init 17 www.techliminal.com
  • 18. Create an array for the What About Searches? custom field values to query. Add each field value to the meta_query array, with compare property This checks for a single vlaue Add the Meta_query to the query args Perform the query 18 www.techliminal.com
  • 19. Resources • WordPress for Programmers: TL Class Starting in January • Tech Liminal WordPress Support Group • http://techliminal.com/wordpress-support-group • WP Alchemy: http://www.farinspace.com/wpalchemy-metabox/ • Tammy Hart’s reusable Metaboxes: • https://github.com/tammyhart/Reusable-Custom-WordPress-Meta-Boxes • http://codex.wordpress.org/Function_Reference/add_meta_box • Learn about adding metaboxes • http://codex.wordpress.org/Function_Reference/register_post_type • Create your custom post type • http://codex.wordpress.org/Function_Reference/get_post_meta - How to get (and set) custom fields programmatically 19 www.techliminal.com