SlideShare une entreprise Scribd logo
1  sur  42
Advanced Custom
 Fields
 for theme tweaking goodness
  @thewebprincess




#wpsyd                         @thewebprincess
Advanced Custom
 Fields
 for theme tweaking goodness
  @thewebprincess




#wpsyd                         @thewebprincess
Advanced Custom Fields
   http://wordpress.org/extend/plugins/advanced-custom-fields/




#wpsyd                                                          @thewebprincess
Advanced Custom Fields
   http://wordpress.org/extend/plugins/advanced-custom-fields/


      Fully customise WordPress edit screens with powerful fields.
       - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker
      - Community and Commercial addons for advanced fields.




#wpsyd                                                                                @thewebprincess
Advanced Custom Fields
   http://wordpress.org/extend/plugins/advanced-custom-fields/


      Fully customise WordPress edit screens with powerful fields.
       - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker
      - Community and Commercial addons for advanced fields.


      Visually Create Fields & assign your fields to multiple edit pages
      (specific ID's, post types, slugs, template names & even options)




#wpsyd                                                                                @thewebprincess
Advanced Custom Fields
   http://wordpress.org/extend/plugins/advanced-custom-fields/


      Fully customise WordPress edit screens with powerful fields.
       - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker
      - Community and Commercial addons for advanced fields.


      Visually Create Fields & assign your fields to multiple edit pages
      (specific ID's, post types, slugs, template names & even options)


      Repeater & Flexible Content Fields can replace other plugins
      (Gallery, Slider, FAQ, Related Posts, Podcasting, SEO, Attachments, H1, Sidebar Widgets)




#wpsyd                                                                                @thewebprincess
Advanced Custom Fields
   http://wordpress.org/extend/plugins/advanced-custom-fields/


      Fully customise WordPress edit screens with powerful fields.
       - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker
      - Community and Commercial addons for advanced fields.


      Visually Create Fields & assign your fields to multiple edit pages
      (specific ID's, post types, slugs, template names & even options)


      Repeater & Flexible Content Fields can replace other plugins
      (Gallery, Slider, FAQ, Related Posts, Podcasting, SEO, Attachments, H1, Sidebar Widgets)


      Easy to integrate into a custom theme




#wpsyd                                                                                @thewebprincess
Advanced Custom Fields
   http://wordpress.org/extend/plugins/advanced-custom-fields/


      Fully customise WordPress edit screens with powerful fields.
       - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker
      - Community and Commercial addons for advanced fields.


      Visually Create Fields & assign your fields to multiple edit pages
      (specific ID's, post types, slugs, template names & even options)


      Repeater & Flexible Content Fields can replace other plugins
      (Gallery, Slider, FAQ, Related Posts, Podcasting, SEO, Attachments, H1, Sidebar Widgets)


      Easy to integrate into a custom theme

      Ideal for complex page layouts & custom post types



#wpsyd                                                                                @thewebprincess
Advanced Custom Fields
   http://wordpress.org/extend/plugins/advanced-custom-fields/


      Fully customise WordPress edit screens with powerful fields.
       - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker
      - Community and Commercial addons for advanced fields.


      Visually Create Fields & assign your fields to multiple edit pages
      (specific ID's, post types, slugs, template names & even options)


      Repeater & Flexible Content Fields can replace other plugins
      (Gallery, Slider, FAQ, Related Posts, Podcasting, SEO, Attachments, H1, Sidebar Widgets)


      Easy to integrate into a custom theme

      Ideal for complex page layouts & custom post types

      Free Plugin (with paid add ons)

#wpsyd                                                                                @thewebprincess
Powerful Fields




#wpsyd               @thewebprincess
Powerful Fields




                 custom field types




#wpsyd                               @thewebprincess
Visually Create Fields




#wpsyd                      @thewebprincess
Visually Create Fields




                  custom field types




#wpsyd                                @thewebprincess
Assign to virtually any Post Type




#wpsyd                        @thewebprincess
Assign to virtually any Post Type


                           custom post types




#wpsyd                           @thewebprincess
Assign to virtually any Post Type




#wpsyd                        @thewebprincess
Repeater Fields




#wpsyd               @thewebprincess
Repeater Fields




#wpsyd               @thewebprincess
Repeater Fields




#wpsyd               @thewebprincess
Easy Theme integration!




#wpsyd                       @thewebprincess
Easy Theme integration!
     Display the field =   <?php get_field('field_name'); ?>




#wpsyd                                                @thewebprincess
Easy Theme integration!
     Display the field =   <?php get_field('field_name'); ?>

     Use field as Variable = <?php
                            $variable = get_field('field_name');
                              // do something with $variable
                            ?>




#wpsyd                                                 @thewebprincess
Easy Theme integration!
     Display the field =   <?php get_field('field_name'); ?>

     Use field as Variable = <?php
                            $variable = get_field('field_name');
                              // do something with $variable
                            ?>

     As Conditionals =      <?php
                             if(get_field('field_name'))
                             {
                            echo '<p>' . get_field('field_name') . '</p>';
                            } ?>




#wpsyd                                                   @thewebprincess
Easy Theme integration!
     Display the field =   <?php get_field('field_name'); ?>

     Use field as Variable = <?php
                            $variable = get_field('field_name');
                              // do something with $variable
                            ?>

     As Conditionals =      <?php
                             if(get_field('field_name'))
                             {
                            echo '<p>' . get_field('field_name') . '</p>';
                            } ?>

     And many more!!
     http://www.advancedcustomfields.com/docs/code-examples/
#wpsyd                                                   @thewebprincess
Ideal for complicated post types




#wpsyd                       @thewebprincess
Ideal for complicated post types
     e.g. Classifed Ads for a business website




#wpsyd                                           @thewebprincess
Ideal for complicated post types
     e.g. Classifed Ads for a business website

         Jobs, Events, Classfieds




#wpsyd                                           @thewebprincess
Ideal for complicated post types
     e.g. Classifed Ads for a business website

         Jobs, Events, Classfieds

     Each has common advertiser content (advertiser details) and each
     has ad specific content (job/events/ad details).




#wpsyd                                                @thewebprincess
Ideal for complicated post types
     e.g. Classifed Ads for a business website

         Jobs, Events, Classfieds

     Each has common advertiser content (advertiser details) and each
     has ad specific content (job/events/ad details).

  1. Set up the Field Groups




#wpsyd                                                @thewebprincess
Ideal for complicated post types
     e.g. Classifed Ads for a business website

         Jobs, Events, Classfieds

     Each has common advertiser content (advertiser details) and each
     has ad specific content (job/events/ad details).

  1. Set up the Field Groups

  2. Create the Templates (yes, and style them etc.)




#wpsyd                                                 @thewebprincess
Ideal for complicated post types
     e.g. Classifed Ads for a business website

         Jobs, Events, Classfieds

     Each has common advertiser content (advertiser details) and each
     has ad specific content (job/events/ad details).

  1. Set up the Field Groups

  2. Create the Templates (yes, and style them etc.)

  3. Add Post Data




#wpsyd                                                 @thewebprincess
Ideal for complicated post types
     e.g. Classifed Ads for a business website

         Jobs, Events, Classfieds

     Each has common advertiser content (advertiser details) and each
     has ad specific content (job/events/ad details).

  1. Set up the Field Groups

  2. Create the Templates (yes, and style them etc.)

  3. Add Post Data

  4. Publish the results

#wpsyd                                                 @thewebprincess
Create the Field Groups/Fields




#wpsyd                       @thewebprincess
Create the Field Groups/Fields




#wpsyd                       @thewebprincess
Create the Templates




#wpsyd                    @thewebprincess
Enter the Data in the Post




#wpsyd                          @thewebprincess
Publish and View Results




#wpsyd                        @thewebprincess
That’s all folks
   Go forth and customise!




#wpsyd                       @thewebprincess
That’s all folks
   Go forth and customise!

     Twitter: @thewebprincess




#wpsyd                          @thewebprincess
That’s all folks
   Go forth and customise!

     Twitter: @thewebprincess

     Web: http://thewebprincess.com.au




#wpsyd                                   @thewebprincess
That’s all folks
   Go forth and customise!

     Twitter: @thewebprincess

     Web: http://thewebprincess.com.au




#wpsyd                                   @thewebprincess
That’s all folks
   Go forth and customise!

     Twitter: @thewebprincess

     Web: http://thewebprincess.com.au



     With thanks to Aaron Rutley at Eleven Media for the slideshow on
     which this one was built.




#wpsyd                                                 @thewebprincess

Contenu connexe

Tendances

Wordpress workflow for an agency world
Wordpress workflow for an agency worldWordpress workflow for an agency world
Wordpress workflow for an agency worldChris Lowe
 
EECI 2010 - The Power of ExpressionEngine's Dynamic Templates
EECI 2010 - The Power of ExpressionEngine's Dynamic TemplatesEECI 2010 - The Power of ExpressionEngine's Dynamic Templates
EECI 2010 - The Power of ExpressionEngine's Dynamic TemplatesFortySeven Media
 
WordPress Custom Post Types
WordPress Custom Post TypesWordPress Custom Post Types
WordPress Custom Post TypesNile Flores
 
Using Custom Post Types and Advanced Custom Fields with Elementor
 Using Custom Post Types and Advanced Custom Fields with Elementor Using Custom Post Types and Advanced Custom Fields with Elementor
Using Custom Post Types and Advanced Custom Fields with ElementorAngela Bowman
 
Accomplish It With Core: Sliders Galleries + More
Accomplish It With Core: Sliders Galleries + MoreAccomplish It With Core: Sliders Galleries + More
Accomplish It With Core: Sliders Galleries + MoreAndy Stratton
 
WordPress Child Themes
WordPress Child ThemesWordPress Child Themes
WordPress Child Themesrfair404
 
Blackrock intro presentation
Blackrock intro presentationBlackrock intro presentation
Blackrock intro presentationOwen Forsyth
 
Starting WordPress Theme Review
Starting WordPress Theme ReviewStarting WordPress Theme Review
Starting WordPress Theme ReviewCatch Themes
 

Tendances (8)

Wordpress workflow for an agency world
Wordpress workflow for an agency worldWordpress workflow for an agency world
Wordpress workflow for an agency world
 
EECI 2010 - The Power of ExpressionEngine's Dynamic Templates
EECI 2010 - The Power of ExpressionEngine's Dynamic TemplatesEECI 2010 - The Power of ExpressionEngine's Dynamic Templates
EECI 2010 - The Power of ExpressionEngine's Dynamic Templates
 
WordPress Custom Post Types
WordPress Custom Post TypesWordPress Custom Post Types
WordPress Custom Post Types
 
Using Custom Post Types and Advanced Custom Fields with Elementor
 Using Custom Post Types and Advanced Custom Fields with Elementor Using Custom Post Types and Advanced Custom Fields with Elementor
Using Custom Post Types and Advanced Custom Fields with Elementor
 
Accomplish It With Core: Sliders Galleries + More
Accomplish It With Core: Sliders Galleries + MoreAccomplish It With Core: Sliders Galleries + More
Accomplish It With Core: Sliders Galleries + More
 
WordPress Child Themes
WordPress Child ThemesWordPress Child Themes
WordPress Child Themes
 
Blackrock intro presentation
Blackrock intro presentationBlackrock intro presentation
Blackrock intro presentation
 
Starting WordPress Theme Review
Starting WordPress Theme ReviewStarting WordPress Theme Review
Starting WordPress Theme Review
 

En vedette

Smooth website projects from start to finish
Smooth website projects from start to finishSmooth website projects from start to finish
Smooth website projects from start to finishMickey Mellen
 
Advanced Custom Fields: a Designer's Approach
Advanced Custom Fields: a Designer's ApproachAdvanced Custom Fields: a Designer's Approach
Advanced Custom Fields: a Designer's ApproachLiam Dempsey
 
Advanced Advanced Custom Fields
Advanced Advanced Custom FieldsAdvanced Advanced Custom Fields
Advanced Advanced Custom Fieldsfrankstaude
 
All Things WordPress: Customizing Your Website with Advanced Custom Fields
All Things WordPress: Customizing Your Website with Advanced Custom FieldsAll Things WordPress: Customizing Your Website with Advanced Custom Fields
All Things WordPress: Customizing Your Website with Advanced Custom FieldsMickey Mellen
 
WordPress Advanced Custom Fields - 101
WordPress  Advanced Custom Fields - 101WordPress  Advanced Custom Fields - 101
WordPress Advanced Custom Fields - 101Leo Caseiro
 
Structuring Content in WordPress using Advanced Custom Fields
Structuring Content in WordPress using Advanced Custom FieldsStructuring Content in WordPress using Advanced Custom Fields
Structuring Content in WordPress using Advanced Custom FieldsJamie Schmid
 
Advanced Custom Fields - Flexible Content
Advanced Custom Fields - Flexible ContentAdvanced Custom Fields - Flexible Content
Advanced Custom Fields - Flexible ContentNorm Euker
 
Advanced Custom Fields: Amazing Possibilities and Irritating Limitations
Advanced Custom Fields: Amazing Possibilities and Irritating LimitationsAdvanced Custom Fields: Amazing Possibilities and Irritating Limitations
Advanced Custom Fields: Amazing Possibilities and Irritating LimitationsEast Bay WordPress Meetup
 
Build a Better Editing Experience with Advanced Custom Fields - #WCTO16
Build a Better Editing Experience with Advanced Custom Fields - #WCTO16Build a Better Editing Experience with Advanced Custom Fields - #WCTO16
Build a Better Editing Experience with Advanced Custom Fields - #WCTO16Jeseph Meyers
 
Advanced Custom Fields - Beyond the Basics
Advanced Custom Fields - Beyond the BasicsAdvanced Custom Fields - Beyond the Basics
Advanced Custom Fields - Beyond the BasicsMerrill Mayer
 

En vedette (10)

Smooth website projects from start to finish
Smooth website projects from start to finishSmooth website projects from start to finish
Smooth website projects from start to finish
 
Advanced Custom Fields: a Designer's Approach
Advanced Custom Fields: a Designer's ApproachAdvanced Custom Fields: a Designer's Approach
Advanced Custom Fields: a Designer's Approach
 
Advanced Advanced Custom Fields
Advanced Advanced Custom FieldsAdvanced Advanced Custom Fields
Advanced Advanced Custom Fields
 
All Things WordPress: Customizing Your Website with Advanced Custom Fields
All Things WordPress: Customizing Your Website with Advanced Custom FieldsAll Things WordPress: Customizing Your Website with Advanced Custom Fields
All Things WordPress: Customizing Your Website with Advanced Custom Fields
 
WordPress Advanced Custom Fields - 101
WordPress  Advanced Custom Fields - 101WordPress  Advanced Custom Fields - 101
WordPress Advanced Custom Fields - 101
 
Structuring Content in WordPress using Advanced Custom Fields
Structuring Content in WordPress using Advanced Custom FieldsStructuring Content in WordPress using Advanced Custom Fields
Structuring Content in WordPress using Advanced Custom Fields
 
Advanced Custom Fields - Flexible Content
Advanced Custom Fields - Flexible ContentAdvanced Custom Fields - Flexible Content
Advanced Custom Fields - Flexible Content
 
Advanced Custom Fields: Amazing Possibilities and Irritating Limitations
Advanced Custom Fields: Amazing Possibilities and Irritating LimitationsAdvanced Custom Fields: Amazing Possibilities and Irritating Limitations
Advanced Custom Fields: Amazing Possibilities and Irritating Limitations
 
Build a Better Editing Experience with Advanced Custom Fields - #WCTO16
Build a Better Editing Experience with Advanced Custom Fields - #WCTO16Build a Better Editing Experience with Advanced Custom Fields - #WCTO16
Build a Better Editing Experience with Advanced Custom Fields - #WCTO16
 
Advanced Custom Fields - Beyond the Basics
Advanced Custom Fields - Beyond the BasicsAdvanced Custom Fields - Beyond the Basics
Advanced Custom Fields - Beyond the Basics
 

Similaire à Advanced Custom Fields Plugin

Introduction to Advanced Custom Fields
Introduction to Advanced Custom FieldsIntroduction to Advanced Custom Fields
Introduction to Advanced Custom FieldsZero Point Development
 
WordPress Custom Fields: Control your content presentation by breaking out of...
WordPress Custom Fields: Control your content presentation by breaking out of...WordPress Custom Fields: Control your content presentation by breaking out of...
WordPress Custom Fields: Control your content presentation by breaking out of...Denise Williams
 
Wordcamp Fayetteville Pods Presentation (PDF)
Wordcamp Fayetteville Pods Presentation (PDF)Wordcamp Fayetteville Pods Presentation (PDF)
Wordcamp Fayetteville Pods Presentation (PDF)mpvanwinkle
 
The Way to Theme Enlightenment
The Way to Theme EnlightenmentThe Way to Theme Enlightenment
The Way to Theme EnlightenmentAmanda Giles
 
Scaling Complexity in WordPress Enterprise Apps
Scaling Complexity in WordPress Enterprise AppsScaling Complexity in WordPress Enterprise Apps
Scaling Complexity in WordPress Enterprise AppsMike Schinkel
 
WordPress A CMS for Beginners, Geeks and Those In-Between
WordPress A CMS for Beginners, Geeks and Those In-BetweenWordPress A CMS for Beginners, Geeks and Those In-Between
WordPress A CMS for Beginners, Geeks and Those In-BetweenHeidi Cool
 
Wp3 refresh pgh
Wp3 refresh pghWp3 refresh pgh
Wp3 refresh pghMrDirby
 
Wordcamp Fayetteville Pods Presentation (PPTX)
Wordcamp Fayetteville Pods Presentation (PPTX)Wordcamp Fayetteville Pods Presentation (PPTX)
Wordcamp Fayetteville Pods Presentation (PPTX)mpvanwinkle
 
An Introduction to Custom Post Types
An Introduction to Custom Post TypesAn Introduction to Custom Post Types
An Introduction to Custom Post TypesCarleton Web Services
 
Spencer Nash - Advanced Custom Fields
Spencer Nash - Advanced Custom FieldsSpencer Nash - Advanced Custom Fields
Spencer Nash - Advanced Custom Fieldsdominicj
 
2015 rubyconf - 百大媒體網站從 Wordpress 到 Rails 的大小事
2015 rubyconf - 百大媒體網站從 Wordpress 到 Rails 的大小事2015 rubyconf - 百大媒體網站從 Wordpress 到 Rails 的大小事
2015 rubyconf - 百大媒體網站從 Wordpress 到 Rails 的大小事Ronald Hsu
 
Extending & Scaling | Dallas PHP
Extending & Scaling | Dallas PHPExtending & Scaling | Dallas PHP
Extending & Scaling | Dallas PHPrandyhoyt
 
The Way to Theme Enlightenment 2017
The Way to Theme Enlightenment 2017The Way to Theme Enlightenment 2017
The Way to Theme Enlightenment 2017Amanda Giles
 
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017 So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017 Evan Mullins
 
WordPress: A Designer's CMS
WordPress: A Designer's CMSWordPress: A Designer's CMS
WordPress: A Designer's CMSChelsea Otakan
 
Theming Wordpress with Adobe
Theming Wordpress with AdobeTheming Wordpress with Adobe
Theming Wordpress with AdobeGrace Solivan
 
A WordPress website case study - Advanced Custom Fields
A WordPress website case study - Advanced Custom FieldsA WordPress website case study - Advanced Custom Fields
A WordPress website case study - Advanced Custom FieldsPeacock Carter Ltd
 
Advancing Your Custom Fields - WordCamp 2014
Advancing Your Custom Fields - WordCamp 2014Advancing Your Custom Fields - WordCamp 2014
Advancing Your Custom Fields - WordCamp 2014Carleton Web Services
 

Similaire à Advanced Custom Fields Plugin (20)

Introduction to Advanced Custom Fields
Introduction to Advanced Custom FieldsIntroduction to Advanced Custom Fields
Introduction to Advanced Custom Fields
 
WordPress Custom Fields: Control your content presentation by breaking out of...
WordPress Custom Fields: Control your content presentation by breaking out of...WordPress Custom Fields: Control your content presentation by breaking out of...
WordPress Custom Fields: Control your content presentation by breaking out of...
 
W pthemes
W pthemesW pthemes
W pthemes
 
Wordcamp Fayetteville Pods Presentation (PDF)
Wordcamp Fayetteville Pods Presentation (PDF)Wordcamp Fayetteville Pods Presentation (PDF)
Wordcamp Fayetteville Pods Presentation (PDF)
 
The Way to Theme Enlightenment
The Way to Theme EnlightenmentThe Way to Theme Enlightenment
The Way to Theme Enlightenment
 
Scaling Complexity in WordPress Enterprise Apps
Scaling Complexity in WordPress Enterprise AppsScaling Complexity in WordPress Enterprise Apps
Scaling Complexity in WordPress Enterprise Apps
 
WordPress A CMS for Beginners, Geeks and Those In-Between
WordPress A CMS for Beginners, Geeks and Those In-BetweenWordPress A CMS for Beginners, Geeks and Those In-Between
WordPress A CMS for Beginners, Geeks and Those In-Between
 
Wp3 refresh pgh
Wp3 refresh pghWp3 refresh pgh
Wp3 refresh pgh
 
Wordcamp Fayetteville Pods Presentation (PPTX)
Wordcamp Fayetteville Pods Presentation (PPTX)Wordcamp Fayetteville Pods Presentation (PPTX)
Wordcamp Fayetteville Pods Presentation (PPTX)
 
An Introduction to Custom Post Types
An Introduction to Custom Post TypesAn Introduction to Custom Post Types
An Introduction to Custom Post Types
 
Spencer Nash - Advanced Custom Fields
Spencer Nash - Advanced Custom FieldsSpencer Nash - Advanced Custom Fields
Spencer Nash - Advanced Custom Fields
 
2015 rubyconf - 百大媒體網站從 Wordpress 到 Rails 的大小事
2015 rubyconf - 百大媒體網站從 Wordpress 到 Rails 的大小事2015 rubyconf - 百大媒體網站從 Wordpress 到 Rails 的大小事
2015 rubyconf - 百大媒體網站從 Wordpress 到 Rails 的大小事
 
Extending & Scaling | Dallas PHP
Extending & Scaling | Dallas PHPExtending & Scaling | Dallas PHP
Extending & Scaling | Dallas PHP
 
The Way to Theme Enlightenment 2017
The Way to Theme Enlightenment 2017The Way to Theme Enlightenment 2017
The Way to Theme Enlightenment 2017
 
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017 So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
 
WordPress: A Designer's CMS
WordPress: A Designer's CMSWordPress: A Designer's CMS
WordPress: A Designer's CMS
 
Theming Wordpress with Adobe
Theming Wordpress with AdobeTheming Wordpress with Adobe
Theming Wordpress with Adobe
 
A WordPress website case study - Advanced Custom Fields
A WordPress website case study - Advanced Custom FieldsA WordPress website case study - Advanced Custom Fields
A WordPress website case study - Advanced Custom Fields
 
Word Press As A Cms
Word Press As A CmsWord Press As A Cms
Word Press As A Cms
 
Advancing Your Custom Fields - WordCamp 2014
Advancing Your Custom Fields - WordCamp 2014Advancing Your Custom Fields - WordCamp 2014
Advancing Your Custom Fields - WordCamp 2014
 

Dernier

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 

Dernier (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

Advanced Custom Fields Plugin

  • 1. Advanced Custom Fields for theme tweaking goodness @thewebprincess #wpsyd @thewebprincess
  • 2. Advanced Custom Fields for theme tweaking goodness @thewebprincess #wpsyd @thewebprincess
  • 3. Advanced Custom Fields http://wordpress.org/extend/plugins/advanced-custom-fields/ #wpsyd @thewebprincess
  • 4. Advanced Custom Fields http://wordpress.org/extend/plugins/advanced-custom-fields/ Fully customise WordPress edit screens with powerful fields. - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker - Community and Commercial addons for advanced fields. #wpsyd @thewebprincess
  • 5. Advanced Custom Fields http://wordpress.org/extend/plugins/advanced-custom-fields/ Fully customise WordPress edit screens with powerful fields. - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker - Community and Commercial addons for advanced fields. Visually Create Fields & assign your fields to multiple edit pages (specific ID's, post types, slugs, template names & even options) #wpsyd @thewebprincess
  • 6. Advanced Custom Fields http://wordpress.org/extend/plugins/advanced-custom-fields/ Fully customise WordPress edit screens with powerful fields. - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker - Community and Commercial addons for advanced fields. Visually Create Fields & assign your fields to multiple edit pages (specific ID's, post types, slugs, template names & even options) Repeater & Flexible Content Fields can replace other plugins (Gallery, Slider, FAQ, Related Posts, Podcasting, SEO, Attachments, H1, Sidebar Widgets) #wpsyd @thewebprincess
  • 7. Advanced Custom Fields http://wordpress.org/extend/plugins/advanced-custom-fields/ Fully customise WordPress edit screens with powerful fields. - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker - Community and Commercial addons for advanced fields. Visually Create Fields & assign your fields to multiple edit pages (specific ID's, post types, slugs, template names & even options) Repeater & Flexible Content Fields can replace other plugins (Gallery, Slider, FAQ, Related Posts, Podcasting, SEO, Attachments, H1, Sidebar Widgets) Easy to integrate into a custom theme #wpsyd @thewebprincess
  • 8. Advanced Custom Fields http://wordpress.org/extend/plugins/advanced-custom-fields/ Fully customise WordPress edit screens with powerful fields. - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker - Community and Commercial addons for advanced fields. Visually Create Fields & assign your fields to multiple edit pages (specific ID's, post types, slugs, template names & even options) Repeater & Flexible Content Fields can replace other plugins (Gallery, Slider, FAQ, Related Posts, Podcasting, SEO, Attachments, H1, Sidebar Widgets) Easy to integrate into a custom theme Ideal for complex page layouts & custom post types #wpsyd @thewebprincess
  • 9. Advanced Custom Fields http://wordpress.org/extend/plugins/advanced-custom-fields/ Fully customise WordPress edit screens with powerful fields. - Wysiwyg, text, textarea, image, file, select, checkbox, page link, post object, date & colour picker - Community and Commercial addons for advanced fields. Visually Create Fields & assign your fields to multiple edit pages (specific ID's, post types, slugs, template names & even options) Repeater & Flexible Content Fields can replace other plugins (Gallery, Slider, FAQ, Related Posts, Podcasting, SEO, Attachments, H1, Sidebar Widgets) Easy to integrate into a custom theme Ideal for complex page layouts & custom post types Free Plugin (with paid add ons) #wpsyd @thewebprincess
  • 10. Powerful Fields #wpsyd @thewebprincess
  • 11. Powerful Fields custom field types #wpsyd @thewebprincess
  • 12. Visually Create Fields #wpsyd @thewebprincess
  • 13. Visually Create Fields custom field types #wpsyd @thewebprincess
  • 14. Assign to virtually any Post Type #wpsyd @thewebprincess
  • 15. Assign to virtually any Post Type custom post types #wpsyd @thewebprincess
  • 16. Assign to virtually any Post Type #wpsyd @thewebprincess
  • 17. Repeater Fields #wpsyd @thewebprincess
  • 18. Repeater Fields #wpsyd @thewebprincess
  • 19. Repeater Fields #wpsyd @thewebprincess
  • 21. Easy Theme integration! Display the field = <?php get_field('field_name'); ?> #wpsyd @thewebprincess
  • 22. Easy Theme integration! Display the field = <?php get_field('field_name'); ?> Use field as Variable = <?php $variable = get_field('field_name'); // do something with $variable ?> #wpsyd @thewebprincess
  • 23. Easy Theme integration! Display the field = <?php get_field('field_name'); ?> Use field as Variable = <?php $variable = get_field('field_name'); // do something with $variable ?> As Conditionals = <?php if(get_field('field_name')) { echo '<p>' . get_field('field_name') . '</p>'; } ?> #wpsyd @thewebprincess
  • 24. Easy Theme integration! Display the field = <?php get_field('field_name'); ?> Use field as Variable = <?php $variable = get_field('field_name'); // do something with $variable ?> As Conditionals = <?php if(get_field('field_name')) { echo '<p>' . get_field('field_name') . '</p>'; } ?> And many more!! http://www.advancedcustomfields.com/docs/code-examples/ #wpsyd @thewebprincess
  • 25. Ideal for complicated post types #wpsyd @thewebprincess
  • 26. Ideal for complicated post types e.g. Classifed Ads for a business website #wpsyd @thewebprincess
  • 27. Ideal for complicated post types e.g. Classifed Ads for a business website Jobs, Events, Classfieds #wpsyd @thewebprincess
  • 28. Ideal for complicated post types e.g. Classifed Ads for a business website Jobs, Events, Classfieds Each has common advertiser content (advertiser details) and each has ad specific content (job/events/ad details). #wpsyd @thewebprincess
  • 29. Ideal for complicated post types e.g. Classifed Ads for a business website Jobs, Events, Classfieds Each has common advertiser content (advertiser details) and each has ad specific content (job/events/ad details). 1. Set up the Field Groups #wpsyd @thewebprincess
  • 30. Ideal for complicated post types e.g. Classifed Ads for a business website Jobs, Events, Classfieds Each has common advertiser content (advertiser details) and each has ad specific content (job/events/ad details). 1. Set up the Field Groups 2. Create the Templates (yes, and style them etc.) #wpsyd @thewebprincess
  • 31. Ideal for complicated post types e.g. Classifed Ads for a business website Jobs, Events, Classfieds Each has common advertiser content (advertiser details) and each has ad specific content (job/events/ad details). 1. Set up the Field Groups 2. Create the Templates (yes, and style them etc.) 3. Add Post Data #wpsyd @thewebprincess
  • 32. Ideal for complicated post types e.g. Classifed Ads for a business website Jobs, Events, Classfieds Each has common advertiser content (advertiser details) and each has ad specific content (job/events/ad details). 1. Set up the Field Groups 2. Create the Templates (yes, and style them etc.) 3. Add Post Data 4. Publish the results #wpsyd @thewebprincess
  • 33. Create the Field Groups/Fields #wpsyd @thewebprincess
  • 34. Create the Field Groups/Fields #wpsyd @thewebprincess
  • 35. Create the Templates #wpsyd @thewebprincess
  • 36. Enter the Data in the Post #wpsyd @thewebprincess
  • 37. Publish and View Results #wpsyd @thewebprincess
  • 38. That’s all folks Go forth and customise! #wpsyd @thewebprincess
  • 39. That’s all folks Go forth and customise! Twitter: @thewebprincess #wpsyd @thewebprincess
  • 40. That’s all folks Go forth and customise! Twitter: @thewebprincess Web: http://thewebprincess.com.au #wpsyd @thewebprincess
  • 41. That’s all folks Go forth and customise! Twitter: @thewebprincess Web: http://thewebprincess.com.au #wpsyd @thewebprincess
  • 42. That’s all folks Go forth and customise! Twitter: @thewebprincess Web: http://thewebprincess.com.au With thanks to Aaron Rutley at Eleven Media for the slideshow on which this one was built. #wpsyd @thewebprincess

Notes de l'éditeur

  1. \n
  2. \n
  3. We&amp;#x2019;re going to do a quick run through of the benefits attached to using Elliot Condon&amp;#x2019;s Advanced Custom Fields plugin.\n
  4. We&amp;#x2019;re going to do a quick run through of the benefits attached to using Elliot Condon&amp;#x2019;s Advanced Custom Fields plugin.\n
  5. We&amp;#x2019;re going to do a quick run through of the benefits attached to using Elliot Condon&amp;#x2019;s Advanced Custom Fields plugin.\n
  6. We&amp;#x2019;re going to do a quick run through of the benefits attached to using Elliot Condon&amp;#x2019;s Advanced Custom Fields plugin.\n
  7. We&amp;#x2019;re going to do a quick run through of the benefits attached to using Elliot Condon&amp;#x2019;s Advanced Custom Fields plugin.\n
  8. We&amp;#x2019;re going to do a quick run through of the benefits attached to using Elliot Condon&amp;#x2019;s Advanced Custom Fields plugin.\n
  9. ACF gives you powerful field options to add almost any kind of custom field to your posts, pages, custom posts and other WordPress post types. \n
  10. ACF gives you powerful field options to add almost any kind of custom field to your posts, pages, custom posts and other WordPress post types. \n
  11. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  12. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  13. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  14. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  15. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  16. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  17. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  18. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  19. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  20. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  21. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  22. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  23. The editor is concise, and easy to follow with AJAX drag and drop functionality\n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. And the Stylesheets\n
  37. \n
  38. \n
  39. \n
  40. \n
  41. \n
  42. \n