SlideShare uma empresa Scribd logo
1 de 34
Getting Into
WordPress
CLARE PARKINSON
CLARE@GREENBEE -WEB.COM, @CLAREPARKINSON
WWW.GREENBEE-WEB.COM, @GREENBEEWEB
HTTP://WWW.SLIDESHARE.NET/CLAREPARKINSON/GETTING -INTOWORDPRESS
CLARE@GREENBEE-WEB.COM

1
What is a Content Management
System?
•Sits on the website’s server, not on your computer, runs in a
browser

•Takes data from a database and turns it into web pages
•Allows you to perform programming-type tasks without
learning code or markup

•Automatically publishes, updates, archives content
according to rules you create

CLARE@GREENBEE-WEB.COM

2
Geek stuff: front end
•The “front end” is the website that visitors to your site see.
•Files: HTML, CSS, Media (images, videos, PDFs…), JavaScript
•Wordpress URL: yoursitename.wordpress.com
•On your server at www.yoursitename.com

CLARE@GREENBEE-WEB.COM

3
Geek stuff: backend
•The “back end” is the Admin Panel, only you see it.
•It controls the behavior and appearance of the front end
website.
•Files: PHP – the theme templates and plugin files
•Database: MySQL
•On your server at www.yoursitename.com/wp-admin/

CLARE@GREENBEE-WEB.COM

4
Why WordPress? Inexpensive
•Open source = Free! Sort of.
•Hosting for as little as $20/year.
•Purchase more specialized or customized design and
features
•You can invest time to learn, or hire a developer.

CLARE@GREENBEE-WEB.COM

5
Why WordPress? Flexible
•Content organization: taxonomy, menus, galleries
•Custom appearance: Themes, theme options
•Extendable functionality: Plugins and widgets
•Custom Post Types

•PHP templates and CSS layouts are fully customizable

CLARE@GREENBEE-WEB.COM

6
Why WordPress? Easy to Use
•Admin Panel design: drag-and-drop, contextual help
•Documentation, Online tutorials

CLARE@GREENBEE-WEB.COM

7
Why WordPress? Very widely used
•18.9% of the top 10 million websites use WordPress
•Community of development
•Community of support
•Third-party integration:
Amazon, DropBox, EventBrite, YouTube…

CLARE@GREENBEE-WEB.COM

8
Why not WordPress?
WordPress does everything, but if you have a few very
specific needs, it might not be the best tool to meet those
needs.
◦Simple E-Commerce: Shopify
◦Podcast published to iTunes: SquareSpace
◦Sell tickets for events: EventBrite
◦Online/mobile schedule for an event: Sched.org

CLARE@GREENBEE-WEB.COM

9
What WordPress can do
•Brochure site: information about an organization or person
•Publication: blog, magazine, journal
•Community: social network for a specific topic or
organization
•E-commerce: store, subscription, selling downloads
•Prototype: build a “clickable demo” of an online product or
service
CLARE@GREENBEE-WEB.COM

10
Hosting Options: WordPress.com
A great place to start – you can always move your content to
another host.

•Free: Yoursitename.wordpress.com, limited themes, forum
support
•$18/year: www.yoursitename.com

•$99/year value bundle: no ads, more design
customization, limited themes, email support, no plugins

CLARE@GREENBEE-WEB.COM

11
Hosting Options: Managed Hosting
They’ll take care of all the technical problems, but it’s
expensive.

•Extensive customization: all plugins and themes are
available.
•Updating, maintenance, testing, and support are provided

•$30/month
•WPengine.com, dreamhost.com, others
CLARE@GREENBEE-WEB.COM

12
Hosting Options: Self - Hosting
Less expensive than managed, more freedom than
wordpress.com, but you’re on your own.
•Unlimited customization: all plugins and themes are
available, you can edit your own template code and stylesheets.
•You are responsible for all testing, maintenance, and updates
•Support only covers server/network problems, not WordPress
•$60/year or more
•mediatemple.com, Site5.com, many others
CLARE@GREENBEE-WEB.COM

13
Walk through a demo site
http://demo.greenbee-web.com/site1/wpadmin/
Username: site1
Password: on your handout

CLARE@GREENBEE-WEB.COM

14
CLARE@GREENBEE-WEB.COM

15
WordPress Core and Customization
•WordPress Core is the features and functionality that come
with an empty installation of WordPress

•You can extend this functionality with
themes, plugins, custom PHP code in templates, and custom
post types.
•WordPress Core contains everything you need to create a
website.

CLARE@GREENBEE-WEB.COM

16
WordPress Core: Posts
Admin Panel > Posts
◦The most versatile post type
◦Posts are used for content that’s time-sensitive, that
expires, is updated, or replaced frequently.
◦Add content and media in the Visual Editor
◦Can be organized with Taxonomy (Categories and Tags)
◦Can be organized in Archives

CLARE@GREENBEE-WEB.COM

17
WordPress Core: Pages
Admin Panel > Pages
◦Used for content that is timeless, like “About us” or
“Contact me”
◦Content and Media are added in the Visual Editor
◦Can have parent/child relationships, e.g. “About us” >
“Our History”
◦No archives, i.e. they can’t easily be organized and
displayed in lists
CLARE@GREENBEE-WEB.COM

18
Post and Page Content
Admin Panel > Posts > Edit/Add New
◦Title
◦Permalink: the URL at which the post will be displayed in
its entirety
◦Visual Editor: add text and media. Use “styles” pulldown
for formatting.
◦Excerpt: displayed separately in Archives, etc
◦Featured Image: displayed separately in Archives, etc
CLARE@GREENBEE-WEB.COM

19
WordPress Core: Media Library
•Admin Panel > Media Library
•Upload media files one at a time or in batches
•Edit media in the Media Library
•Add media to Posts, Pages, and Galleries from the
Post or Page edit screen.

CLARE@GREENBEE-WEB.COM

20
WordPress Core: Taxonomy
Admin Panel > Posts > Categories
Hierarchical (nested)
organization:
1. Recipes
a) Desserts

Admin Panel > Posts > Tags
Free-form organization:
Traditional, low carb, quick
and easy, French, just like
mom’s

1. Cake
2. Pie

b) Soup
CLARE@GREENBEE-WEB.COM

21
CLARE@GREENBEE-WEB.COM

22
WordPress Core: Menus
•Admin Panel > Appearance > Menus
•Menus are lists of links you can customize
•They are usually used for navigation
•They can be displayed in any Widget area

CLARE@GREENBEE-WEB.COM

23
WordPress Core: Widgets
•Admin Panel > Appearance > Widgets
•Widgets are small chunks of functionality that can be
added to “widget areas” in your site, usually in the
header, sidebar, or footer
•New widgets can be added with Plugins

CLARE@GREENBEE-WEB.COM

24
Customizing WordPress: Themes
•Admin Panel > Appearance > Themes
•Template files control the layout of the site.
•CSS controls the styling: colors, font, sizes, responsiveness
•Template files control the placement of Widget Areas
•Child themes allow a developer to overwrite parts of the parent
theme with specific customizations.
•Change themes to change the design of your site without affecting
the content.

CLARE@GREENBEE-WEB.COM

25
Where to Get Themes
•Admin Panel > Appearance. Browse available themes.
•Or purchase premium themes to upload
•StudioPress http://www.studiopress.com/
•WooThemes http://www.woothemes.com/
•ThemeForest http://themeforest.net/

•Research carefully! Look at demos, read reviews. Check for
“responsive”: will work on any screen size.
CLARE@GREENBEE-WEB.COM

26
Customizing WordPress: Plugins
•Admin Panel > Plugins. Search. (not in your demo site
today)

•Plugins are small chunks of software that extend WordPress
Core functionality with new features.
•Can be widgets, social sharing, e-commerce, enhancements
to the Admin Panel, pull content from other sites and
services…

CLARE@GREENBEE-WEB.COM

27
Where to get Plugins
•Admin Panel > Plugins > Add New (not in your demo site
today)

•WordPress Plugin Directory: http://wordpress.org/plugins/
•CodeCanyon: http://codecanyon.net/category/wordpress
•Research carefully! Read reviews, check for support, make
sure plugin is maintained and updated frequently.

CLARE@GREENBEE-WEB.COM

28
Clare’s favorite plugins
•Contact Form 7:
http://wordpress.org/plugins/contact-form-7/
•WordPress SEO by Yoast:
http://wordpress.org/plugins/wordpress-seo/

•RoyalSlider: http://dimsemenov.com/plugins/royal-slider/
•WordPress Backup to DropBox:
http://wordpress.org/plugins/wordpress-backup-todropbox/
CLARE@GREENBEE-WEB.COM

29
Advanced customization: Templates
•Templates are PHP files that control the layout and
behavior of the website.
•Each theme has its own set of template files.
•You need to know PHP or hire a developer to
customize these.

CLARE@GREENBEE-WEB.COM

30
Advanced customization:
Custom Post Types
•A “post” can be a single item of content, e.g. a
Recipe, or a Product, or an Event.
•Set Custom Post Types up with a plugin (e.g. wptypes.com) , or with custom PHP code.
•Custom Post Types need their own templates to
make the most of their functionality. Many themes
and plugins use custom post types + templates.
CLARE@GREENBEE-WEB.COM

31
Where to learn or get help
Tutorials:
http://codex.wordpress.org/WordPress_Lessons
Documentation: http://codex.wordpress.org
Support forums: http://wordpress.org/support/
Videos: http://wordpress.tv/
From the community at MeetUps and WordCamp
CLARE@GREENBEE-WEB.COM

32
Join the WordPress community
Local MeetUps
http://www.meetup.com/Chicago-WordPress-Meetup/

http://www.meetup.com/wordpress-lake-county/
http://www.meetup.com/Chicago-NW-Suburbs-WordPress-Meetup/
http://www.meetup.com/WordPress-Aurora/
WordCamp Chicago
http://2013.chicago.wordcamp.org/

CLARE@GREENBEE-WEB.COM

33
Thanks!
CLARE PARKINSON
CLARE@GREENBEE -WEB.COM, @CLAREPARKINSON
WWW.GREENBEE-WEB.COM, @GREENBEEWEB
HTTP://WWW.SLIDESHARE.NET/CLAREPARKINSON/GETTING -INTOWORDPRESS
CLARE@GREENBEE-WEB.COM

34

Mais conteúdo relacionado

Mais procurados

WordPress vs Joomla Showdown
WordPress vs Joomla ShowdownWordPress vs Joomla Showdown
WordPress vs Joomla ShowdownPhelan Riessen
 
Wordpress intro
Wordpress introWordpress intro
Wordpress introthe-colab
 
So What is This Thing Called WordPress?
So What is This Thing Called WordPress?So What is This Thing Called WordPress?
So What is This Thing Called WordPress?Graham Armfield
 
Wordpress essential training - Wordpress Presentation PPT
Wordpress essential training - Wordpress Presentation PPTWordpress essential training - Wordpress Presentation PPT
Wordpress essential training - Wordpress Presentation PPTAbdulla2410
 
An Introduction to Creating Websites and Blogs with WordPress
An Introduction to Creating Websites and Blogs with WordPressAn Introduction to Creating Websites and Blogs with WordPress
An Introduction to Creating Websites and Blogs with WordPressNadine Wildmann
 
Methodist University Website Training Presentation
Methodist University Website Training PresentationMethodist University Website Training Presentation
Methodist University Website Training Presentationgoldentwig
 
Building a Library Website with WordPress
Building a Library Website with WordPressBuilding a Library Website with WordPress
Building a Library Website with WordPressNicole C. Engard
 
WordPress for Libraries PreConference Workshop
WordPress for Libraries PreConference WorkshopWordPress for Libraries PreConference Workshop
WordPress for Libraries PreConference WorkshopPolly Farrington
 
What is WordPress Introduction to the CMS
What is WordPress Introduction to the CMSWhat is WordPress Introduction to the CMS
What is WordPress Introduction to the CMSthe-colab
 
WordPress Webinar Training Presentation
WordPress Webinar Training PresentationWordPress Webinar Training Presentation
WordPress Webinar Training PresentationMayeCreate Design
 
UCSY CS Club Week1
UCSY CS Club Week1UCSY CS Club Week1
UCSY CS Club Week1Ye Linn Wai
 
Mastering use wordpress with post, media, plugins and themes
Mastering use wordpress with post, media, plugins and themesMastering use wordpress with post, media, plugins and themes
Mastering use wordpress with post, media, plugins and themesLuzan Baral
 
The WordPress Hosting Decision: It All Starts Here
The WordPress Hosting Decision: It All Starts HereThe WordPress Hosting Decision: It All Starts Here
The WordPress Hosting Decision: It All Starts HereBusiness Vitality LLC
 
Wordpress Intro
Wordpress IntroWordpress Intro
Wordpress IntroRicha Goel
 

Mais procurados (20)

WordPress vs Joomla Showdown
WordPress vs Joomla ShowdownWordPress vs Joomla Showdown
WordPress vs Joomla Showdown
 
Beginning WordPress
Beginning WordPressBeginning WordPress
Beginning WordPress
 
Wordpress intro
Wordpress introWordpress intro
Wordpress intro
 
So What is This Thing Called WordPress?
So What is This Thing Called WordPress?So What is This Thing Called WordPress?
So What is This Thing Called WordPress?
 
Wordpress essential training - Wordpress Presentation PPT
Wordpress essential training - Wordpress Presentation PPTWordpress essential training - Wordpress Presentation PPT
Wordpress essential training - Wordpress Presentation PPT
 
An Introduction to Creating Websites and Blogs with WordPress
An Introduction to Creating Websites and Blogs with WordPressAn Introduction to Creating Websites and Blogs with WordPress
An Introduction to Creating Websites and Blogs with WordPress
 
Methodist University Website Training Presentation
Methodist University Website Training PresentationMethodist University Website Training Presentation
Methodist University Website Training Presentation
 
Building a Library Website with WordPress
Building a Library Website with WordPressBuilding a Library Website with WordPress
Building a Library Website with WordPress
 
Wordpress for Beginners: 10 Must Knows
Wordpress for Beginners: 10 Must KnowsWordpress for Beginners: 10 Must Knows
Wordpress for Beginners: 10 Must Knows
 
WordPress for Libraries PreConference Workshop
WordPress for Libraries PreConference WorkshopWordPress for Libraries PreConference Workshop
WordPress for Libraries PreConference Workshop
 
What is WordPress Introduction to the CMS
What is WordPress Introduction to the CMSWhat is WordPress Introduction to the CMS
What is WordPress Introduction to the CMS
 
Intro to Wordpress
Intro to WordpressIntro to Wordpress
Intro to Wordpress
 
WordPress Webinar Training Presentation
WordPress Webinar Training PresentationWordPress Webinar Training Presentation
WordPress Webinar Training Presentation
 
UCSY CS Club Week1
UCSY CS Club Week1UCSY CS Club Week1
UCSY CS Club Week1
 
ECM-Week3-Wordpress-Session
ECM-Week3-Wordpress-SessionECM-Week3-Wordpress-Session
ECM-Week3-Wordpress-Session
 
RPC-Wordpress-Session
RPC-Wordpress-SessionRPC-Wordpress-Session
RPC-Wordpress-Session
 
Mastering use wordpress with post, media, plugins and themes
Mastering use wordpress with post, media, plugins and themesMastering use wordpress with post, media, plugins and themes
Mastering use wordpress with post, media, plugins and themes
 
The WordPress Hosting Decision: It All Starts Here
The WordPress Hosting Decision: It All Starts HereThe WordPress Hosting Decision: It All Starts Here
The WordPress Hosting Decision: It All Starts Here
 
DBS-Week9-Wordpress-Session
DBS-Week9-Wordpress-SessionDBS-Week9-Wordpress-Session
DBS-Week9-Wordpress-Session
 
Wordpress Intro
Wordpress IntroWordpress Intro
Wordpress Intro
 

Destaque

Invitació conferència música festera, gèner bandístic
Invitació conferència música festera, gèner bandísticInvitació conferència música festera, gèner bandístic
Invitació conferència música festera, gèner bandísticBarbara Sales Alos
 
Univ.-Prof. DI Dr. Ulrike Pröbstl - Universitätsprofessorin Universität für B...
Univ.-Prof. DI Dr. Ulrike Pröbstl - Universitätsprofessorin Universität für B...Univ.-Prof. DI Dr. Ulrike Pröbstl - Universitätsprofessorin Universität für B...
Univ.-Prof. DI Dr. Ulrike Pröbstl - Universitätsprofessorin Universität für B...Andreas Oberenzer
 
0. díptico nova heat exterior
0. díptico nova heat exterior0. díptico nova heat exterior
0. díptico nova heat exteriorNova Lurani
 
Arc flash study in india
Arc flash study in indiaArc flash study in india
Arc flash study in indiaVB Engineering
 
Unmasking seafood mislabeling in U.S. markets DNA barcoding as a
Unmasking seafood mislabeling in U.S. markets DNA barcoding as aUnmasking seafood mislabeling in U.S. markets DNA barcoding as a
Unmasking seafood mislabeling in U.S. markets DNA barcoding as aJulie Traverso
 
Libro complementario 11, sabado 13 de septiembre 2014
Libro complementario 11, sabado 13 de septiembre 2014Libro complementario 11, sabado 13 de septiembre 2014
Libro complementario 11, sabado 13 de septiembre 2014Angela Brito
 
El teletransportador
El teletransportadorEl teletransportador
El teletransportadorCristyCollado
 
Panamá, una ciudad con encantos y riquezas
Panamá, una ciudad con encantos y riquezasPanamá, una ciudad con encantos y riquezas
Panamá, una ciudad con encantos y riquezasDescubriendoDestinos
 
Presentacion corporativa
Presentacion corporativaPresentacion corporativa
Presentacion corporativaGRUPSA
 
Deutsche EuroShop | Company Presentation | 10/12
Deutsche EuroShop | Company Presentation | 10/12Deutsche EuroShop | Company Presentation | 10/12
Deutsche EuroShop | Company Presentation | 10/12Deutsche EuroShop AG
 
Why Join Networking Plus
Why Join Networking PlusWhy Join Networking Plus
Why Join Networking Plusnetworkingplus
 
Morales & ceren bromelias de el salvador
Morales & ceren bromelias de el salvadorMorales & ceren bromelias de el salvador
Morales & ceren bromelias de el salvadorbicentenariosv
 
Haiku media company profile (ESP)
Haiku media company profile (ESP)Haiku media company profile (ESP)
Haiku media company profile (ESP)Haiku Media
 
Humanizar la tecnología
Humanizar la tecnologíaHumanizar la tecnología
Humanizar la tecnologíaactiva10
 
Mobile marketing - Presentatie Specs - 12 december 2007
Mobile marketing - Presentatie Specs - 12 december 2007Mobile marketing - Presentatie Specs - 12 december 2007
Mobile marketing - Presentatie Specs - 12 december 2007resultblog
 
Programa Semana Cultural Ceip Carazony
Programa Semana Cultural Ceip CarazonyPrograma Semana Cultural Ceip Carazony
Programa Semana Cultural Ceip Carazonyequipodevalores
 

Destaque (20)

TECNALIA 2016
TECNALIA 2016TECNALIA 2016
TECNALIA 2016
 
Invitació conferència música festera, gèner bandístic
Invitació conferència música festera, gèner bandísticInvitació conferència música festera, gèner bandístic
Invitació conferència música festera, gèner bandístic
 
Univ.-Prof. DI Dr. Ulrike Pröbstl - Universitätsprofessorin Universität für B...
Univ.-Prof. DI Dr. Ulrike Pröbstl - Universitätsprofessorin Universität für B...Univ.-Prof. DI Dr. Ulrike Pröbstl - Universitätsprofessorin Universität für B...
Univ.-Prof. DI Dr. Ulrike Pröbstl - Universitätsprofessorin Universität für B...
 
0. díptico nova heat exterior
0. díptico nova heat exterior0. díptico nova heat exterior
0. díptico nova heat exterior
 
Arc flash study in india
Arc flash study in indiaArc flash study in india
Arc flash study in india
 
Unmasking seafood mislabeling in U.S. markets DNA barcoding as a
Unmasking seafood mislabeling in U.S. markets DNA barcoding as aUnmasking seafood mislabeling in U.S. markets DNA barcoding as a
Unmasking seafood mislabeling in U.S. markets DNA barcoding as a
 
Libro complementario 11, sabado 13 de septiembre 2014
Libro complementario 11, sabado 13 de septiembre 2014Libro complementario 11, sabado 13 de septiembre 2014
Libro complementario 11, sabado 13 de septiembre 2014
 
Visor docs
Visor docsVisor docs
Visor docs
 
El teletransportador
El teletransportadorEl teletransportador
El teletransportador
 
Panamá, una ciudad con encantos y riquezas
Panamá, una ciudad con encantos y riquezasPanamá, una ciudad con encantos y riquezas
Panamá, una ciudad con encantos y riquezas
 
Presentacion corporativa
Presentacion corporativaPresentacion corporativa
Presentacion corporativa
 
Deutsche EuroShop | Company Presentation | 10/12
Deutsche EuroShop | Company Presentation | 10/12Deutsche EuroShop | Company Presentation | 10/12
Deutsche EuroShop | Company Presentation | 10/12
 
Buyers Forum - Desigual
Buyers Forum - DesigualBuyers Forum - Desigual
Buyers Forum - Desigual
 
Why Join Networking Plus
Why Join Networking PlusWhy Join Networking Plus
Why Join Networking Plus
 
Morales & ceren bromelias de el salvador
Morales & ceren bromelias de el salvadorMorales & ceren bromelias de el salvador
Morales & ceren bromelias de el salvador
 
Haiku media company profile (ESP)
Haiku media company profile (ESP)Haiku media company profile (ESP)
Haiku media company profile (ESP)
 
Cuestionario Club De Lectura
Cuestionario Club De LecturaCuestionario Club De Lectura
Cuestionario Club De Lectura
 
Humanizar la tecnología
Humanizar la tecnologíaHumanizar la tecnología
Humanizar la tecnología
 
Mobile marketing - Presentatie Specs - 12 december 2007
Mobile marketing - Presentatie Specs - 12 december 2007Mobile marketing - Presentatie Specs - 12 december 2007
Mobile marketing - Presentatie Specs - 12 december 2007
 
Programa Semana Cultural Ceip Carazony
Programa Semana Cultural Ceip CarazonyPrograma Semana Cultural Ceip Carazony
Programa Semana Cultural Ceip Carazony
 

Semelhante a Getting into WordPress

WordPress Intermediate Workshop
WordPress Intermediate WorkshopWordPress Intermediate Workshop
WordPress Intermediate WorkshopThe Toolbox, Inc.
 
How to create a WordPress Site
How to create a WordPress Site How to create a WordPress Site
How to create a WordPress Site MuhammadUsaid2
 
WCBos13 intermediate workshop
WCBos13 intermediate workshopWCBos13 intermediate workshop
WCBos13 intermediate workshopBoston WordPress
 
WordPress Beginners Workshop
WordPress Beginners WorkshopWordPress Beginners Workshop
WordPress Beginners WorkshopThe Toolbox, Inc.
 
From WordPress With Love
From WordPress With LoveFrom WordPress With Love
From WordPress With LoveUp2 Technology
 
WordPress - Open Source Overview Presentation
WordPress - Open Source Overview PresentationWordPress - Open Source Overview Presentation
WordPress - Open Source Overview PresentationAndy Stratton
 
Can WordPress help make the web more accessible - eaccess15 - Feb 2015
Can WordPress help make the web more accessible - eaccess15 - Feb 2015Can WordPress help make the web more accessible - eaccess15 - Feb 2015
Can WordPress help make the web more accessible - eaccess15 - Feb 2015Graham Armfield
 
20 Tips to Improving WordPress Website - for Beginners-Aus-2017
20 Tips to Improving WordPress Website - for Beginners-Aus-201720 Tips to Improving WordPress Website - for Beginners-Aus-2017
20 Tips to Improving WordPress Website - for Beginners-Aus-2017TRB Design, Inc.
 
Getting started with CSS frameworks using Zurb foundation
Getting started with CSS frameworks using Zurb foundationGetting started with CSS frameworks using Zurb foundation
Getting started with CSS frameworks using Zurb foundationMelanie Archer
 
Should you use WordPress for your non-profit websites?
Should you use WordPress for your non-profit websites?Should you use WordPress for your non-profit websites?
Should you use WordPress for your non-profit websites?Bethany Siegler
 
Beginner's Guide to WordPress For Noncoders
Beginner's Guide to WordPress For NoncodersBeginner's Guide to WordPress For Noncoders
Beginner's Guide to WordPress For NoncodersBethany Siegler
 
Apple pi preso_october_2019_final4
Apple pi preso_october_2019_final4Apple pi preso_october_2019_final4
Apple pi preso_october_2019_final4gvaughan
 
Everything WordPress
Everything WordPressEverything WordPress
Everything WordPressEric Myers
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalRod Martin
 
How to make WordPress your friend
How to make WordPress your friendHow to make WordPress your friend
How to make WordPress your friendKerch McConlogue
 

Semelhante a Getting into WordPress (20)

WordPress Intermediate Workshop
WordPress Intermediate WorkshopWordPress Intermediate Workshop
WordPress Intermediate Workshop
 
How to create a WordPress Site
How to create a WordPress Site How to create a WordPress Site
How to create a WordPress Site
 
WCBos13 intermediate workshop
WCBos13 intermediate workshopWCBos13 intermediate workshop
WCBos13 intermediate workshop
 
WordPress Beginners Workshop
WordPress Beginners WorkshopWordPress Beginners Workshop
WordPress Beginners Workshop
 
WordPress Basics
WordPress BasicsWordPress Basics
WordPress Basics
 
From WordPress With Love
From WordPress With LoveFrom WordPress With Love
From WordPress With Love
 
Pimp your wp site
Pimp your wp sitePimp your wp site
Pimp your wp site
 
WordPress - Open Source Overview Presentation
WordPress - Open Source Overview PresentationWordPress - Open Source Overview Presentation
WordPress - Open Source Overview Presentation
 
Can WordPress help make the web more accessible - eaccess15 - Feb 2015
Can WordPress help make the web more accessible - eaccess15 - Feb 2015Can WordPress help make the web more accessible - eaccess15 - Feb 2015
Can WordPress help make the web more accessible - eaccess15 - Feb 2015
 
20 Tips to Improving WordPress Website - for Beginners-Aus-2017
20 Tips to Improving WordPress Website - for Beginners-Aus-201720 Tips to Improving WordPress Website - for Beginners-Aus-2017
20 Tips to Improving WordPress Website - for Beginners-Aus-2017
 
Getting started with CSS frameworks using Zurb foundation
Getting started with CSS frameworks using Zurb foundationGetting started with CSS frameworks using Zurb foundation
Getting started with CSS frameworks using Zurb foundation
 
Wordpress overview
Wordpress overviewWordpress overview
Wordpress overview
 
Should you use WordPress for your non-profit websites?
Should you use WordPress for your non-profit websites?Should you use WordPress for your non-profit websites?
Should you use WordPress for your non-profit websites?
 
Beginner's Guide to WordPress For Noncoders
Beginner's Guide to WordPress For NoncodersBeginner's Guide to WordPress For Noncoders
Beginner's Guide to WordPress For Noncoders
 
Day 2. Website design for musicians. CVA
Day 2. Website design for musicians. CVADay 2. Website design for musicians. CVA
Day 2. Website design for musicians. CVA
 
Apple pi preso_october_2019_final4
Apple pi preso_october_2019_final4Apple pi preso_october_2019_final4
Apple pi preso_october_2019_final4
 
Everything WordPress
Everything WordPressEverything WordPress
Everything WordPress
 
Absolute Beginners Guide to Drupal
Absolute Beginners Guide to DrupalAbsolute Beginners Guide to Drupal
Absolute Beginners Guide to Drupal
 
WordPress Workshop
WordPress WorkshopWordPress Workshop
WordPress Workshop
 
How to make WordPress your friend
How to make WordPress your friendHow to make WordPress your friend
How to make WordPress your friend
 

Último

How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 

Último (20)

How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 

Getting into WordPress

  • 1. Getting Into WordPress CLARE PARKINSON CLARE@GREENBEE -WEB.COM, @CLAREPARKINSON WWW.GREENBEE-WEB.COM, @GREENBEEWEB HTTP://WWW.SLIDESHARE.NET/CLAREPARKINSON/GETTING -INTOWORDPRESS CLARE@GREENBEE-WEB.COM 1
  • 2. What is a Content Management System? •Sits on the website’s server, not on your computer, runs in a browser •Takes data from a database and turns it into web pages •Allows you to perform programming-type tasks without learning code or markup •Automatically publishes, updates, archives content according to rules you create CLARE@GREENBEE-WEB.COM 2
  • 3. Geek stuff: front end •The “front end” is the website that visitors to your site see. •Files: HTML, CSS, Media (images, videos, PDFs…), JavaScript •Wordpress URL: yoursitename.wordpress.com •On your server at www.yoursitename.com CLARE@GREENBEE-WEB.COM 3
  • 4. Geek stuff: backend •The “back end” is the Admin Panel, only you see it. •It controls the behavior and appearance of the front end website. •Files: PHP – the theme templates and plugin files •Database: MySQL •On your server at www.yoursitename.com/wp-admin/ CLARE@GREENBEE-WEB.COM 4
  • 5. Why WordPress? Inexpensive •Open source = Free! Sort of. •Hosting for as little as $20/year. •Purchase more specialized or customized design and features •You can invest time to learn, or hire a developer. CLARE@GREENBEE-WEB.COM 5
  • 6. Why WordPress? Flexible •Content organization: taxonomy, menus, galleries •Custom appearance: Themes, theme options •Extendable functionality: Plugins and widgets •Custom Post Types •PHP templates and CSS layouts are fully customizable CLARE@GREENBEE-WEB.COM 6
  • 7. Why WordPress? Easy to Use •Admin Panel design: drag-and-drop, contextual help •Documentation, Online tutorials CLARE@GREENBEE-WEB.COM 7
  • 8. Why WordPress? Very widely used •18.9% of the top 10 million websites use WordPress •Community of development •Community of support •Third-party integration: Amazon, DropBox, EventBrite, YouTube… CLARE@GREENBEE-WEB.COM 8
  • 9. Why not WordPress? WordPress does everything, but if you have a few very specific needs, it might not be the best tool to meet those needs. ◦Simple E-Commerce: Shopify ◦Podcast published to iTunes: SquareSpace ◦Sell tickets for events: EventBrite ◦Online/mobile schedule for an event: Sched.org CLARE@GREENBEE-WEB.COM 9
  • 10. What WordPress can do •Brochure site: information about an organization or person •Publication: blog, magazine, journal •Community: social network for a specific topic or organization •E-commerce: store, subscription, selling downloads •Prototype: build a “clickable demo” of an online product or service CLARE@GREENBEE-WEB.COM 10
  • 11. Hosting Options: WordPress.com A great place to start – you can always move your content to another host. •Free: Yoursitename.wordpress.com, limited themes, forum support •$18/year: www.yoursitename.com •$99/year value bundle: no ads, more design customization, limited themes, email support, no plugins CLARE@GREENBEE-WEB.COM 11
  • 12. Hosting Options: Managed Hosting They’ll take care of all the technical problems, but it’s expensive. •Extensive customization: all plugins and themes are available. •Updating, maintenance, testing, and support are provided •$30/month •WPengine.com, dreamhost.com, others CLARE@GREENBEE-WEB.COM 12
  • 13. Hosting Options: Self - Hosting Less expensive than managed, more freedom than wordpress.com, but you’re on your own. •Unlimited customization: all plugins and themes are available, you can edit your own template code and stylesheets. •You are responsible for all testing, maintenance, and updates •Support only covers server/network problems, not WordPress •$60/year or more •mediatemple.com, Site5.com, many others CLARE@GREENBEE-WEB.COM 13
  • 14. Walk through a demo site http://demo.greenbee-web.com/site1/wpadmin/ Username: site1 Password: on your handout CLARE@GREENBEE-WEB.COM 14
  • 16. WordPress Core and Customization •WordPress Core is the features and functionality that come with an empty installation of WordPress •You can extend this functionality with themes, plugins, custom PHP code in templates, and custom post types. •WordPress Core contains everything you need to create a website. CLARE@GREENBEE-WEB.COM 16
  • 17. WordPress Core: Posts Admin Panel > Posts ◦The most versatile post type ◦Posts are used for content that’s time-sensitive, that expires, is updated, or replaced frequently. ◦Add content and media in the Visual Editor ◦Can be organized with Taxonomy (Categories and Tags) ◦Can be organized in Archives CLARE@GREENBEE-WEB.COM 17
  • 18. WordPress Core: Pages Admin Panel > Pages ◦Used for content that is timeless, like “About us” or “Contact me” ◦Content and Media are added in the Visual Editor ◦Can have parent/child relationships, e.g. “About us” > “Our History” ◦No archives, i.e. they can’t easily be organized and displayed in lists CLARE@GREENBEE-WEB.COM 18
  • 19. Post and Page Content Admin Panel > Posts > Edit/Add New ◦Title ◦Permalink: the URL at which the post will be displayed in its entirety ◦Visual Editor: add text and media. Use “styles” pulldown for formatting. ◦Excerpt: displayed separately in Archives, etc ◦Featured Image: displayed separately in Archives, etc CLARE@GREENBEE-WEB.COM 19
  • 20. WordPress Core: Media Library •Admin Panel > Media Library •Upload media files one at a time or in batches •Edit media in the Media Library •Add media to Posts, Pages, and Galleries from the Post or Page edit screen. CLARE@GREENBEE-WEB.COM 20
  • 21. WordPress Core: Taxonomy Admin Panel > Posts > Categories Hierarchical (nested) organization: 1. Recipes a) Desserts Admin Panel > Posts > Tags Free-form organization: Traditional, low carb, quick and easy, French, just like mom’s 1. Cake 2. Pie b) Soup CLARE@GREENBEE-WEB.COM 21
  • 23. WordPress Core: Menus •Admin Panel > Appearance > Menus •Menus are lists of links you can customize •They are usually used for navigation •They can be displayed in any Widget area CLARE@GREENBEE-WEB.COM 23
  • 24. WordPress Core: Widgets •Admin Panel > Appearance > Widgets •Widgets are small chunks of functionality that can be added to “widget areas” in your site, usually in the header, sidebar, or footer •New widgets can be added with Plugins CLARE@GREENBEE-WEB.COM 24
  • 25. Customizing WordPress: Themes •Admin Panel > Appearance > Themes •Template files control the layout of the site. •CSS controls the styling: colors, font, sizes, responsiveness •Template files control the placement of Widget Areas •Child themes allow a developer to overwrite parts of the parent theme with specific customizations. •Change themes to change the design of your site without affecting the content. CLARE@GREENBEE-WEB.COM 25
  • 26. Where to Get Themes •Admin Panel > Appearance. Browse available themes. •Or purchase premium themes to upload •StudioPress http://www.studiopress.com/ •WooThemes http://www.woothemes.com/ •ThemeForest http://themeforest.net/ •Research carefully! Look at demos, read reviews. Check for “responsive”: will work on any screen size. CLARE@GREENBEE-WEB.COM 26
  • 27. Customizing WordPress: Plugins •Admin Panel > Plugins. Search. (not in your demo site today) •Plugins are small chunks of software that extend WordPress Core functionality with new features. •Can be widgets, social sharing, e-commerce, enhancements to the Admin Panel, pull content from other sites and services… CLARE@GREENBEE-WEB.COM 27
  • 28. Where to get Plugins •Admin Panel > Plugins > Add New (not in your demo site today) •WordPress Plugin Directory: http://wordpress.org/plugins/ •CodeCanyon: http://codecanyon.net/category/wordpress •Research carefully! Read reviews, check for support, make sure plugin is maintained and updated frequently. CLARE@GREENBEE-WEB.COM 28
  • 29. Clare’s favorite plugins •Contact Form 7: http://wordpress.org/plugins/contact-form-7/ •WordPress SEO by Yoast: http://wordpress.org/plugins/wordpress-seo/ •RoyalSlider: http://dimsemenov.com/plugins/royal-slider/ •WordPress Backup to DropBox: http://wordpress.org/plugins/wordpress-backup-todropbox/ CLARE@GREENBEE-WEB.COM 29
  • 30. Advanced customization: Templates •Templates are PHP files that control the layout and behavior of the website. •Each theme has its own set of template files. •You need to know PHP or hire a developer to customize these. CLARE@GREENBEE-WEB.COM 30
  • 31. Advanced customization: Custom Post Types •A “post” can be a single item of content, e.g. a Recipe, or a Product, or an Event. •Set Custom Post Types up with a plugin (e.g. wptypes.com) , or with custom PHP code. •Custom Post Types need their own templates to make the most of their functionality. Many themes and plugins use custom post types + templates. CLARE@GREENBEE-WEB.COM 31
  • 32. Where to learn or get help Tutorials: http://codex.wordpress.org/WordPress_Lessons Documentation: http://codex.wordpress.org Support forums: http://wordpress.org/support/ Videos: http://wordpress.tv/ From the community at MeetUps and WordCamp CLARE@GREENBEE-WEB.COM 32
  • 33. Join the WordPress community Local MeetUps http://www.meetup.com/Chicago-WordPress-Meetup/ http://www.meetup.com/wordpress-lake-county/ http://www.meetup.com/Chicago-NW-Suburbs-WordPress-Meetup/ http://www.meetup.com/WordPress-Aurora/ WordCamp Chicago http://2013.chicago.wordcamp.org/ CLARE@GREENBEE-WEB.COM 33
  • 34. Thanks! CLARE PARKINSON CLARE@GREENBEE -WEB.COM, @CLAREPARKINSON WWW.GREENBEE-WEB.COM, @GREENBEEWEB HTTP://WWW.SLIDESHARE.NET/CLAREPARKINSON/GETTING -INTOWORDPRESS CLARE@GREENBEE-WEB.COM 34