9/28/2011
Today we look at some of the more advanced capabilities of the Thesis Theme.
[flv:https://s3.amazonaws.com/sage-videos/GotoMeetings/2011-09-28Places.wmv.FLV 640 480]
Resources from the session:
DIYthemes — Run a Killer Website with the Thesis WordPress Theme
Customizing Thesis with custom.css
ColorPad Helps You Grab Color Values
8 Thesis theme design tips to make your blog better
Move Nav Menu to After Header
Place this code in custom_functions.php:
remove_action(‘thesis_hook_before_header’, ‘thesis_nav_menu’);
add_action(‘thesis_hook_after_header’, ‘thesis_nav_menu’);
Leave A Comment