Need help with Thesis 1.8

Discussion in 'WordPress' started by niks24567, Apr 6, 2011.

  1. #1
    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
     
    niks24567, Apr 6, 2011 IP
  2. gurumal

    gurumal Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    thesisthemetutorial.com
    thesisthemetutorial.com/thesis-1-8-released
    famousbloggers.net/thesis-theme-1-8-tutorials.html
    thesisninja.com

    try them :)
     
    gurumal, Apr 8, 2011 IP
  3. irisw

    irisw Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    irisw, Apr 13, 2011 IP