Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question About Site Design
#6
SR Wrote:internet54,
I can definitely do that.. but how do I change the header based on which section (waterpark, golf, etc) a guest is in?

Oh..and thanks for the speedy reply.

I think you can write some little code with analysing slug variable.

something like this
Code:
if (return_page_slug()=='firstpage') {
   // first header
}

if (return_page_slug()=='secondpage') {
   // second header
}

You can see http://get-simple.info/forum/viewtopic.p...1868#p1868
Reply


Messages In This Thread
Question About Site Design - by SR - 2010-01-30, 05:01:05
Question About Site Design - by SR - 2010-01-30, 05:07:30
Question About Site Design - by internet54 - 2010-01-30, 05:12:37
Question About Site Design - by SR - 2010-01-30, 05:15:05
Question About Site Design - by SR - 2010-01-30, 05:21:30
Question About Site Design - by Alexey - 2010-01-30, 09:11:43
Question About Site Design - by SR - 2010-02-01, 23:10:49



Users browsing this thread: 2 Guest(s)