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 More

Footer 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 More

Look! 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