Lensa- Different Logo on certain pages
-
Currently using the Lensa Theme and I want to be able to change the logo for just a few select pages on my site
not sure the correct way to go about this, this is the logo section of the header.php file – not sure how to adjust this code to produce the desired result though
any suggestions appreciated, thanks<h1 class="logo"> <a>"> <?php if (get_option('colabs_logotitle')=='logo'){ echo '<img src="' . get_option('colabs_logo') . '" alt="' . $site_title . '" />'; }else { echo $site_title; } // End IF Statement ?> </a> </h1>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Lensa- Different Logo on certain pages’ is closed to new replies.