Hoping someone can hep with this...
I have four logos, I want a three of them to display if a user is on a certain page and I want the fourth logo to display if the user is on any other page.
I just can't get my head round conditional statements?
if (is_page('870')
Show logo 1;
elseif (is_page('891')
Show logo 2;
elseif (is_page('886')
Show logo 3;
else
Show logo 4;