Possible to show a different site logo to different referrers?

CjTheFish

Regular Member
Joined
May 3, 2014
Messages
379
Reaction score
88
I was curious if there were any plugins or modifications I can make that will enable me to do this.

I have a website, Website.Com with my logo, and I have another site, OtherWebSite.com that redirects to Website.Com. Is it possible to display a different logo to all users visiting Website.com from OtherWebsite.com?

Thanks.
 
This can be possible but it may create confusion on visitors so try to have a single logo for both websites. This will help to create trust on users and they will identify though your logo.
 
Of course you could do it with some php code that checks referer and then displays logo via if statement.
But I dont see the point - its just going to confuse people.

If you really want to keep separate companies then you should keep the sites separate and not redirect them.
 
Yes, this is called "conditional content". If you're using the Wordpress content managment system, you can use this plugin to show conditional statements. Visiting that plugin's page will also show you an example of the "if" statement that davids355 mentioned. Here's some more information about using conditional tags in Wordpress:
https://codex.wordpress.org/Conditional_Tags
 
This can be possible but it may create confusion on visitors so try to have a single logo for both websites. This will help to create trust on users and they will identify though your logo.
Right. Using same logo for both sites is better than using two logo.
 
Yes it is possible by creating different page for different referrers.
I don't think its a good decision.
 
Yes! this can be possible but as above said it may create confusion to your visitors and they might irritate from your website and never visit again.
 
Back
Top