On my website (thirdsidethreads.com) I want to display a "welcome" message on the index page, but I don't want it displayed when people access the index page with certain parameters in the URL. If the URL is plain and only includes the domain, it means it's functioning as the home page. If there are other characters in the URL, that means the visitor is trying to use that page to view something specific and it's not the home page.
In other words, I want this:
If the URL doesn't have anything except the domain name in it, display the message.
If the URL looks like this, don't display it: http://www.thirdsidethreads.com/#!1007747370?q=I1007747370
I'd appreciate it if someone could give me a solution for this. I feel like I've tried everything.