SlideShare una empresa de Scribd logo
1 de 16
Descargar para leer sin conexión
Customization and
                                Plugins
                                      Jon Brown
                            jBrownStudios.com | 9seeds.com
                                        @jb510

Tuesday, February 19, 13
Prerequisites
                Part 1 (geekery)
                • Some familiarity with HTML/CSS
                • No need for PHP today
                Part 2 (non-geekery)
                • Some familiarity with a self-hosted
                           WordPress installation


Tuesday, February 19, 13
Developer Tools

                 • FTP
                 • Code Editor
                 • Browser Tools - FireBug / WebKit Dev Tools
                 • Local AMP Stack
                 • Version Control (git/svn)

Tuesday, February 19, 13
FTP
                                  Mac                    Win
                                Transmit               WinSCP

                                FileZilla              FileZilla

                              CyberDuck           FireFTP for FireFox

                           FireFTP for FireFox


Tuesday, February 19, 13
Code Editor
                               Mac             Win
                              Coda 2        NotePad++

                           Sublime Text 2   TextWrangler

                             TextMate




Tuesday, February 19, 13
Wait Wait
                               What About
                              DreamWeaver...
                     • Yes... you CAN use DreamWeaver, for both
                           FTP and as a code editor, but not many do.




Tuesday, February 19, 13
Browser Tools


                     • FireBug or WebKit Dev Tools
                      • (quick demo)


Tuesday, February 19, 13
WordPress Tools

               • The Codex
                  http://codex.wordpress.org/

               • Developer Documentation
                  http://codex.wordpress.org/Developer_Documentation




Tuesday, February 19, 13
Getting Started
                           Creating a theme
       1. Understand the WP Core file structure
       2. Understand the WP theme template hierarchy
                  http://codex.wordpress.org/Template_Hierarchy
       3. Hooks (Actions and Filters
              http://codex.wordpress.org/Plugin_API#Hooks.2C_Actions_and_Filters



Tuesday, February 19, 13
WP Core File Structure
                           http://codex.wordpress.org/WordPress_Files
                • root
                • wp-admin
                • wp-includes
                • wp-content

Tuesday, February 19, 13
WP Template Hierarchy


                           http://codex.wordpress.org/Template_Hierarchy




Tuesday, February 19, 13
Templates

                           http://codex.wordpress.org/Stepping_Into_Templates


                •          Basic template page Header / Content / Footer
                           (quick demo)




Tuesday, February 19, 13
Hooks
          •       Actions: Actions are the hooks that the WP core
                  launches at specific points during execution, or when
                  specific events occur.Your plugin can specify that one
                  or more of its PHP functions are executed at
                  these points, using the Action API.

          •       Filters: Filters are the hooks that WordPress launches
                  to modify text of various types before adding it to
                  the database or sending it to the browser screen.Your
                  plugin can specify that one or more of its PHP
                  functions is executed to modify specific types of text
                  at these times, using the Filter API.
Tuesday, February 19, 13
More Practical Things


                     • How to modify a theme... with a CHILD
                           THEME!




Tuesday, February 19, 13
One Click Child Theme
                         Plugin


                           http://wordpress.org/extend/plugins/one-click-child-theme/




Tuesday, February 19, 13
Lets demo some code
                           (css / php)
                        customizations

Tuesday, February 19, 13

Más contenido relacionado

La actualidad más candente

Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. BaconIntroduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. BaconGary Bacon
 
Manage custom options pages in Wordpress
Manage custom options pages in WordpressManage custom options pages in Wordpress
Manage custom options pages in WordpressSimone D'Amico
 
Thinkful DC FrontEnd Crash Course - HTML & CSS
Thinkful DC FrontEnd Crash Course - HTML & CSSThinkful DC FrontEnd Crash Course - HTML & CSS
Thinkful DC FrontEnd Crash Course - HTML & CSSTJ Stalcup
 
Gutenberg 101/Blocks - How to get along with, and even like WordPress's block...
Gutenberg 101/Blocks - How to get along with, and even like WordPress's block...Gutenberg 101/Blocks - How to get along with, and even like WordPress's block...
Gutenberg 101/Blocks - How to get along with, and even like WordPress's block...R-Cubed Design Forge
 
Thinkful FrontEnd Crash Course - HTML & CSS
Thinkful FrontEnd Crash Course - HTML & CSSThinkful FrontEnd Crash Course - HTML & CSS
Thinkful FrontEnd Crash Course - HTML & CSSTJ Stalcup
 
Web ninja html & css
Web ninja   html & cssWeb ninja   html & css
Web ninja html & cssAlfi Rizka
 
Phorum - PHP Community Conference
Phorum - PHP Community ConferencePhorum - PHP Community Conference
Phorum - PHP Community ConferenceBrian Moon
 
Building the next generation of themes with WP Rig 2.0
Building the next generation of themes with WP Rig 2.0Building the next generation of themes with WP Rig 2.0
Building the next generation of themes with WP Rig 2.0Morten Rand-Hendriksen
 
WordPress page builders a quick introduction
WordPress page builders a quick introductionWordPress page builders a quick introduction
WordPress page builders a quick introductionR-Cubed Design Forge
 
Gutenberg: Revolutionizing your WordPress site
Gutenberg: Revolutionizing your WordPress siteGutenberg: Revolutionizing your WordPress site
Gutenberg: Revolutionizing your WordPress siteR-Cubed Design Forge
 
WordPress website backups – they're not optional
WordPress website backups – they're not optionalWordPress website backups – they're not optional
WordPress website backups – they're not optionalR-Cubed Design Forge
 
Create your on personal website - PowerPoint Presentation
Create your on personal website - PowerPoint PresentationCreate your on personal website - PowerPoint Presentation
Create your on personal website - PowerPoint Presentationwebhostingguy
 
Intro to WordPress #memtech
Intro to WordPress #memtechIntro to WordPress #memtech
Intro to WordPress #memtechSamuel Wood
 

La actualidad más candente (16)

Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. BaconIntroduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
 
Manage custom options pages in Wordpress
Manage custom options pages in WordpressManage custom options pages in Wordpress
Manage custom options pages in Wordpress
 
Thinkful DC FrontEnd Crash Course - HTML & CSS
Thinkful DC FrontEnd Crash Course - HTML & CSSThinkful DC FrontEnd Crash Course - HTML & CSS
Thinkful DC FrontEnd Crash Course - HTML & CSS
 
Wordpress ppt
Wordpress pptWordpress ppt
Wordpress ppt
 
Gutenberg 101/Blocks - How to get along with, and even like WordPress's block...
Gutenberg 101/Blocks - How to get along with, and even like WordPress's block...Gutenberg 101/Blocks - How to get along with, and even like WordPress's block...
Gutenberg 101/Blocks - How to get along with, and even like WordPress's block...
 
Thinkful FrontEnd Crash Course - HTML & CSS
Thinkful FrontEnd Crash Course - HTML & CSSThinkful FrontEnd Crash Course - HTML & CSS
Thinkful FrontEnd Crash Course - HTML & CSS
 
Web ninja html & css
Web ninja   html & cssWeb ninja   html & css
Web ninja html & css
 
Phorum - PHP Community Conference
Phorum - PHP Community ConferencePhorum - PHP Community Conference
Phorum - PHP Community Conference
 
Building the next generation of themes with WP Rig 2.0
Building the next generation of themes with WP Rig 2.0Building the next generation of themes with WP Rig 2.0
Building the next generation of themes with WP Rig 2.0
 
WordPress Security
WordPress SecurityWordPress Security
WordPress Security
 
WordPress page builders a quick introduction
WordPress page builders a quick introductionWordPress page builders a quick introduction
WordPress page builders a quick introduction
 
How to Build Custom WordPress Blocks
How to Build Custom WordPress BlocksHow to Build Custom WordPress Blocks
How to Build Custom WordPress Blocks
 
Gutenberg: Revolutionizing your WordPress site
Gutenberg: Revolutionizing your WordPress siteGutenberg: Revolutionizing your WordPress site
Gutenberg: Revolutionizing your WordPress site
 
WordPress website backups – they're not optional
WordPress website backups – they're not optionalWordPress website backups – they're not optional
WordPress website backups – they're not optional
 
Create your on personal website - PowerPoint Presentation
Create your on personal website - PowerPoint PresentationCreate your on personal website - PowerPoint Presentation
Create your on personal website - PowerPoint Presentation
 
Intro to WordPress #memtech
Intro to WordPress #memtechIntro to WordPress #memtech
Intro to WordPress #memtech
 

Destacado

Magnolia TV galardonada con una Medalla de Oro de la AEPI
Magnolia TV galardonada con una Medalla de Oro de la AEPIMagnolia TV galardonada con una Medalla de Oro de la AEPI
Magnolia TV galardonada con una Medalla de Oro de la AEPIQMS Comunicación
 
Estadisticas de la investigación
Estadisticas de la investigaciónEstadisticas de la investigación
Estadisticas de la investigaciónDanelix Cordero
 
La música y el deporte abren el mes de julio luchando contra el cáncer
La música y el deporte abren el mes de julio luchando contra el cáncerLa música y el deporte abren el mes de julio luchando contra el cáncer
La música y el deporte abren el mes de julio luchando contra el cáncerQMS Comunicación
 
Tilk pone de moda las tapas indias en su terraza
Tilk pone de moda las tapas indias en su terrazaTilk pone de moda las tapas indias en su terraza
Tilk pone de moda las tapas indias en su terrazaQMS Comunicación
 
Is the message in the media?
Is the message in the media?Is the message in the media?
Is the message in the media?Lynda Hardman
 
Complementos estivales con arte en la tienda del Museo Thyssen-Bornemisza
Complementos estivales con arte en la tienda del Museo Thyssen-BornemiszaComplementos estivales con arte en la tienda del Museo Thyssen-Bornemisza
Complementos estivales con arte en la tienda del Museo Thyssen-BornemiszaQMS Comunicación
 
Accelerated Startup @ Saint Mary's College of California
Accelerated Startup @ Saint Mary's College of CaliforniaAccelerated Startup @ Saint Mary's College of California
Accelerated Startup @ Saint Mary's College of CaliforniaVitaly Golomb
 
Projecto Matrix
Projecto MatrixProjecto Matrix
Projecto Matrixmdois
 
Quiz: 10 facts you might not know about Spanish history
Quiz: 10 facts you might not know about Spanish history Quiz: 10 facts you might not know about Spanish history
Quiz: 10 facts you might not know about Spanish history Poncela
 
Social Media For Brands
Social Media  For BrandsSocial Media  For Brands
Social Media For BrandsRama Mamuaya
 
Presentación sobre el articulo de las tic
Presentación sobre el articulo de las ticPresentación sobre el articulo de las tic
Presentación sobre el articulo de las ticmaayteee
 

Destacado (12)

Magnolia TV galardonada con una Medalla de Oro de la AEPI
Magnolia TV galardonada con una Medalla de Oro de la AEPIMagnolia TV galardonada con una Medalla de Oro de la AEPI
Magnolia TV galardonada con una Medalla de Oro de la AEPI
 
Estadisticas de la investigación
Estadisticas de la investigaciónEstadisticas de la investigación
Estadisticas de la investigación
 
La música y el deporte abren el mes de julio luchando contra el cáncer
La música y el deporte abren el mes de julio luchando contra el cáncerLa música y el deporte abren el mes de julio luchando contra el cáncer
La música y el deporte abren el mes de julio luchando contra el cáncer
 
Γενόσημα
ΓενόσημαΓενόσημα
Γενόσημα
 
Tilk pone de moda las tapas indias en su terraza
Tilk pone de moda las tapas indias en su terrazaTilk pone de moda las tapas indias en su terraza
Tilk pone de moda las tapas indias en su terraza
 
Is the message in the media?
Is the message in the media?Is the message in the media?
Is the message in the media?
 
Complementos estivales con arte en la tienda del Museo Thyssen-Bornemisza
Complementos estivales con arte en la tienda del Museo Thyssen-BornemiszaComplementos estivales con arte en la tienda del Museo Thyssen-Bornemisza
Complementos estivales con arte en la tienda del Museo Thyssen-Bornemisza
 
Accelerated Startup @ Saint Mary's College of California
Accelerated Startup @ Saint Mary's College of CaliforniaAccelerated Startup @ Saint Mary's College of California
Accelerated Startup @ Saint Mary's College of California
 
Projecto Matrix
Projecto MatrixProjecto Matrix
Projecto Matrix
 
Quiz: 10 facts you might not know about Spanish history
Quiz: 10 facts you might not know about Spanish history Quiz: 10 facts you might not know about Spanish history
Quiz: 10 facts you might not know about Spanish history
 
Social Media For Brands
Social Media  For BrandsSocial Media  For Brands
Social Media For Brands
 
Presentación sobre el articulo de las tic
Presentación sobre el articulo de las ticPresentación sobre el articulo de las tic
Presentación sobre el articulo de las tic
 

Similar a Word press customiztion and plugins feb 2012

Frontend Engineer Toolbox
Frontend Engineer ToolboxFrontend Engineer Toolbox
Frontend Engineer ToolboxYnon Perek
 
WordPress modern development
WordPress modern developmentWordPress modern development
WordPress modern developmentRoman Veselý
 
ARTDM 171, Week 14: Multimedia on the Web
ARTDM 171, Week 14: Multimedia on the WebARTDM 171, Week 14: Multimedia on the Web
ARTDM 171, Week 14: Multimedia on the WebGilbert Guerrero
 
Workshop: Introduction to Web Components & Polymer
Workshop: Introduction to Web Components & Polymer Workshop: Introduction to Web Components & Polymer
Workshop: Introduction to Web Components & Polymer John Riviello
 
Untangling fall2017 week2
Untangling fall2017 week2Untangling fall2017 week2
Untangling fall2017 week2Derek Jacoby
 
Untangling fall2017 week2_try2
Untangling fall2017 week2_try2Untangling fall2017 week2_try2
Untangling fall2017 week2_try2Derek Jacoby
 
Next Generation Browser Add-Ons
Next Generation Browser Add-OnsNext Generation Browser Add-Ons
Next Generation Browser Add-OnsAnant Narayanan
 
Testing and updating WordPress - Advanced techniques for avoiding regressions
Testing and updating WordPress - Advanced techniques for avoiding regressionsTesting and updating WordPress - Advanced techniques for avoiding regressions
Testing and updating WordPress - Advanced techniques for avoiding regressionsOtto Kekäläinen
 
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OSMartin de Keijzer
 
1ST TECH TALK: "Yii : The MVC framework" by Benedicto B. Balilo Jr.
1ST TECH TALK: "Yii : The MVC framework" by Benedicto B. Balilo Jr.1ST TECH TALK: "Yii : The MVC framework" by Benedicto B. Balilo Jr.
1ST TECH TALK: "Yii : The MVC framework" by Benedicto B. Balilo Jr.Bicol IT.org
 
DevNexus 2013 - Introduction to WebSockets
DevNexus 2013 - Introduction to WebSocketsDevNexus 2013 - Introduction to WebSockets
DevNexus 2013 - Introduction to WebSocketsGunnar Hillert
 
WordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, LeedsWordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, LeedsBastian Grimm
 
TriplePlay-WebAppPenTestingTools
TriplePlay-WebAppPenTestingToolsTriplePlay-WebAppPenTestingTools
TriplePlay-WebAppPenTestingToolsYury Chemerkin
 
Mobile Web to Mobile Apps
Mobile Web to Mobile AppsMobile Web to Mobile Apps
Mobile Web to Mobile AppsTroy Miles
 
Hyperkitty: Updating Mailman's UI
Hyperkitty: Updating Mailman's UIHyperkitty: Updating Mailman's UI
Hyperkitty: Updating Mailman's UIMáirín Duffy
 
WordPress Development Tools and Best Practices
WordPress Development Tools and Best PracticesWordPress Development Tools and Best Practices
WordPress Development Tools and Best PracticesDanilo Ercoli
 
php[architect] Summit Series DevOps 2013 - Rock solid deployment of PHP apps
php[architect] Summit Series DevOps 2013 - Rock solid deployment of PHP appsphp[architect] Summit Series DevOps 2013 - Rock solid deployment of PHP apps
php[architect] Summit Series DevOps 2013 - Rock solid deployment of PHP appsPablo Godel
 
Making the Most of Plug-ins - WordCamp Toronto 2008
Making the Most of Plug-ins - WordCamp Toronto 2008Making the Most of Plug-ins - WordCamp Toronto 2008
Making the Most of Plug-ins - WordCamp Toronto 2008Brendan Sera-Shriar
 
Icon Homepage 2009
Icon Homepage 2009Icon Homepage 2009
Icon Homepage 2009jackp
 

Similar a Word press customiztion and plugins feb 2012 (20)

Frontend Engineer Toolbox
Frontend Engineer ToolboxFrontend Engineer Toolbox
Frontend Engineer Toolbox
 
WordPress modern development
WordPress modern developmentWordPress modern development
WordPress modern development
 
ARTDM 171, Week 14: Multimedia on the Web
ARTDM 171, Week 14: Multimedia on the WebARTDM 171, Week 14: Multimedia on the Web
ARTDM 171, Week 14: Multimedia on the Web
 
Workshop: Introduction to Web Components & Polymer
Workshop: Introduction to Web Components & Polymer Workshop: Introduction to Web Components & Polymer
Workshop: Introduction to Web Components & Polymer
 
Untangling fall2017 week2
Untangling fall2017 week2Untangling fall2017 week2
Untangling fall2017 week2
 
Untangling fall2017 week2_try2
Untangling fall2017 week2_try2Untangling fall2017 week2_try2
Untangling fall2017 week2_try2
 
Next Generation Browser Add-Ons
Next Generation Browser Add-OnsNext Generation Browser Add-Ons
Next Generation Browser Add-Ons
 
Testing and updating WordPress - Advanced techniques for avoiding regressions
Testing and updating WordPress - Advanced techniques for avoiding regressionsTesting and updating WordPress - Advanced techniques for avoiding regressions
Testing and updating WordPress - Advanced techniques for avoiding regressions
 
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS
2012 11-01 Hackers & founders - Boot to the web, boot 2 gecko / Firefox OS
 
1ST TECH TALK: "Yii : The MVC framework" by Benedicto B. Balilo Jr.
1ST TECH TALK: "Yii : The MVC framework" by Benedicto B. Balilo Jr.1ST TECH TALK: "Yii : The MVC framework" by Benedicto B. Balilo Jr.
1ST TECH TALK: "Yii : The MVC framework" by Benedicto B. Balilo Jr.
 
DevNexus 2013 - Introduction to WebSockets
DevNexus 2013 - Introduction to WebSocketsDevNexus 2013 - Introduction to WebSockets
DevNexus 2013 - Introduction to WebSockets
 
WordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, LeedsWordPress Optimization & Security - ThinkVisibility 2012, Leeds
WordPress Optimization & Security - ThinkVisibility 2012, Leeds
 
TriplePlay-WebAppPenTestingTools
TriplePlay-WebAppPenTestingToolsTriplePlay-WebAppPenTestingTools
TriplePlay-WebAppPenTestingTools
 
Mobile Web to Mobile Apps
Mobile Web to Mobile AppsMobile Web to Mobile Apps
Mobile Web to Mobile Apps
 
Hyperkitty: Updating Mailman's UI
Hyperkitty: Updating Mailman's UIHyperkitty: Updating Mailman's UI
Hyperkitty: Updating Mailman's UI
 
WordPress Development Tools and Best Practices
WordPress Development Tools and Best PracticesWordPress Development Tools and Best Practices
WordPress Development Tools and Best Practices
 
php[architect] Summit Series DevOps 2013 - Rock solid deployment of PHP apps
php[architect] Summit Series DevOps 2013 - Rock solid deployment of PHP appsphp[architect] Summit Series DevOps 2013 - Rock solid deployment of PHP apps
php[architect] Summit Series DevOps 2013 - Rock solid deployment of PHP apps
 
Blog basics
Blog basicsBlog basics
Blog basics
 
Making the Most of Plug-ins - WordCamp Toronto 2008
Making the Most of Plug-ins - WordCamp Toronto 2008Making the Most of Plug-ins - WordCamp Toronto 2008
Making the Most of Plug-ins - WordCamp Toronto 2008
 
Icon Homepage 2009
Icon Homepage 2009Icon Homepage 2009
Icon Homepage 2009
 

Word press customiztion and plugins feb 2012

  • 1. Customization and Plugins Jon Brown jBrownStudios.com | 9seeds.com @jb510 Tuesday, February 19, 13
  • 2. Prerequisites Part 1 (geekery) • Some familiarity with HTML/CSS • No need for PHP today Part 2 (non-geekery) • Some familiarity with a self-hosted WordPress installation Tuesday, February 19, 13
  • 3. Developer Tools • FTP • Code Editor • Browser Tools - FireBug / WebKit Dev Tools • Local AMP Stack • Version Control (git/svn) Tuesday, February 19, 13
  • 4. FTP Mac Win Transmit WinSCP FileZilla FileZilla CyberDuck FireFTP for FireFox FireFTP for FireFox Tuesday, February 19, 13
  • 5. Code Editor Mac Win Coda 2 NotePad++ Sublime Text 2 TextWrangler TextMate Tuesday, February 19, 13
  • 6. Wait Wait What About DreamWeaver... • Yes... you CAN use DreamWeaver, for both FTP and as a code editor, but not many do. Tuesday, February 19, 13
  • 7. Browser Tools • FireBug or WebKit Dev Tools • (quick demo) Tuesday, February 19, 13
  • 8. WordPress Tools • The Codex http://codex.wordpress.org/ • Developer Documentation http://codex.wordpress.org/Developer_Documentation Tuesday, February 19, 13
  • 9. Getting Started Creating a theme 1. Understand the WP Core file structure 2. Understand the WP theme template hierarchy http://codex.wordpress.org/Template_Hierarchy 3. Hooks (Actions and Filters http://codex.wordpress.org/Plugin_API#Hooks.2C_Actions_and_Filters Tuesday, February 19, 13
  • 10. WP Core File Structure http://codex.wordpress.org/WordPress_Files • root • wp-admin • wp-includes • wp-content Tuesday, February 19, 13
  • 11. WP Template Hierarchy http://codex.wordpress.org/Template_Hierarchy Tuesday, February 19, 13
  • 12. Templates http://codex.wordpress.org/Stepping_Into_Templates • Basic template page Header / Content / Footer (quick demo) Tuesday, February 19, 13
  • 13. Hooks • Actions: Actions are the hooks that the WP core launches at specific points during execution, or when specific events occur.Your plugin can specify that one or more of its PHP functions are executed at these points, using the Action API. • Filters: Filters are the hooks that WordPress launches to modify text of various types before adding it to the database or sending it to the browser screen.Your plugin can specify that one or more of its PHP functions is executed to modify specific types of text at these times, using the Filter API. Tuesday, February 19, 13
  • 14. More Practical Things • How to modify a theme... with a CHILD THEME! Tuesday, February 19, 13
  • 15. One Click Child Theme Plugin http://wordpress.org/extend/plugins/one-click-child-theme/ Tuesday, February 19, 13
  • 16. Lets demo some code (css / php) customizations Tuesday, February 19, 13