sync with WordPress – Safety First – New WordPress functionalities automagically added • Best practices for SEO are already implemented • Stable, stable, stable. 5 Saturday 29 September 12
top of that framework and handles all the design and layout aspects of your website; • colors • layout • typography • extra functionalities 7 Saturday 29 September 12
folder in /wp-content/themes/ with the name of your new theme • Create a style.css in that folder • Create a functions.php in that folder • Have a cerveza, you’re done! 8 Saturday 29 September 12
Genesis Stylesheet to whatever you want. Use the standard as your startbox. • Override default functions Want to change the position of the navigation? Different output for Post Info? Change footer? • Add extra functionality Different homepage layout? More sidebars? Custom functionality? Just add in to your child theme library. 20 Saturday 29 September 12
opening tag in the document source. • genesis_after_loop This hook executes immediately after all loop blocks. Therefore, this hook falls outside the loop, and cannot execute functions that require loop template tags or variables. • genesis_before_header This hook executes immediately before the header (outside the #header div). 24 Saturday 29 September 12
Nick Croft: http://designsbynickthegeek.com/ • Bill Erickson: http://www.billerickson.net/ • Gary Jones http://code.garyjones.co.uk/category/genesis/ • Github http://defri.es/githubgenesis • Travis Smith http://wpsmith.net/ • WP Realm.com theme https://github.com/defries/wprealm • Google is your friend 27 Saturday 29 September 12