Themeshaper Forums. Wordpress Tricks. Thematic Code @ Google. Thematic Page Structure. Thematic Wiki Guide. Oh, yuck. This is the old, busted guide. Make sure you check out the new Thematic Guide. Default Thematic CSS Styles The following typographic classes are styled by default and can be used in your post content. <blockquote class="left">Floats a pull-quote to the left of your content. <blockquote class="right">Floats a pull-quote to the right of your content. Adding a Home Link A “Home” link can be added to your menu by filtering the default menu arguments. Thematic Theme Hooks and Actions The following theme hooks can be used to modify Thematic through your Child Theme functions.php file or even a custom plugin. thematic_before()Located in header.php just after the opening body tag, before anything else. thematic_aboveheader()Located in header.php just before the header div. thematic_header()This hook builds the content of the header div and loads the following actions: thematic_brandingopen(), thematic_blogtitle(), thematic_blogdescription(), thematic_brandingclose(), thematic_access().