SlideShare uma empresa Scribd logo
1 de 35
Baixar para ler offline
Troubleshoo*ng	
  WordPress	
  
Common	
  Issues,	
  Customiza/on,	
  Import/Export	
  
2014	
  WordCamp	
  Miami	
  
Presented	
  by:	
  Gabriela	
  Levit	
  
Glevit@JacarandaTech.com	
  
@JacarandaTech	
  
hCp://JacarandaTech.com	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Before	
  We	
  Start	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
• 	
  Taking	
  notes	
  is	
  op/onal	
  -­‐	
  I	
  will	
  post	
  the	
  slides	
  
• 	
  Please	
  ask	
  ques/ons.	
  Chances	
  are	
  others	
  have	
  the	
  
same	
  ques/on	
  as	
  you.	
  
• 	
  If	
  you	
  think	
  of	
  a	
  ques/on	
  aTer	
  the	
  presenta/on,	
  
please	
  feel	
  free	
  to	
  contact	
  me	
  any	
  /me.	
  
• 	
  Feedback:	
  Please	
  let	
  me	
  know	
  how	
  I	
  did	
  or	
  any	
  
sugges/ons.	
  
Topics	
  Covered	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
! General	
  Troubleshoo/ng	
  Tips	
  
! Fixing	
  Common	
  WordPress	
  Issues	
  
! Customiza/on	
  
! Import/Export	
  Tools	
  
! Resources	
  
General	
  Troubleshoo/ng	
  Tips	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
! Take	
  a	
  deep	
  breath	
  
! Write	
  down	
  the	
  exact	
  
error	
  message,	
  what	
  
you	
  changed	
  &	
  
theme/plugin	
  name	
  
Fixing	
  Common	
  WordPress	
  Issues	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Syntax	
  Errors	
  –	
  OTen	
  when	
  you	
  copy	
  &	
  
paste	
  code	
  from	
  another	
  site.	
  
Eg.	
  Parse	
  error:	
  syntax	
  error	
  …	
  /wp-­‐
content/plugins/newplugin/
newplugin.php	
  on	
  line	
  145	
  
Syntax	
  Errors	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Error	
  message	
  tells	
  you	
  which	
  file	
  
has	
  an	
  error	
  &	
  the	
  line	
  number:	
  
! If	
  you	
  just	
  copied	
  &	
  pasted,	
  access	
  
file	
  via	
  FTP	
  &	
  remove	
  the	
  code	
  	
  
Understanding	
  Syntax	
  Errors	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Common	
  Syntax	
  Error	
  Causes:	
  
! Missing	
  or	
  extra	
  php	
  tags	
  	
  
! Missing	
  or	
  extra	
  semi-­‐colons	
  or	
  
curly	
  braces	
  
Properly	
  Pas/ng	
  Code	
  Snippets	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
! Remove	
  open/close	
  tags	
  from	
  code	
  
snippet	
  before	
  pas/ng	
  into	
  exis/ng	
  
code	
  
! Don’t	
  place	
  open/close	
  PHP	
  tags	
  
inside	
  other	
  open/close	
  tags.	
  
Properly	
  Pas/ng	
  Code	
  Snippets	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
PHP	
  code	
  much	
  be	
  enclosed	
  by	
  	
  	
  
open/close	
  tags.	
  
Properly	
  Pas/ng	
  Code	
  Snippets	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
This	
  is	
  correct	
  too.	
  
Properly	
  Pas/ng	
  Code	
  Snippets	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Incorrect	
  
Blank	
  Screen	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
A.k.a.	
  “White	
  Screen	
  of	
  Death”	
  
Possible	
  Causes:	
  
! Syntax	
  errors	
  in	
  your	
  theme	
  or	
  
plugin	
  
! WordPress	
  Out	
  of	
  Memory	
  
! Web	
  Site	
  Host	
  Issue	
  
Diagnosing	
  Blank	
  Screen	
  Issues	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
All	
  your	
  domains/sites	
  with	
  current	
  
hos/ng	
  company	
  or	
  just	
  one?	
  
! If	
  all	
  your	
  sites,	
  issue	
  likely	
  with	
  
your	
  host	
  
! Otherwise,	
  likely	
  an	
  issue	
  with	
  
your	
  theme	
  or	
  a	
  plugin	
  
Diagnosing	
  Blank	
  Screen	
  Issues	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Only	
  a	
  single	
  post	
  or	
  page?	
  
! Definitely	
  an	
  issue	
  with	
  your	
  site	
  
Fixing	
  Blank	
  Screen	
  Issues	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Out	
  of	
  memory?	
  
! Increase	
  WordPress	
  PHP	
  limit	
  
Fixing	
  Blank	
  Screen	
  Issues	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Didn’t	
  help	
  or	
  memory	
  limit	
  
already	
  high?	
  
! Rename	
  plugins	
  folder	
  to	
  disable	
  
all	
  plugins	
  
Fixing	
  Blank	
  Screen	
  Issues	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
If	
  that	
  fixed	
  it:	
  
! 	
  Re-­‐ac/vate	
  plugins	
  one	
  at	
  a	
  /me	
  
un/l	
  you	
  figure	
  out	
  which	
  one	
  is	
  
causing	
  the	
  problem	
  
Fixing	
  Blank	
  Screen	
  Issues	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Disabling	
  plugins	
  didn’t	
  fix	
  it?	
  
! 	
  Switch	
  to	
  a	
  default	
  theme	
  
Fixing	
  Blank	
  Screen	
  Issues	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
If	
  that	
  fixed	
  it,	
  you	
  theme’s	
  
fuc/ons.php	
  likely	
  the	
  cause:	
  
! 	
  Remove	
  extra	
  spaces	
  at	
  the	
  
boCom	
  
! Replace	
  poorly	
  wriCen	
  code	
  
500	
  Internal	
  Server	
  Error	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
! Something	
  is	
  wrong	
  but	
  the	
  server	
  
can’t	
  iden/fy	
  the	
  issue.	
  
! Not	
  necessarily	
  related	
  to	
  WordPress	
  
500	
  Internal	
  Server	
  Error	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Possible	
  Causes:	
  
! Theme	
  or	
  Plugin	
  Code	
  
! Corrupt	
  .htaccess	
  File	
  (controls	
  
permalinks)	
  
! PHP	
  memory	
  limits	
  
500	
  Internal	
  Server	
  Error	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Troubleshoo/ng	
  (part	
  1):	
  	
  
Check	
  for	
  corrupt	
  .htaccess	
  file:	
  
1.  Rename	
  &	
  refresh	
  site	
  to	
  see	
  if	
  that	
  
fixes	
  
2.  If	
  it	
  did:	
  Click	
  on	
  Sehngs	
  >	
  
Permalinks	
  to	
  generate	
  a	
  
new	
  .htaccess	
  
500	
  Internal	
  Server	
  Error	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Troubleshoo/ng	
  (part	
  2):	
  	
  
! If	
  re-­‐genera/ng	
  .htaccess	
  file	
  didn’t	
  
work,	
  follow	
  same	
  steps	
  as	
  for	
  fixing	
  	
  
blank	
  screen	
  issues.	
  
Customiza/on:	
  Widgets	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
! Content	
  Added	
  To	
  The	
  Sidebars	
  
! Drag	
  &	
  Drop	
  Interface	
  
! Widget	
  Types:	
  Category	
  Lists,	
  Tag	
  
Clouds,	
  Social	
  Media	
  Feeds,	
  
Naviga/on,	
  Search	
  
Customiza/on:	
  Widgets	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
New	
  Widget	
  Customizer	
  -­‐	
  Step	
  1	
  
Customiza/on:	
  Widgets	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
New	
  Widget	
  Customizer	
  –	
  Step	
  2	
  
Customiza/on:	
  Menus	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
WordPress	
  Supports	
  Mul/ple	
  Menus	
  
! Loca/ons	
  Controlled	
  by	
  the	
  Theme	
  
! Doesn’t	
  Require	
  Code	
  
! Menu	
  items	
  can	
  include	
  Pages,	
  Posts,	
  
Categories,	
  Tags,	
  Etc.	
  
Crea/ng	
  Menus	
  	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Tools:	
  Import/Export	
  Content	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
! To/From	
  WordPress	
  Web	
  Sites	
  
! Download	
  &	
  Ac/vate	
  Plugin	
  First	
  
! Can	
  import	
  from	
  Blogger,	
  Movable	
  
Type	
  and	
  Others	
  
! Choose	
  Pages,	
  Posts	
  &	
  Custom	
  Types	
  
Tools:	
  Import/Export	
  Content	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
	
  Step	
  1	
  –	
  Install	
  Importer	
  Plugin	
  
Tools:	
  Import/Export	
  Content	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Tools:	
  Import/Export	
  Content	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
	
  Step	
  2	
  –	
  Import/Export	
  Content	
  
Resources	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
Official	
  WordPress	
  Documenta*on	
  
hCp://codex.wordpress.org/	
  
Tutorials	
  &	
  Reference	
  
hCp://www.wpbeginner.com/	
  
hCp://code.tutsplus.com/series/wp101-­‐basix-­‐training-­‐-­‐
wp-­‐20968	
  
FTP	
  Clients	
  
FileZilla:	
  hCps://filezilla-­‐project.org/	
  
CuteFTP	
  (Windows):	
  hCp://www.cuteTp.com/	
  
Transmit	
  (Mac):	
  hCps://panic.com/transmit/	
  
Ques/ons	
  &	
  Answers	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
???	
  
Thank	
  You!	
  ☺	
  
Troubleshoo/ng	
  Common	
  WordPress	
  Issues	
  I	
  2014	
  WordCamp	
  Miami	
  I	
  May	
  9-­‐11,	
  2014	
  I	
  Gabriela	
  Levit	
  I	
  JacarandaTech.com	
  
! All	
  the	
  2014	
  WordCamp	
  Miami	
  Organizers	
  
&	
  Volunteers	
  for	
  your	
  effort	
  
! 2014	
  WordCamp	
  Miami	
  ACendees	
  
! MaC	
  Mullenweg,	
  co-­‐founder	
  of	
  
WordPress,	
  and	
  all	
  the	
  WordPress	
  
Contributors	
  

Mais conteúdo relacionado

Mais procurados

WordPress A - Z for beginners
WordPress A - Z for beginnersWordPress A - Z for beginners
WordPress A - Z for beginnersFerdias Ramadoni
 
How to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorialHow to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorialMarshall Reyher
 
WordPress on Amazon Web Services Meetup
WordPress on Amazon Web Services Meetup WordPress on Amazon Web Services Meetup
WordPress on Amazon Web Services Meetup Kel
 
Top FREE Real Estate Tools 2009
Top FREE Real Estate Tools 2009Top FREE Real Estate Tools 2009
Top FREE Real Estate Tools 2009Brad Andersohn
 
Getting Started with Wordpress
Getting Started with WordpressGetting Started with Wordpress
Getting Started with WordpressTom Semmes
 
How to start a WordPress site that generates $1000 monthly
How to start a WordPress site that generates $1000 monthlyHow to start a WordPress site that generates $1000 monthly
How to start a WordPress site that generates $1000 monthlyFEARGODOKEKE1
 
Essential Plugins For Your WordPress Real Estate Blog
Essential Plugins For Your WordPress Real Estate BlogEssential Plugins For Your WordPress Real Estate Blog
Essential Plugins For Your WordPress Real Estate BlogJay Thompson
 
How to deliver a WordPress website to your client ...the RIGHT way
How to deliver a WordPress website to your client ...the RIGHT wayHow to deliver a WordPress website to your client ...the RIGHT way
How to deliver a WordPress website to your client ...the RIGHT wayCath Hughes
 
Practical Blogs for Writers - Outline
Practical Blogs for Writers - OutlinePractical Blogs for Writers - Outline
Practical Blogs for Writers - OutlineSusan Stewart
 
WordPress for Real Estate
WordPress for Real EstateWordPress for Real Estate
WordPress for Real EstateJay Thompson
 
Flexible web publishing with Expression Engine
Flexible web publishing with Expression EngineFlexible web publishing with Expression Engine
Flexible web publishing with Expression EngineHarvard Web Working Group
 
Blogging 201: From Blank Slate to Blog in Under an Hour
Blogging 201: From Blank Slate to Blog in Under an HourBlogging 201: From Blank Slate to Blog in Under an Hour
Blogging 201: From Blank Slate to Blog in Under an HourAdam Gartenberg
 
WordPress SEO 101 - Dayton 2016 WordCamp
WordPress SEO 101 - Dayton 2016 WordCampWordPress SEO 101 - Dayton 2016 WordCamp
WordPress SEO 101 - Dayton 2016 WordCampAngela Bergmann
 

Mais procurados (20)

WordPress A - Z for beginners
WordPress A - Z for beginnersWordPress A - Z for beginners
WordPress A - Z for beginners
 
Killer word press-checklist
Killer word press-checklistKiller word press-checklist
Killer word press-checklist
 
How to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorialHow to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorial
 
WordPress on Amazon Web Services Meetup
WordPress on Amazon Web Services Meetup WordPress on Amazon Web Services Meetup
WordPress on Amazon Web Services Meetup
 
WordPress 101 for Solo Professionals
WordPress 101 for Solo ProfessionalsWordPress 101 for Solo Professionals
WordPress 101 for Solo Professionals
 
Top FREE Real Estate Tools 2009
Top FREE Real Estate Tools 2009Top FREE Real Estate Tools 2009
Top FREE Real Estate Tools 2009
 
Getting Started with Wordpress
Getting Started with WordpressGetting Started with Wordpress
Getting Started with Wordpress
 
ILLUMINZ Presentation
ILLUMINZ PresentationILLUMINZ Presentation
ILLUMINZ Presentation
 
How to start a WordPress site that generates $1000 monthly
How to start a WordPress site that generates $1000 monthlyHow to start a WordPress site that generates $1000 monthly
How to start a WordPress site that generates $1000 monthly
 
"How to Launch You.com - Build Your Personal Website"
"How to Launch You.com - Build Your Personal Website""How to Launch You.com - Build Your Personal Website"
"How to Launch You.com - Build Your Personal Website"
 
Wordcampraleigh
WordcampraleighWordcampraleigh
Wordcampraleigh
 
Essential Plugins For Your WordPress Real Estate Blog
Essential Plugins For Your WordPress Real Estate BlogEssential Plugins For Your WordPress Real Estate Blog
Essential Plugins For Your WordPress Real Estate Blog
 
How to deliver a WordPress website to your client ...the RIGHT way
How to deliver a WordPress website to your client ...the RIGHT wayHow to deliver a WordPress website to your client ...the RIGHT way
How to deliver a WordPress website to your client ...the RIGHT way
 
Practical Blogs for Writers - Outline
Practical Blogs for Writers - OutlinePractical Blogs for Writers - Outline
Practical Blogs for Writers - Outline
 
WordPress for Real Estate
WordPress for Real EstateWordPress for Real Estate
WordPress for Real Estate
 
Ember.js firebase HTML5 NYC
Ember.js firebase HTML5 NYCEmber.js firebase HTML5 NYC
Ember.js firebase HTML5 NYC
 
Wcto2014
Wcto2014Wcto2014
Wcto2014
 
Flexible web publishing with Expression Engine
Flexible web publishing with Expression EngineFlexible web publishing with Expression Engine
Flexible web publishing with Expression Engine
 
Blogging 201: From Blank Slate to Blog in Under an Hour
Blogging 201: From Blank Slate to Blog in Under an HourBlogging 201: From Blank Slate to Blog in Under an Hour
Blogging 201: From Blank Slate to Blog in Under an Hour
 
WordPress SEO 101 - Dayton 2016 WordCamp
WordPress SEO 101 - Dayton 2016 WordCampWordPress SEO 101 - Dayton 2016 WordCamp
WordPress SEO 101 - Dayton 2016 WordCamp
 

Semelhante a 2014 WordCamp Miami - Troubleshooting Common WordPress Issues

WordPress best practices by billrice
WordPress best practices by billriceWordPress best practices by billrice
WordPress best practices by billriceRiceDesign
 
WordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for BeginnersWordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for BeginnersStewart Ritchie
 
SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99Noel Saw
 
Owning word press all you need to know as a wordpress developer by lutaaya ...
Owning word press   all you need to know as a wordpress developer by lutaaya ...Owning word press   all you need to know as a wordpress developer by lutaaya ...
Owning word press all you need to know as a wordpress developer by lutaaya ...Lutaaya Shafiq
 
Professional Workflow from Development to Deployment
Professional Workflow from Development to DeploymentProfessional Workflow from Development to Deployment
Professional Workflow from Development to DeploymentRachel Andrew
 
Avoiding Errors: Troubleshoot Wordpress like a Pro!
Avoiding Errors: Troubleshoot Wordpress like a Pro!Avoiding Errors: Troubleshoot Wordpress like a Pro!
Avoiding Errors: Troubleshoot Wordpress like a Pro!J_Cortes
 
Don’t Panic: How To Troubleshoot Your WordPress Site
Don’t Panic: How To Troubleshoot Your WordPress SiteDon’t Panic: How To Troubleshoot Your WordPress Site
Don’t Panic: How To Troubleshoot Your WordPress SiteWordCamp Sydney
 
WordPress DK at DrupalCamp Copenhagen 2009
WordPress DK at DrupalCamp Copenhagen 2009WordPress DK at DrupalCamp Copenhagen 2009
WordPress DK at DrupalCamp Copenhagen 2009René Clausen Nielsen
 
simple basic wordpress ppt .pptx
simple basic wordpress ppt .pptxsimple basic wordpress ppt .pptx
simple basic wordpress ppt .pptxDeepikaAdhikari7
 
15 Essential WordPress Plugins
15 Essential WordPress Plugins15 Essential WordPress Plugins
15 Essential WordPress PluginsMykl Roventine
 
A Class Project Using Etherpad & Wordle
A Class Project Using Etherpad & WordleA Class Project Using Etherpad & Wordle
A Class Project Using Etherpad & Wordlepeeryn
 
Editing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverEditing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverGarin Kilpatrick
 
How I Learned to Stop Worrying and Love the Update Button
How I Learned to Stop Worrying and Love the Update ButtonHow I Learned to Stop Worrying and Love the Update Button
How I Learned to Stop Worrying and Love the Update Buttonchris-koerner
 
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!Should I ask these Questions to my WordPress Web Developer? And You Should, Too!
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!Dev Patel
 
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!Should I ask these Questions to my WordPress Web Developer? And You Should, Too!
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!iMOBDEV Technologies Pvt. Ltd.
 
How to Fix Error 404 in Wordpress
How to Fix Error 404 in WordpressHow to Fix Error 404 in Wordpress
How to Fix Error 404 in WordpressAnny Rathore
 

Semelhante a 2014 WordCamp Miami - Troubleshooting Common WordPress Issues (20)

Debugging wp
Debugging wpDebugging wp
Debugging wp
 
WordPress best practices by billrice
WordPress best practices by billriceWordPress best practices by billrice
WordPress best practices by billrice
 
WordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for BeginnersWordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for Beginners
 
SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99
 
Owning word press all you need to know as a wordpress developer by lutaaya ...
Owning word press   all you need to know as a wordpress developer by lutaaya ...Owning word press   all you need to know as a wordpress developer by lutaaya ...
Owning word press all you need to know as a wordpress developer by lutaaya ...
 
Good dev citizen
Good dev citizenGood dev citizen
Good dev citizen
 
Professional Workflow from Development to Deployment
Professional Workflow from Development to DeploymentProfessional Workflow from Development to Deployment
Professional Workflow from Development to Deployment
 
Avoiding Errors: Troubleshoot Wordpress like a Pro!
Avoiding Errors: Troubleshoot Wordpress like a Pro!Avoiding Errors: Troubleshoot Wordpress like a Pro!
Avoiding Errors: Troubleshoot Wordpress like a Pro!
 
Don’t Panic: How To Troubleshoot Your WordPress Site
Don’t Panic: How To Troubleshoot Your WordPress SiteDon’t Panic: How To Troubleshoot Your WordPress Site
Don’t Panic: How To Troubleshoot Your WordPress Site
 
WordPress DK at DrupalCamp Copenhagen 2009
WordPress DK at DrupalCamp Copenhagen 2009WordPress DK at DrupalCamp Copenhagen 2009
WordPress DK at DrupalCamp Copenhagen 2009
 
simple basic wordpress ppt .pptx
simple basic wordpress ppt .pptxsimple basic wordpress ppt .pptx
simple basic wordpress ppt .pptx
 
15 Essential WordPress Plugins
15 Essential WordPress Plugins15 Essential WordPress Plugins
15 Essential WordPress Plugins
 
WooCommerce snippets
WooCommerce snippetsWooCommerce snippets
WooCommerce snippets
 
A Class Project Using Etherpad & Wordle
A Class Project Using Etherpad & WordleA Class Project Using Etherpad & Wordle
A Class Project Using Etherpad & Wordle
 
Editing Wordpress in Dreamweaver
Editing Wordpress in DreamweaverEditing Wordpress in Dreamweaver
Editing Wordpress in Dreamweaver
 
How I Learned to Stop Worrying and Love the Update Button
How I Learned to Stop Worrying and Love the Update ButtonHow I Learned to Stop Worrying and Love the Update Button
How I Learned to Stop Worrying and Love the Update Button
 
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!Should I ask these Questions to my WordPress Web Developer? And You Should, Too!
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!
 
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!Should I ask these Questions to my WordPress Web Developer? And You Should, Too!
Should I ask these Questions to my WordPress Web Developer? And You Should, Too!
 
Wordpress File Upload
Wordpress File UploadWordpress File Upload
Wordpress File Upload
 
How to Fix Error 404 in Wordpress
How to Fix Error 404 in WordpressHow to Fix Error 404 in Wordpress
How to Fix Error 404 in Wordpress
 

Último

Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.soniya singh
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...SUHANI PANDEY
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirtrahman018755
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersDamian Radcliffe
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft DatingDubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Datingkojalkojal131
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge GraphsEleniIlkou
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)Delhi Call girls
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceDelhi Call girls
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...SUHANI PANDEY
 
Al Barsha Night Partner +0567686026 Call Girls Dubai
Al Barsha Night Partner +0567686026 Call Girls  DubaiAl Barsha Night Partner +0567686026 Call Girls  Dubai
Al Barsha Night Partner +0567686026 Call Girls DubaiEscorts Call Girls
 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubaikojalkojal131
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 

Último (20)

Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Rani Bagh Escort Service Delhi N.C.R.
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft DatingDubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
Dubai Call Girls Milky O525547819 Call Girls Dubai Soft Dating
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
 
Al Barsha Night Partner +0567686026 Call Girls Dubai
Al Barsha Night Partner +0567686026 Call Girls  DubaiAl Barsha Night Partner +0567686026 Call Girls  Dubai
Al Barsha Night Partner +0567686026 Call Girls Dubai
 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 3 Gurgaon >༒8448380779 Escort Service
 

2014 WordCamp Miami - Troubleshooting Common WordPress Issues

  • 1. Troubleshoo*ng  WordPress   Common  Issues,  Customiza/on,  Import/Export   2014  WordCamp  Miami   Presented  by:  Gabriela  Levit   Glevit@JacarandaTech.com   @JacarandaTech   hCp://JacarandaTech.com   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com  
  • 2. Before  We  Start   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   •   Taking  notes  is  op/onal  -­‐  I  will  post  the  slides   •   Please  ask  ques/ons.  Chances  are  others  have  the   same  ques/on  as  you.   •   If  you  think  of  a  ques/on  aTer  the  presenta/on,   please  feel  free  to  contact  me  any  /me.   •   Feedback:  Please  let  me  know  how  I  did  or  any   sugges/ons.  
  • 3. Topics  Covered   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   ! General  Troubleshoo/ng  Tips   ! Fixing  Common  WordPress  Issues   ! Customiza/on   ! Import/Export  Tools   ! Resources  
  • 4. General  Troubleshoo/ng  Tips   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   ! Take  a  deep  breath   ! Write  down  the  exact   error  message,  what   you  changed  &   theme/plugin  name  
  • 5. Fixing  Common  WordPress  Issues   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Syntax  Errors  –  OTen  when  you  copy  &   paste  code  from  another  site.   Eg.  Parse  error:  syntax  error  …  /wp-­‐ content/plugins/newplugin/ newplugin.php  on  line  145  
  • 6. Syntax  Errors   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Error  message  tells  you  which  file   has  an  error  &  the  line  number:   ! If  you  just  copied  &  pasted,  access   file  via  FTP  &  remove  the  code    
  • 7. Understanding  Syntax  Errors   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Common  Syntax  Error  Causes:   ! Missing  or  extra  php  tags     ! Missing  or  extra  semi-­‐colons  or   curly  braces  
  • 8. Properly  Pas/ng  Code  Snippets   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   ! Remove  open/close  tags  from  code   snippet  before  pas/ng  into  exis/ng   code   ! Don’t  place  open/close  PHP  tags   inside  other  open/close  tags.  
  • 9. Properly  Pas/ng  Code  Snippets   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   PHP  code  much  be  enclosed  by       open/close  tags.  
  • 10. Properly  Pas/ng  Code  Snippets   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   This  is  correct  too.  
  • 11. Properly  Pas/ng  Code  Snippets   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Incorrect  
  • 12. Blank  Screen   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   A.k.a.  “White  Screen  of  Death”   Possible  Causes:   ! Syntax  errors  in  your  theme  or   plugin   ! WordPress  Out  of  Memory   ! Web  Site  Host  Issue  
  • 13. Diagnosing  Blank  Screen  Issues   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   All  your  domains/sites  with  current   hos/ng  company  or  just  one?   ! If  all  your  sites,  issue  likely  with   your  host   ! Otherwise,  likely  an  issue  with   your  theme  or  a  plugin  
  • 14. Diagnosing  Blank  Screen  Issues   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Only  a  single  post  or  page?   ! Definitely  an  issue  with  your  site  
  • 15. Fixing  Blank  Screen  Issues   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Out  of  memory?   ! Increase  WordPress  PHP  limit  
  • 16. Fixing  Blank  Screen  Issues   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Didn’t  help  or  memory  limit   already  high?   ! Rename  plugins  folder  to  disable   all  plugins  
  • 17. Fixing  Blank  Screen  Issues   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   If  that  fixed  it:   !   Re-­‐ac/vate  plugins  one  at  a  /me   un/l  you  figure  out  which  one  is   causing  the  problem  
  • 18. Fixing  Blank  Screen  Issues   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Disabling  plugins  didn’t  fix  it?   !   Switch  to  a  default  theme  
  • 19. Fixing  Blank  Screen  Issues   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   If  that  fixed  it,  you  theme’s   fuc/ons.php  likely  the  cause:   !   Remove  extra  spaces  at  the   boCom   ! Replace  poorly  wriCen  code  
  • 20. 500  Internal  Server  Error   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   ! Something  is  wrong  but  the  server   can’t  iden/fy  the  issue.   ! Not  necessarily  related  to  WordPress  
  • 21. 500  Internal  Server  Error   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Possible  Causes:   ! Theme  or  Plugin  Code   ! Corrupt  .htaccess  File  (controls   permalinks)   ! PHP  memory  limits  
  • 22. 500  Internal  Server  Error   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Troubleshoo/ng  (part  1):     Check  for  corrupt  .htaccess  file:   1.  Rename  &  refresh  site  to  see  if  that   fixes   2.  If  it  did:  Click  on  Sehngs  >   Permalinks  to  generate  a   new  .htaccess  
  • 23. 500  Internal  Server  Error   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Troubleshoo/ng  (part  2):     ! If  re-­‐genera/ng  .htaccess  file  didn’t   work,  follow  same  steps  as  for  fixing     blank  screen  issues.  
  • 24. Customiza/on:  Widgets   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   ! Content  Added  To  The  Sidebars   ! Drag  &  Drop  Interface   ! Widget  Types:  Category  Lists,  Tag   Clouds,  Social  Media  Feeds,   Naviga/on,  Search  
  • 25. Customiza/on:  Widgets   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   New  Widget  Customizer  -­‐  Step  1  
  • 26. Customiza/on:  Widgets   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   New  Widget  Customizer  –  Step  2  
  • 27. Customiza/on:  Menus   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   WordPress  Supports  Mul/ple  Menus   ! Loca/ons  Controlled  by  the  Theme   ! Doesn’t  Require  Code   ! Menu  items  can  include  Pages,  Posts,   Categories,  Tags,  Etc.  
  • 28. Crea/ng  Menus     Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com  
  • 29. Tools:  Import/Export  Content   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   ! To/From  WordPress  Web  Sites   ! Download  &  Ac/vate  Plugin  First   ! Can  import  from  Blogger,  Movable   Type  and  Others   ! Choose  Pages,  Posts  &  Custom  Types  
  • 30. Tools:  Import/Export  Content   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com    Step  1  –  Install  Importer  Plugin  
  • 31. Tools:  Import/Export  Content   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com  
  • 32. Tools:  Import/Export  Content   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com    Step  2  –  Import/Export  Content  
  • 33. Resources   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   Official  WordPress  Documenta*on   hCp://codex.wordpress.org/   Tutorials  &  Reference   hCp://www.wpbeginner.com/   hCp://code.tutsplus.com/series/wp101-­‐basix-­‐training-­‐-­‐ wp-­‐20968   FTP  Clients   FileZilla:  hCps://filezilla-­‐project.org/   CuteFTP  (Windows):  hCp://www.cuteTp.com/   Transmit  (Mac):  hCps://panic.com/transmit/  
  • 34. Ques/ons  &  Answers   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   ???  
  • 35. Thank  You!  ☺   Troubleshoo/ng  Common  WordPress  Issues  I  2014  WordCamp  Miami  I  May  9-­‐11,  2014  I  Gabriela  Levit  I  JacarandaTech.com   ! All  the  2014  WordCamp  Miami  Organizers   &  Volunteers  for  your  effort   ! 2014  WordCamp  Miami  ACendees   ! MaC  Mullenweg,  co-­‐founder  of   WordPress,  and  all  the  WordPress   Contributors