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. /* populates feature box with latest post excerpt :: change category name to taste*/ function featurecontent() { ?> <div id=”my-feature-box”> // start loop with query for specific category of [...]
Footer mania continues
August 18, 2010 By Leave a Comment
Look! Another Footer!
August 4, 2010 By Leave a Comment
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: // Custom footer add_action(‘thesis_hook_footer’, ‘custom_footer’); function custom_footer() { ?> <div id=”footer_right”>© < ?= date( ‘Y’ ) ?>, Company name • site by HDG, inc.</div> <div id=”footer_left”> <ul class=”menu”> <li>HOME</li> [...]
A different use for this blog
August 3, 2010 By 4 Comments