gasfaqs
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Custom Widget area] Where do you paste code to widgetize your theme?It worked! Thanks!
In the future, how would I know which line to paste code if I needed to create another widget area?
If I wanted to move the search bar down on the page a little further below the tagline?
Thanks for being patient with me.Forum: Plugins
In reply to: [WP Custom Widget area] Where do you paste code to widgetize your theme?ok, so I did what you said and i’m not seeing any change to my site. I did notice that my widgets are not sure up the sidebar though. not sure if this is a related issue? heres a copy header.php line 52 after I added the code.
<?php else : //Show only site title and description ?><dynamic_sidebar( ‘Header’);>
did i do something wrong?
thanks!
Forum: Plugins
In reply to: [WP Custom Widget area] Where do you paste code to widgetize your theme?I hope I did this right. The image code is below. my website is http://www.gasfaqs.com in case the image doesn’t work.
[IMG]http://i59.tinypic.com/npjlgp.png[/IMG]
sorry, I don’t know how to point to the spot I want the widget area. I’d like it just below the tagline. I’m trying to add a “search bar” there. Hope that helps.
I’m using Oblique child theme. I’ve only added the code necessary to create a child theme. I’ve added no other code.
thanks for your help.Forum: Plugins
In reply to: [WP Custom Widget area] Where do you paste code to widgetize your theme?Thanks for your reply. I’d like to place a widget area just below the title in my home page.
Ive created a child theme and I installed the wp custom widget area plugin.
where would I paste the code in my child theme if I wanted a widget area below the title?
Thanks!