Remove portion of code in header.php from homepage only
-
I have this code that resides in the header.php template file:
<div class="dynamic-header"><?php if(function_exists('show_media_header')){ show_media_header(); } ?></div>
I want to process that header code on all pages except for homepage. Any ideas how I can do this?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Remove portion of code in header.php from homepage only’ is closed to new replies.