[Theme: Today] How to display different logos according to pages
-
Dear community,
I am trying to have a different logo for each page on my wp. I already checked some posts about this problem but they don’t give me a solution according to my code. I hope you guys can help me with this.
Link to the blog:
MusicaFrasesES<div id="header"> <div class="header-row fixed"> <div id="logo"><?php if (of_get_option('logo_upload','true') == 'true'){ } else { if (of_get_option('logo_upload',null) != null){ $logo_url = of_get_option('logo_upload'); } else { $logo_url = get_template_directory_uri().'/_layout/images/logo.png'; } echo ' <a href="'.get_bloginfo('url').'"><img src="'.$logo_url.'" alt="logo" /></a>'; } ?> </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Theme: Today] How to display different logos according to pages’ is closed to new replies.