Forums

[resolved] Alternating Headers per page (1 post)

  1. mjuanstudio
    Member
    Posted 1 year ago #

    How do I alternate headers from page to page? I have seen coding on where to put it but I keep receiving error messages.

    Here is the code in my header.php

    <div id="header">
    <div id="logo">
    " title="<?php bloginfo('description'); ?>"><img class="title" src="<?php if ( get_option('sdt_logo') <> "" ) { echo get_option('sdt_logo').'"'; } else { bloginfo('template_directory'); ?>/images/logo2.png<?php } ?>" alt="<?php bloginfo('name'); ?>" />
    <h1 class="replace">"><?php bloginfo('name'); ?></h1>

    </div>

    [mod: please use the 'code' button to mark your code and keep it intact and readable]

Topic Closed

This topic has been closed to new replies.

About this Topic