Change header image?

  • Unknown's avatar

    Hi, I’m making a site using wordpress.org, and need help with where to put the direct url for the header image, the theme that I’m using is ‘Vector Flower’.

    Here’s the header.php code:

    ( ` )<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
    <html xmlns=”http://www.w3.org/1999/xhtml”>
    <head>
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php //comments_popup_script(); // off by default ?>
    <?php if (is_single() and (‘open’ == $post-> comment_status) or (‘comment’ == $post-> comment_type) ) { ?>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/prototype.js.php”></script>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/effects.js.php”></script>
    <script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/ajax_comments.js”></script> <?php } ?>
    <?php wp_head(); ?>
    </head>
    <body>
    <!– warpper start –>
    <div id=”wrapper”>
    <!– header start –>
    <div id=”header”>
    <h1>“><?php bloginfo(‘name’); ?></h1>
    <h2><?php bloginfo(‘description’); ?></h2>
    <div id=”navigation”><div><div>

    </div></div></div>
    <div id=”rss”>“><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/spacer.gif” width=”55″ height=”36″ alt=”RSS” title=”RSS” /></div>
    </div>
    <!– header end –>( ` )

    Where do I put the url, and what do i get rid of etc?

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for WordPress.com hosted blogs only. If you have a self-hosted WordPress blog you need to seek help at the WordPress.org forums, not here.

    If you don’t understand the difference, you may find this information helpful.

  • Unknown's avatar

    whoops, sorry :S – i’ll post there lol

  • The topic ‘Change header image?’ is closed to new replies.