Thesis
Members-Only menus in Thesis
A different way to include stylesheets
Here’s another way to link to stylesheets. It may be overkill for some things, but definitely useful for plugin developers. I’m thinking of sending the link to every plugin author who echoes 50 lines of CSS into my page headers. Thanks a lot.
Read MoreWhy limit yourself to Thesis Hooks?
Nuh uh. Not when you can start using WordPress Action Hooks to get more done!
Read MoreReplace the surfer dude 404
Feature Box with single post from designated category
Sometimes you need to throw something up front and center for all the world to see. Leave your pants on, Mazz, I’m talking about blog posts.
Read MoreFooter mania continues
Maybe I mentioned this elsewhere, but what the hell, here is is again. To add a clone of the top nav, just do this: /* Remove Thesis attribution, add footer nav */ remove_action(‘thesis_hook_footer’, ‘thesis_attribution’); add_action(‘thesis_hook_footer’, ‘thesis_nav_menu’);
Read MoreLook! Another Footer!
Hot on the heels (heels! footer! haha!) of yesterday’s footer post, here’s a better way to code it, using an unordered list so it’s semantically correct:
Read More