Different Template based on HTTP Referer

He Guys,

i’ve been looking for a way to show a different Page-Template based on HTTP Referer or maybe the User Agent or what ever.

Read More

I’m planning an Image-Gallery which should be shown in a Fancybox. My Idea is to use a template which contains only the loop and all the stuff i need to build the gallery correctly (without any Header and Footer files) and load it in my Fancybox.

But what about the Search Engines und Users with disabled JavaScript. They don’t see anything or only a page without the Pagecontext like Navi etc. How can i prevent this issue?

Any ideas

Related posts

Leave a Reply

1 comment

  1. Fancybox has built in fallback, it displays images without JavaScript.

    I don’t see why you would want to remove the header ( or footer) since it usually contains some good info like your doctype, css, meta, title, etc.

    If you want it to look different ( aka strip it clean) you should still include it and use conditionals for your “Portfolio” page.