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

Exploring Genesis Theme Framework

Exploring Genesis Theme Framework

An introduction to using the Genesis Theme Framework in WordPress development.

Sue Fernandes

April 19, 2016
Tweet

More Decks by Sue Fernandes

Other Decks in Technology

Transcript

  1. The Genesis of Things An Introduction to the Genesis Framework

    (sorry, no Phil Collins anecdotes included)
  2. • Parent Theme - perfect for single sites • Theme

    Framework - perfect for developer / multiple sites
  3. Responsive HTML5 Designs Search Engine Optimisation Airtight Security Customisable and

    Fast Developers you can trust Unlimited Everything Instant Updates Widgets and Layout Options
  4. Genesis + Studiopress Themes Easily Customisable Fast Setup for themes

    Great Development tutorials A great community
  5. Genesis for Single Site Owners • Easy to set up

    - tutorials included with each child theme purchased • Many child themes to choose from • Customise options such as layout and colours etc through the theme options and customizer. • Loads of Genesis plugins to handle stuff without code • Consistent theme interface across all sites, regardless of the child theme used. • Regular free updates which won’t overwrite your customisations. Genesis for Multiple Site Owners
  6. Genesis for Developers • The Genesis Sample Theme • Familiarity

    of structure across all sites • Easy to customise programatically - keep custom content out of the database and into the theme.
  7. Genesis Hooks add_action( ‘hook’, ‘some_custom_function’ ); function some_custom_function() { //

    do some cool stuff here } Hang your content onto a ‘Hook’ eg ‘genesis_before_entry’ Consistent across ALL Genesis themes