Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
reaviel
tagDiv Member

Thank you , i will try to usse this example :
<?php
$logoSlug = ”; // Default
if (is_page(‘about-us’)) {
$logoSlug = ‘_blue’; //assuming that the about-us page has a logo_blue.png logo
} elseif (is_page(‘work’)) {
$logoSlug = ‘_white’; //assuming that the services/work page has a logo_white.png logo
} //continue along that way. Might be ways to do it with a switch, but this is the quickest I can think of
?>
.png” alt=”Photo Lab”>

Kind regards
KK

Viewing 1 post (of 1 total)