Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] Display %cats only on Home Page


 
Prev Previous Post   Next Post Next
  #1  
Old Mar 14, 2012, 08:22 PM
bswb97
 
158 posts · Aug 2010
[SOLVED] Display %cats only on Home Page

I want to show %pages on all pages EXCEPT the home page; for the home page, I want to use %cats.

That is, home displays %logo %cats and all the rest display %pages %logo

So, here's my current setup:

Header has %pages %logo %cats

To hide %pages on the home page, it was pretty simple enough:

body.home #menu1 {display:none;}

However, I'm having a trickier time with displaying %cats only on the home page. I'm calling %cats by default in the header info, so I figured I would 1) have to make the default display as none 2) override that on the just the home page to display. This is my CSS insert:

To hide %cats:
HTML Code:
#menu2 { 
	display:none;
}
To display %cats on the home page:
HTML Code:
body.home #menu2 {display:inline;}
The problem is that it is going with whatever comes second in the CSS insert rather than being case specific per body.home.

Would it be easier to use a PHP if statement around the %cats callout?
 

Bookmarks

Tags
display menu on home page



Similar Threads
Thread Thread Starter Forum Replies Last Post
Any way to display the header on the home page only? RHCdG Header configuration & styling 11 Jan 9, 2015 04:07 AM
I use php to display home page as table Marfieta New Versions, & Updating 0 May 30, 2011 02:13 AM
How to rename "Home" title in the home page instead setting NOT to display "home"? akg Center area post/pages 6 Sep 30, 2010 07:33 PM
Home page to display multiple posts VisExp Center area post/pages 2 Sep 6, 2010 04:17 PM
[SOLVED] Display Specific Post on Home Page macky Center area post/pages 5 Jul 3, 2010 08:52 PM


All times are GMT -6. The time now is 04:43 AM.


Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.