How to add 3 column widget below in Thesis 1.8 ??? Like this ( taken from Ultimate Blogging Theme 3.0 ) i53.tinypic.com/zmb67d.jpg
thesisthemetutorial.com thesisthemetutorial.com/thesis-1-8-released famousbloggers.net/thesis-theme-1-8-tutorials.html thesisninja.com try them
Shouldn't be difficult. Just use this excellent tutorial, but change the hook. You do the latter by changing the code in your custom_functions.php file, where it says add_action('thesis_hook_footer','widgetized_footer'); to add_action('thesis_hook_before_header','widgetized_footer'); or add_action('thesis_hook_after_header','widgetized_footer'); ... you might have to play around with the css and the hook placement to get the result you want. I got my 3-column footer widget section in less than half an hour - I could easily move it to the top of the page in 5 minutes.