Seperate SideBar For Homepage
-
Hello everyone.
I have a static homepage, I am trying to create a seperate sidebar for it.
I have desgined the sidebar contents i wanted and named it “home sidebar”I then went to the static homepage “page” settings and chose the “home sidebar” instead of default for that page..
once i saved and updated nothing on my homepage has changed, it still has the default sidebar.
is there something else i have to do to make this work, or did i do something wrong? thanks for any help
p.s my theme is Ribbon lite
-
Could you include your website url? This will help others to better troubleshoot your issue.
If your theme is from outside of the WordPress theme repository, you should also check their respective forums or support.
ok, heres a link to my home. there’s no content on that yet as i just changed themes and wanna get the widgets sorted first.
thanks http://guidemakingmoneyonline.info/You could use the Widget Logic Plugin. It allows you to use conditional tags to determine which widgets show up on which pages.
For example, if you wanted a specific widget to show up only on the Home page, you would give it the condition
is_page('home')Thanks, i was actually using widget logic already, couldn’t exactley make sense of it..
would you mind also telling me the code for showing on every page/post except the home page?
Try putting the following in the widgets that you don’t want showing up on the home page.
!is_page('home')
The topic ‘Seperate SideBar For Homepage’ is closed to new replies.