Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How Not To Make A Mess Out Of WordPress

Avatar for rtwlabs rtwlabs
April 22, 2012

How Not To Make A Mess Out Of WordPress

The presentation given by myself at the Travel Bloggers Unite conference in Umbria, Italy. Discussing the basics and how tos of getting setup with WordPress

Avatar for rtwlabs

rtwlabs

April 22, 2012
Tweet

Other Decks in Technology

Transcript

  1. How Not To . . Make a Mess, Out Of

    WordPress Chris Richardson - The Aussie Nomad - RTWLabs.com Sunday, 22 April 12
  2. • 8 Years being the “IT Guy” for business in

    Australia and the UK • 2 Years providing support to other travel bloggers with WordPress • Over12 Months as a freelance WordPress Developer • 2.5 years being a “Travel Bogger” like the rest of you Sunday, 22 April 12
  3. “WordPress started in 2003 with a single bit of code

    to enhance the typography of everyday writing and with fewer users than you can count on your fingers and toes. Since then it has grown to be the largest self-hosted blogging tool in the world, used on millions of sites and seen by tens of millions of people every day” wordpress.org/about/ Sunday, 22 April 12
  4. The Key to the Core • Setup your permalinks that

    make sense • Don’t go overboard with categories or tags • Get familiar with it • Remove Spam Comments • UPDATE, UPDATE UPDATE!!! Sunday, 22 April 12
  5. My To Live By Plugins • WordPress SEO • After

    the Deadline (Also included in the Jetpack Plugin) • W3 Total Cache • Smush.It • WordPress Database Backup • Wp-Optimize Sunday, 22 April 12
  6. Plugin Need To Know • Plugins are not like Pokemon,

    you do not need to collect them all • Delete inactive plugins • Take the time to learn how they work and set them up correctly • Be careful of plugins that are out of date • Research the plugins on the WordPress plugin directory Sunday, 22 April 12
  7. HTML & CSS <a href="http://www.rtwlabs.com">RTW Labs</a> a { font-size: 60px;

    font-weight: bold; text-decoration: none; color: #777777; padding: 10px 20px 10px 20px; } a:hover { color: #ffffff; background: #777777; } Sunday, 22 April 12
  8. PHP PHP is the little engine that could so ALWAYS

    be careful when working in your theme files Sunday, 22 April 12
  9. The Thing About Themes • Learn the basics of HTML

    and CSS • Be careful of PHP • Pick a theme with a good support base • Keep the theme simple and to the point Sunday, 22 April 12