Support » Themes and Templates » modify this template remove or change image

  • Hi,

    I just downloaded this template which is widget ready and whilst I’m not crazy about I think that it’s pretty good.

    http://free-from-debts.org/

    Except for the huge feed button in the header – I assume that that’s where it is but I’m new to this.

    I would either like to get rid of it or change the image.

    Any ideas would be appreciated.

    This may or may not help ..

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;

    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ |’; } ?> <?php bloginfo(‘name’); ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <link rel=”Shortcut Icon” href=”<?php bloginfo(‘template_url’); ?>/images/favicon.ico” type=”image/x-icon” />

    <!–we need this for plugins–>
    <?php wp_head();

    ?>
    </head>
    <body>

    <div id=”container”>

    <div id=”header”>

    <div id=”headerleft”>
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    <h2><?php bloginfo(‘description’); ?></h2>
    </div>

    <div id=”headerright”>
    “><img src=”<?php bloginfo(‘template_url’); ?>/images/rss.png” alt=”Feed” border=”0″ />
    </div>

    </div>

    <div id=”menu”>

      <li class=”emphasis”>“>Home
      <?php wp_list_pages(‘title_li=&depth=1’); ?>

    </div>
    <!–header.php end–>

    thanks

    Mike

  • The topic ‘modify this template remove or change image’ is closed to new replies.