SlideShare ist ein Scribd-Unternehmen logo
1 von 55
Downloaden Sie, um offline zu lesen
WordPress for Content Creators
"Only floss the teeth you want
when you're 60."
Yes, he was tall too
WordPress for Content Creators
WELCOME
Welcome
WordPress for Content Creators
ABOUT MIKE
Web Developer, WordPress Specialist, WP Site
Management
CodenameMikeD.com
yes I'm also sooooo clever
About Mike
WordPress for Content Creators
ALSO
Haven't had a public speaking gig in a while
Kinda nervous
Be Gentle
WordPress for Content Creators
ALSO ALSO
This is all IMNSHO
as you will see :)
WordPress for Content Creators
Let's Get Started
WordPress for Content Creators
HOW MANY OFYOU HAVE SEENTHIS?
OMG
WordPress for Content Creators
OMG Again
OMG! WHAT DO I DO!?!
WordPress for Content Creators
OMG! WHAT DOYOU DO?!?
• Panic
• Scared to break stuff, so ignore
• Too busy to figure it out, so ignore
• Dunno what it means so ignore
OMG Again Again
WordPress for Content Creators
Don't lose your head
WordPress for Content Creators
THISTALK WILL COVER
• How to update stuff
• Other stuff to know about updates
Stuff happens
WordPress for Content Creators
TL;DL
Updates
• Do them when you see they are available
• Leave Automatic Updates on
In case you fall asleep
WordPress for Content Creators
THATS IT!
j/k
WordPress for Content Creators
Lets roll
WordPress for Content Creators
WHYYOU NEEDTO KNOWTHIS
Two major benefits of updating
• Improve security 

Updates fix minor and serious security problems (this is the big
one)
• Improve usability: 

Updates add new features and fix minor annoyances (bugs)
Updates / Why
WordPress for Content Creators
A BIT ABOUTVERSION NUMBERS
Version numbers are an easy way to see how current
your software is
• Further away from current = more out of date
• All software uses a version number
• You all already know what these look like
Aside / Version Numbers 1
WordPress for Content Creators
Buy your own MAMP serial number
WordPress for Content Creators
HOW ALMOST EVERYTHING OTHER
THAN WORDPRESS WORKS
Three Number Format: a.b.c
a = Major version number

Major potential changes: new code/UI, new functionality, possible breaking
changes
b = Minor version

Minor potential changes: typically bug fixes to existing code; usually safe
c =Very minor version, or 'revision'

Typically minor changes to a single issue, or a focussed security fix; usually
safe and recommended
General Guidelines Only,YMMV
WordPress for Content Creators
Straightforward
WordPress for Content Creators
HOW WORDPRESS WORKS
Three Number Format, but different meaning: a.b.c
a.b = Major version number

Major potential changes: new code/UI, new
functionality, but very rarely breaking changes
c = Minor version, or 'revision'

Typically minor changes to a single issue, or a focussed
security fix; usually safe and recommended
WordPress for Content Creators
WordPress for Content Creators
KEY DIFFERENCES
• With plugins, first number is major
• With WordPress, first two numbers are major
• With plugins, 2.9 to 3.0 is usually a major change
• With Wordpress, 2.9 to 3.0 is no different than 3.1 to 3.2
WordPress for Content Creators
SAID ANOTHER WAY
Feature Updates
• usually change they way it looks and/or works
• may contain updates requiring config changes
• usually means that previous major versions will no
longer get minor/security updates (except WP itself)
IOW
WordPress for Content Creators
SAID ANOTHER WAY
Security Updates
• usually a minor version or revision number
• usually more frequent
• usually very important
IOW
WordPress for Content Creators
QUESTIONS?
Hit me
WordPress for Content Creators
THINGSTHAT CAN BE UPDATED
WordPress itself
Plugins
Themes
trifecta of terror
WordPress for Content Creators
WORDPRESS UPDATES
The most important updates to perform
WP mantra is backwards compatibility so they are safe
Just do them
Don't argue corner cases, just do it
WordPress for Content Creators
HOW TO UPDATE WP
Two Ways
Automatic
Manual
or git..or wp-cli...or...
WordPress for Content Creators
THE DREADED DATABASE
UPDATE SCREEN
If you see this, do not freak out
This is now known as the "freakout slide"
WordPress for Content Creators
AUTOMATIC WP UPDATES
• Minor updates (i.e., 4.2.1 to 4.2.2) are applied
automatically unless you have turned that off
• Do not disable unless you have a damn good
reason to because they are usually security related
• How to disable? I'm not going to tell you
*koff*google*koff*
WordPress for Content Creators
AUTOMATIC WP UPDATES
• If you log in and see the Dreaded Database
Update screen, do not freak out (see freakout slide)
• It means things are working and an update was
automatically applied while you were off having a
life
This is a good thing
WordPress for Content Creators
MANUAL WP UPDATES
• Major updates (i.e., 4.1 to 4.2) must be done
manually unless you turn that feature on manually
• May involve a DB update; see freakout slide
• You'll be notified via a nag and a red circle
*koff*google*koff*
WordPress for Content Creators
It's subtle but it's there
WordPress for Content Creators
WP UPDATE DEMO
Part A
WordPress for Content Creators
QUESTIONS?
Hit me
WordPress for Content Creators
UPDATING PLUGINS
You will do this a lot
WordPress for Content Creators
HOW DO YOU KNOW A PLUGIN
NEEDS UPDATING?
that's how
WordPress for Content Creators
PLUGIN TYPES
• Free
• Freemium (free part and a paid part)
• Paid
WordPress for Content Creators
UPDATING PLUGINS
Two Choices
1. Use the WP System

This is the correct answer 98% of the time
2. Use some other method

This is for Paid plugins that have special
requirements; vendor will provide
instructions; no demo
WordPress for Content Creators
PLUGIN UPDATE DEMO
Part C
WordPress for Content Creators
QUESTIONS?
Hit me
WordPress for Content Creators
UPDATING THEMES
pretty
WordPress for Content Creators
WHAT IS A THEME?
WordPress 'skin'
Changes the look and feel of your site
Sometimes they add functionality
Zillions of them
WordPress for Content Creators
WHERE ARE MY THEMES?
Under the Appearance menu
There they are
WordPress for Content Creators
HOW DO YOU KNOW A THEME
NEEDS UPDATING?
Depends
WP Default theme updates show up in the WP
update system
For everything else it depends, but usually involves
you getting an email and uploading the theme files
manually. Follow the supplied instructions.
Check your spam folder
WordPress for Content Creators
IF I UPDATE MY THEME, WILL I
LOSE MY DESIGN SETTINGS?
Probably not
• If you edited the theme files manually in any way, then yes you will lose
those changes and possibly break stuff
- moral is don't edit your theme, not don't update
• If you didn't, you're probably safe
- IANAL
• If in doubt, ask the theme developer or read the readme file that came
with it
google child themes
WordPress for Content Creators
QUESTIONS?
Hit me
WordPress for Content Creators
UPDATE NUGGETS
Tips to store away in your brain
Cliff Clavin time
WordPress for Content Creators
NUGGET #1: PLUGINS INCLUDED WITHTHEMES
ARE NOTTREATED LIKE OTHER PLUGINS
• Some themes include plugins baked in
• They are not treated as actual plugins:
• Not monitored for updates
• Cannot be updated using the WP Update system
• Do not show up on Plugins page
• To update, get help, ask the author, or change theme
I'm looking at you,Avada
WordPress for Content Creators
NUGGET #2: MU-PLUGINS ARE NOT
TREATED LIKE OTHER PLUGINS
• mu = "Must-Use" = important plugins that are always
enabled and cannot be disabled using the admin screens
• These must be manually updated in a specific way
• If you have any of these, they were put there purposefully by
someone, so ask them how to update
You'll know it if you have them
WordPress for Content Creators
NUGGET #3: UPDATING PARENT AND
CHILDTHEMES
From the WP Codex: "A child theme is a theme that inherits the
functionality and styling of another theme, called the parent theme. Child
themes are the recommended way of modifying an existing theme."
• If you update the

parent theme, the

changes in the 

child theme are 

usually safe
IANAL
WordPress for Content Creators
NUGGET #4: DON'T DELETE THE
DEFAULT THEME
• TwentyFifteen,TwentyFourteen, etc
• If something goes really wrong with your theme,WP
will look for one of these defaults instead
• Keep at least one of them
They aren't hurting anything
WordPress for Content Creators
QUESTIONS?
Hit me
WordPress for Content Creators
TL;DL
Updates
• Do them when you see they are available
• Leave Automatic Updates on
In case you fell asleep
WordPress for Content Creators
THANKS
Remember to floss
TIA

Weitere ähnliche Inhalte

Was ist angesagt?

WordPress best practices by billrice
WordPress best practices by billriceWordPress best practices by billrice
WordPress best practices by billriceRiceDesign
 
Blogging Presentation
Blogging PresentationBlogging Presentation
Blogging Presentationajaymehta
 
15 Essential WordPress Plugins (and 5 That Will Just Blow Your Mind)
15 Essential WordPress Plugins (and 5 That Will Just Blow Your Mind)15 Essential WordPress Plugins (and 5 That Will Just Blow Your Mind)
15 Essential WordPress Plugins (and 5 That Will Just Blow Your Mind)Mykl Roventine
 
WordPress media library - Going Outside the Instructionsmedia library
WordPress media library - Going Outside the Instructionsmedia libraryWordPress media library - Going Outside the Instructionsmedia library
WordPress media library - Going Outside the Instructionsmedia libraryEasily Amused, Inc. & The WP Valet
 
Setting up a Blog with WordPress.com
Setting up a Blog with WordPress.comSetting up a Blog with WordPress.com
Setting up a Blog with WordPress.comEileen Lonergan
 
Word press guide_-_makeuseof.com
Word press guide_-_makeuseof.comWord press guide_-_makeuseof.com
Word press guide_-_makeuseof.comTan Pham
 
WordPress Meetup Bandung - December 2014
WordPress Meetup Bandung - December 2014WordPress Meetup Bandung - December 2014
WordPress Meetup Bandung - December 2014Fikri Rasyid
 
Setting up a blog with WordPress.com Jan 2014 Class
Setting up a blog with WordPress.com Jan 2014 ClassSetting up a blog with WordPress.com Jan 2014 Class
Setting up a blog with WordPress.com Jan 2014 ClassEileen Lonergan
 
Word press for beginners lesson 3 jalc fall 2015
Word press for beginners lesson 3 jalc fall 2015Word press for beginners lesson 3 jalc fall 2015
Word press for beginners lesson 3 jalc fall 2015Michele Butcher-Jones
 
Adding Images and Video to WordPress
Adding Images and Video to WordPress Adding Images and Video to WordPress
Adding Images and Video to WordPress Eileen Lonergan
 
How To Choose A Theme
How To Choose A ThemeHow To Choose A Theme
How To Choose A ThemeNicky Pink
 
Creating a Website with WordPress.org
Creating a Website with WordPress.orgCreating a Website with WordPress.org
Creating a Website with WordPress.orgEileen Lonergan
 
Auckland WordPress Meetup - Question and Answers
Auckland WordPress Meetup - Question and AnswersAuckland WordPress Meetup - Question and Answers
Auckland WordPress Meetup - Question and AnswersTarei King
 
What to include in a boilerplate theme
What to include in a boilerplate themeWhat to include in a boilerplate theme
What to include in a boilerplate themeTim Brown
 
Unrestricted plr advance word press mastery kit
Unrestricted plr advance word press mastery kitUnrestricted plr advance word press mastery kit
Unrestricted plr advance word press mastery kitjad tahouri
 
Creating a self hosted wordpress website from scratch
Creating a self hosted wordpress website from scratchCreating a self hosted wordpress website from scratch
Creating a self hosted wordpress website from scratchNeil Kearney
 
Word press 3 @ wordcamp
Word press 3 @ wordcampWord press 3 @ wordcamp
Word press 3 @ wordcampTris Hussey
 
WordPress Insider Meetup Group - Jan, 7, 2016 meeting
WordPress Insider Meetup Group - Jan, 7,  2016 meetingWordPress Insider Meetup Group - Jan, 7,  2016 meeting
WordPress Insider Meetup Group - Jan, 7, 2016 meetingMichelle Castillo
 
NJ Videographers Association - Build an amazing website - WordPress
NJ Videographers Association - Build an amazing website - WordPressNJ Videographers Association - Build an amazing website - WordPress
NJ Videographers Association - Build an amazing website - WordPressGabriela Levit
 

Was ist angesagt? (20)

WordPress best practices by billrice
WordPress best practices by billriceWordPress best practices by billrice
WordPress best practices by billrice
 
Blogging Presentation
Blogging PresentationBlogging Presentation
Blogging Presentation
 
Using Wordpress for Internet Publishing
Using Wordpress for Internet PublishingUsing Wordpress for Internet Publishing
Using Wordpress for Internet Publishing
 
15 Essential WordPress Plugins (and 5 That Will Just Blow Your Mind)
15 Essential WordPress Plugins (and 5 That Will Just Blow Your Mind)15 Essential WordPress Plugins (and 5 That Will Just Blow Your Mind)
15 Essential WordPress Plugins (and 5 That Will Just Blow Your Mind)
 
WordPress media library - Going Outside the Instructionsmedia library
WordPress media library - Going Outside the Instructionsmedia libraryWordPress media library - Going Outside the Instructionsmedia library
WordPress media library - Going Outside the Instructionsmedia library
 
Setting up a Blog with WordPress.com
Setting up a Blog with WordPress.comSetting up a Blog with WordPress.com
Setting up a Blog with WordPress.com
 
Word press guide_-_makeuseof.com
Word press guide_-_makeuseof.comWord press guide_-_makeuseof.com
Word press guide_-_makeuseof.com
 
WordPress Meetup Bandung - December 2014
WordPress Meetup Bandung - December 2014WordPress Meetup Bandung - December 2014
WordPress Meetup Bandung - December 2014
 
Setting up a blog with WordPress.com Jan 2014 Class
Setting up a blog with WordPress.com Jan 2014 ClassSetting up a blog with WordPress.com Jan 2014 Class
Setting up a blog with WordPress.com Jan 2014 Class
 
Word press for beginners lesson 3 jalc fall 2015
Word press for beginners lesson 3 jalc fall 2015Word press for beginners lesson 3 jalc fall 2015
Word press for beginners lesson 3 jalc fall 2015
 
Adding Images and Video to WordPress
Adding Images and Video to WordPress Adding Images and Video to WordPress
Adding Images and Video to WordPress
 
How To Choose A Theme
How To Choose A ThemeHow To Choose A Theme
How To Choose A Theme
 
Creating a Website with WordPress.org
Creating a Website with WordPress.orgCreating a Website with WordPress.org
Creating a Website with WordPress.org
 
Auckland WordPress Meetup - Question and Answers
Auckland WordPress Meetup - Question and AnswersAuckland WordPress Meetup - Question and Answers
Auckland WordPress Meetup - Question and Answers
 
What to include in a boilerplate theme
What to include in a boilerplate themeWhat to include in a boilerplate theme
What to include in a boilerplate theme
 
Unrestricted plr advance word press mastery kit
Unrestricted plr advance word press mastery kitUnrestricted plr advance word press mastery kit
Unrestricted plr advance word press mastery kit
 
Creating a self hosted wordpress website from scratch
Creating a self hosted wordpress website from scratchCreating a self hosted wordpress website from scratch
Creating a self hosted wordpress website from scratch
 
Word press 3 @ wordcamp
Word press 3 @ wordcampWord press 3 @ wordcamp
Word press 3 @ wordcamp
 
WordPress Insider Meetup Group - Jan, 7, 2016 meeting
WordPress Insider Meetup Group - Jan, 7,  2016 meetingWordPress Insider Meetup Group - Jan, 7,  2016 meeting
WordPress Insider Meetup Group - Jan, 7, 2016 meeting
 
NJ Videographers Association - Build an amazing website - WordPress
NJ Videographers Association - Build an amazing website - WordPressNJ Videographers Association - Build an amazing website - WordPress
NJ Videographers Association - Build an amazing website - WordPress
 

Ähnlich wie WordCamp Ottawa 2016: Updates

WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop   WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop Ella J Designs
 
WordPress Plugins and Security
WordPress Plugins and SecurityWordPress Plugins and Security
WordPress Plugins and SecurityThink Media Inc.
 
After the install
After the installAfter the install
After the installAl Davis
 
Debugging WordPress for Site Owners
Debugging WordPress for Site OwnersDebugging WordPress for Site Owners
Debugging WordPress for Site OwnersAndrew Wikel
 
Everything WordPress
Everything WordPressEverything WordPress
Everything WordPressEric Myers
 
Maintaining Retainers as a WordPress Developer
Maintaining Retainers as a WordPress DeveloperMaintaining Retainers as a WordPress Developer
Maintaining Retainers as a WordPress DeveloperDevinVinson
 
What is WordPress and Why Is Everyone Talking About it
What is WordPress and Why Is Everyone Talking About itWhat is WordPress and Why Is Everyone Talking About it
What is WordPress and Why Is Everyone Talking About itBobWP.com
 
Emergency WordPress Troubleshooting
Emergency WordPress TroubleshootingEmergency WordPress Troubleshooting
Emergency WordPress TroubleshootingTiffany Bridge
 
Your first word press site
Your first word press siteYour first word press site
Your first word press siteMarc Gratch
 
What Is WordPress and Why Is Everyone Talking About It?
What Is WordPress and Why Is Everyone Talking About It?What Is WordPress and Why Is Everyone Talking About It?
What Is WordPress and Why Is Everyone Talking About It?BobWP.com
 
Battling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support TaleBattling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support TaleKayleigh Thorpe
 
Managing WordPress Websites - Training Course - Feb 2015
Managing WordPress Websites - Training Course - Feb 2015Managing WordPress Websites - Training Course - Feb 2015
Managing WordPress Websites - Training Course - Feb 2015John A. Walsh
 
Build the Perfect WordPress Website
Build the Perfect WordPress WebsiteBuild the Perfect WordPress Website
Build the Perfect WordPress WebsiteSinergia Labs
 
WordCamp Ireland - 40 tips for WordPress Optimization
WordCamp Ireland - 40 tips for WordPress OptimizationWordCamp Ireland - 40 tips for WordPress Optimization
WordCamp Ireland - 40 tips for WordPress OptimizationJoost de Valk
 

Ähnlich wie WordCamp Ottawa 2016: Updates (20)

CALM Wordpress 102
CALM Wordpress 102CALM Wordpress 102
CALM Wordpress 102
 
WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop   WordCamp RI 2015 - Beginner WordPress Workshop
WordCamp RI 2015 - Beginner WordPress Workshop
 
WordPress Plugins and Security
WordPress Plugins and SecurityWordPress Plugins and Security
WordPress Plugins and Security
 
After the install
After the installAfter the install
After the install
 
Debugging WordPress for Site Owners
Debugging WordPress for Site OwnersDebugging WordPress for Site Owners
Debugging WordPress for Site Owners
 
937079
937079937079
937079
 
Everything WordPress
Everything WordPressEverything WordPress
Everything WordPress
 
Maintaining Retainers as a WordPress Developer
Maintaining Retainers as a WordPress DeveloperMaintaining Retainers as a WordPress Developer
Maintaining Retainers as a WordPress Developer
 
I Have My WordPress Site Now What?
I Have My WordPress Site Now What?I Have My WordPress Site Now What?
I Have My WordPress Site Now What?
 
Customizing WordPress Themes
Customizing WordPress ThemesCustomizing WordPress Themes
Customizing WordPress Themes
 
What is WordPress and Why Is Everyone Talking About it
What is WordPress and Why Is Everyone Talking About itWhat is WordPress and Why Is Everyone Talking About it
What is WordPress and Why Is Everyone Talking About it
 
Wcto2014
Wcto2014Wcto2014
Wcto2014
 
Emergency WordPress Troubleshooting
Emergency WordPress TroubleshootingEmergency WordPress Troubleshooting
Emergency WordPress Troubleshooting
 
Your first word press site
Your first word press siteYour first word press site
Your first word press site
 
What Is WordPress and Why Is Everyone Talking About It?
What Is WordPress and Why Is Everyone Talking About It?What Is WordPress and Why Is Everyone Talking About It?
What Is WordPress and Why Is Everyone Talking About It?
 
Battling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support TaleBattling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support Tale
 
Managing WordPress Websites - Training Course - Feb 2015
Managing WordPress Websites - Training Course - Feb 2015Managing WordPress Websites - Training Course - Feb 2015
Managing WordPress Websites - Training Course - Feb 2015
 
Build the Perfect WordPress Website
Build the Perfect WordPress WebsiteBuild the Perfect WordPress Website
Build the Perfect WordPress Website
 
WordCamp Ireland - 40 tips for WordPress Optimization
WordCamp Ireland - 40 tips for WordPress OptimizationWordCamp Ireland - 40 tips for WordPress Optimization
WordCamp Ireland - 40 tips for WordPress Optimization
 
How to Set Up a WordPress Blog for Your Business
How to Set Up a WordPress Blog for Your BusinessHow to Set Up a WordPress Blog for Your Business
How to Set Up a WordPress Blog for Your Business
 

Kürzlich hochgeladen

Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 

Kürzlich hochgeladen (20)

Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 

WordCamp Ottawa 2016: Updates

  • 1. WordPress for Content Creators "Only floss the teeth you want when you're 60." Yes, he was tall too
  • 2. WordPress for Content Creators WELCOME Welcome
  • 3. WordPress for Content Creators ABOUT MIKE Web Developer, WordPress Specialist, WP Site Management CodenameMikeD.com yes I'm also sooooo clever About Mike
  • 4. WordPress for Content Creators ALSO Haven't had a public speaking gig in a while Kinda nervous Be Gentle
  • 5. WordPress for Content Creators ALSO ALSO This is all IMNSHO as you will see :)
  • 6. WordPress for Content Creators Let's Get Started
  • 7. WordPress for Content Creators HOW MANY OFYOU HAVE SEENTHIS? OMG
  • 8. WordPress for Content Creators OMG Again OMG! WHAT DO I DO!?!
  • 9. WordPress for Content Creators OMG! WHAT DOYOU DO?!? • Panic • Scared to break stuff, so ignore • Too busy to figure it out, so ignore • Dunno what it means so ignore OMG Again Again
  • 10. WordPress for Content Creators Don't lose your head
  • 11. WordPress for Content Creators THISTALK WILL COVER • How to update stuff • Other stuff to know about updates Stuff happens
  • 12. WordPress for Content Creators TL;DL Updates • Do them when you see they are available • Leave Automatic Updates on In case you fall asleep
  • 13. WordPress for Content Creators THATS IT! j/k
  • 14. WordPress for Content Creators Lets roll
  • 15. WordPress for Content Creators WHYYOU NEEDTO KNOWTHIS Two major benefits of updating • Improve security 
 Updates fix minor and serious security problems (this is the big one) • Improve usability: 
 Updates add new features and fix minor annoyances (bugs) Updates / Why
  • 16. WordPress for Content Creators A BIT ABOUTVERSION NUMBERS Version numbers are an easy way to see how current your software is • Further away from current = more out of date • All software uses a version number • You all already know what these look like Aside / Version Numbers 1
  • 17. WordPress for Content Creators Buy your own MAMP serial number
  • 18. WordPress for Content Creators HOW ALMOST EVERYTHING OTHER THAN WORDPRESS WORKS Three Number Format: a.b.c a = Major version number
 Major potential changes: new code/UI, new functionality, possible breaking changes b = Minor version
 Minor potential changes: typically bug fixes to existing code; usually safe c =Very minor version, or 'revision'
 Typically minor changes to a single issue, or a focussed security fix; usually safe and recommended General Guidelines Only,YMMV
  • 19. WordPress for Content Creators Straightforward
  • 20. WordPress for Content Creators HOW WORDPRESS WORKS Three Number Format, but different meaning: a.b.c a.b = Major version number
 Major potential changes: new code/UI, new functionality, but very rarely breaking changes c = Minor version, or 'revision'
 Typically minor changes to a single issue, or a focussed security fix; usually safe and recommended
  • 22. WordPress for Content Creators KEY DIFFERENCES • With plugins, first number is major • With WordPress, first two numbers are major • With plugins, 2.9 to 3.0 is usually a major change • With Wordpress, 2.9 to 3.0 is no different than 3.1 to 3.2
  • 23. WordPress for Content Creators SAID ANOTHER WAY Feature Updates • usually change they way it looks and/or works • may contain updates requiring config changes • usually means that previous major versions will no longer get minor/security updates (except WP itself) IOW
  • 24. WordPress for Content Creators SAID ANOTHER WAY Security Updates • usually a minor version or revision number • usually more frequent • usually very important IOW
  • 25. WordPress for Content Creators QUESTIONS? Hit me
  • 26. WordPress for Content Creators THINGSTHAT CAN BE UPDATED WordPress itself Plugins Themes trifecta of terror
  • 27. WordPress for Content Creators WORDPRESS UPDATES The most important updates to perform WP mantra is backwards compatibility so they are safe Just do them Don't argue corner cases, just do it
  • 28. WordPress for Content Creators HOW TO UPDATE WP Two Ways Automatic Manual or git..or wp-cli...or...
  • 29. WordPress for Content Creators THE DREADED DATABASE UPDATE SCREEN If you see this, do not freak out This is now known as the "freakout slide"
  • 30. WordPress for Content Creators AUTOMATIC WP UPDATES • Minor updates (i.e., 4.2.1 to 4.2.2) are applied automatically unless you have turned that off • Do not disable unless you have a damn good reason to because they are usually security related • How to disable? I'm not going to tell you *koff*google*koff*
  • 31. WordPress for Content Creators AUTOMATIC WP UPDATES • If you log in and see the Dreaded Database Update screen, do not freak out (see freakout slide) • It means things are working and an update was automatically applied while you were off having a life This is a good thing
  • 32. WordPress for Content Creators MANUAL WP UPDATES • Major updates (i.e., 4.1 to 4.2) must be done manually unless you turn that feature on manually • May involve a DB update; see freakout slide • You'll be notified via a nag and a red circle *koff*google*koff*
  • 33. WordPress for Content Creators It's subtle but it's there
  • 34. WordPress for Content Creators WP UPDATE DEMO Part A
  • 35. WordPress for Content Creators QUESTIONS? Hit me
  • 36. WordPress for Content Creators UPDATING PLUGINS You will do this a lot
  • 37. WordPress for Content Creators HOW DO YOU KNOW A PLUGIN NEEDS UPDATING? that's how
  • 38. WordPress for Content Creators PLUGIN TYPES • Free • Freemium (free part and a paid part) • Paid
  • 39. WordPress for Content Creators UPDATING PLUGINS Two Choices 1. Use the WP System
 This is the correct answer 98% of the time 2. Use some other method
 This is for Paid plugins that have special requirements; vendor will provide instructions; no demo
  • 40. WordPress for Content Creators PLUGIN UPDATE DEMO Part C
  • 41. WordPress for Content Creators QUESTIONS? Hit me
  • 42. WordPress for Content Creators UPDATING THEMES pretty
  • 43. WordPress for Content Creators WHAT IS A THEME? WordPress 'skin' Changes the look and feel of your site Sometimes they add functionality Zillions of them
  • 44. WordPress for Content Creators WHERE ARE MY THEMES? Under the Appearance menu There they are
  • 45. WordPress for Content Creators HOW DO YOU KNOW A THEME NEEDS UPDATING? Depends WP Default theme updates show up in the WP update system For everything else it depends, but usually involves you getting an email and uploading the theme files manually. Follow the supplied instructions. Check your spam folder
  • 46. WordPress for Content Creators IF I UPDATE MY THEME, WILL I LOSE MY DESIGN SETTINGS? Probably not • If you edited the theme files manually in any way, then yes you will lose those changes and possibly break stuff - moral is don't edit your theme, not don't update • If you didn't, you're probably safe - IANAL • If in doubt, ask the theme developer or read the readme file that came with it google child themes
  • 47. WordPress for Content Creators QUESTIONS? Hit me
  • 48. WordPress for Content Creators UPDATE NUGGETS Tips to store away in your brain Cliff Clavin time
  • 49. WordPress for Content Creators NUGGET #1: PLUGINS INCLUDED WITHTHEMES ARE NOTTREATED LIKE OTHER PLUGINS • Some themes include plugins baked in • They are not treated as actual plugins: • Not monitored for updates • Cannot be updated using the WP Update system • Do not show up on Plugins page • To update, get help, ask the author, or change theme I'm looking at you,Avada
  • 50. WordPress for Content Creators NUGGET #2: MU-PLUGINS ARE NOT TREATED LIKE OTHER PLUGINS • mu = "Must-Use" = important plugins that are always enabled and cannot be disabled using the admin screens • These must be manually updated in a specific way • If you have any of these, they were put there purposefully by someone, so ask them how to update You'll know it if you have them
  • 51. WordPress for Content Creators NUGGET #3: UPDATING PARENT AND CHILDTHEMES From the WP Codex: "A child theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child themes are the recommended way of modifying an existing theme." • If you update the
 parent theme, the
 changes in the 
 child theme are 
 usually safe IANAL
  • 52. WordPress for Content Creators NUGGET #4: DON'T DELETE THE DEFAULT THEME • TwentyFifteen,TwentyFourteen, etc • If something goes really wrong with your theme,WP will look for one of these defaults instead • Keep at least one of them They aren't hurting anything
  • 53. WordPress for Content Creators QUESTIONS? Hit me
  • 54. WordPress for Content Creators TL;DL Updates • Do them when you see they are available • Leave Automatic Updates on In case you fell asleep
  • 55. WordPress for Content Creators THANKS Remember to floss TIA