• Resolved cashbagg

    (@cashbagg)


    Here’s the code to my header. It’s a public theme but cant seem to find where to add my logo jpg?

    Can someone help me add the appropriate code?

    </head>
    <body>
    <!– For non-visual user agents: –>
    <div id=”top”>Skip to main content.</div>

    <!– ##### Header ##### –>

    <div id=”header”>
    <h1 class=”headerTitle”>
    “><?php bloginfo(‘name’); ?>
    </h1>
    <div style=”padding-left: 10px; padding-bottom: 10px; font-size: 138%; color: #eee; font-weight: bold;” ><?php bloginfo(‘description’); ?></div>
    <div class=”subHeader”>
    <span class=”doNotDisplay”>Navigation: </span>
    <?php if ( function_exists(‘wp_admin_bar’) ) wp_admin_bar(); ?>

    </div>
    </div>
    <!– End Header –>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How do I add logo art to header?’ is closed to new replies.