Hello, I've looked through the forums for the past few hours trying to figure out how to do this, but I'm not very good at php and the things I've tried haven't worked. I would like to move the page-top widget area/aside below the entry title/headline, above the content. Or maybe register a new widget area to go to that position. Can anyone help? Big thanks in advance.
ThemeShaper Forums » Thematic
Move page-top widget area below entry title
(3 posts)-
Posted 7 months ago #
-
Copy page.php out of Thematic and paste it into your child theme.
Move these lines to the spot you desire.
// calling the widget area 'page-top' get_sidebar('page-top');Probably right above
<div class="entry-content">This is by far the easiest, not sure if there is another way. Not sure if it can be done through the functions.php, will have to check tomorrow when I have more time.
Posted 7 months ago # -
That did the trick! Thank you ScottNix, I really appreciate the help!
Posted 7 months ago #
Reply
You must log in to post.