• 18-04-2010, 22:50:26
    #1
    Üyeliği durduruldu
    Arkadaşlar aşağıdaki 3grey temasını kullanıyorum. Tema tam bana göre ama temanın ust kısmında tema adı ve slogan yazan yere banner seklınde bır resım koymak ıstıyorum. Yardımcı olabilecek arkadaş varsa çok makbule geçer.



    Download theme | Click here for Demo
  • 18-04-2010, 22:59:30
    #2
    header.php de sanırım <?php wp_title(''); ?> burayı silip resim adresinizi yazın
    <a href="resimadresi"> gibi

    temayı indirmedim ezbere söyledim umarım doğrudur
  • 18-04-2010, 23:01:58
    #3
    header.php de 27.satırı komple silin, daha sonra bu kodu kendinize göre değiştirip oraya ekleyin.
    Alıntı
    <a href="<?php echo get_option('home'); ?>"><img src="http://www.siteadi.com/banner.jpg" border="0" /></a>
  • 21-04-2010, 01:28:12
    #4
    Üyeliği durduruldu
    Ben de bunu merak ediyordum..Wordpress InSense teması header kodları aşağıdadır...title kısımlarını silince title yok oluyor yanlış yaptım...tam olarak nereyi editleyeceğiz acaba?


    <!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>
    <title><?php if ( is_home() ) { ?><? bloginfo('name'); ?>&nbsp;<?php bloginfo('description'); } else { wp_title('&nbsp;'); ?>&nbsp;by&nbsp;<? bloginfo('name'); } ?></title> 
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 
    <link rel="shorcut icon" type="image/x-ico" href="<?php bloginfo('template_url'); ?>/favicon.ico" />
    
    <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/wp-layout-normal.css" title="normal"/>
    <link rel="alternate stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/wp-layout-large.css" title="large" />
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/javascript/imghover.js"> </script>
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/javascript/styleswitcher.js"> </script>
    <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'); ?>" />
    <?php wp_head(); ?>
    </head> 
    <body>
    
    <!-- bgcontain & bgcontainIn START -->
    <div id="bgcontain"><div id="bgcontainIn">
    
    <!-- Header START -->
    <div class="HeaderBG">
     <div class="Header">
     <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
     <div class="TagLine"><?php bloginfo('description'); ?></div>
     <div class="CornerLeft"></div><div class="CornerRight"></div>
     
       <div class="TopMenu">
        <ul>
          <li><a href="#Content">Skip to Content</a></li><li><a href="<?php echo get_option('home'); ?>">Home</a></li><li><?php wp_loginout(); ?></li>
        </ul>
      </div>
     
       <div class="WidthSize">
       Options:
        <ul>
          <li><a href="#" onclick="setActiveStyleSheet('normal'); return false;">Normal</a></li><li><a href="#" onclick="setActiveStyleSheet('large'); return false;">Large</a></li>
        </ul>
      </div>
    </div> 
    <!-- Header END -->
    
    <!-- Menu START -->
    <div class="Menu">
      <div class="MainMenu">
       <ul>
        <?php wp_list_pages('title_li='); ?> 
       </ul>
      </div>
      
      <div class="MainSyn">
      <ul>
       <li><a href="<?php bloginfo('rss2_url'); ?>"><span>Entries RSS</span></a></li>
       <li><a href="<?php bloginfo('comments_rss2_url'); ?>"><span>Comments RSS</span></a></li>
      </ul>
      </div>
      
    </div>
     
    </div> 
    <!-- Menu END -->
    
    
    <!-- Content START -->
    <div id="Content">
  • 21-04-2010, 01:37:28
    #5
    title sitenin başlığıdır yanı tarayıcıda görünen adı. silmeniz yada düzenlemeniz gereken yer

     <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> 
    <div class="TagLine"><?php bloginfo('description'); ?></div>