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

Why WordPress is the framework of the future!

Why WordPress is the framework of the future!

My talk at FOWD London 2012.

Jack Lenox

May 15, 2012
Tweet

More Decks by Jack Lenox

Other Decks in Technology

Transcript

  1. A few golden rules • Use as few plugins as

    possible • Always check through the WordPress function library when implementing something unprecedented http://codex.wordpress.org/ Function_Reference • Build advanced functionality into the theme rather than creating lots of extra custom plugins
  2. Anatomy of a theme • header.php • sidebar.php • footer.php

    • index.php • archive.php • page.php • single.php • functions.php