• 17-08-2008, 14:59:34
    #64
    Emperor adlı üyeden alıntı: mesajı görüntüle
    Bu eklentiyi ftpmizden mi yükleyicez ve wp sitemizde nasıl aktif edicez bilen bir arkadaş yardımcı olursa seviniriz_
    temanın header.php dosyasına bak orda buna benzer cod var onla değiştirecen

    yapamazsan header.php dosyasını burda yayınla nereye değiştirmen gereken yeri söyliyelim.
  • 18-08-2008, 16:04:50
    #65
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(''); ?> indir <?php wp_title(''); ?> programi indir <?php wp_title(''); ?> download</title>


    bence bu kod daha iyi
  • 18-08-2008, 16:14:17
    #66
    Üyeliği durduruldu
    arkadaşlar ben pek bişi anlamadım ancak header.php ya okna nın verdiği kodu direk yapıştırdım üstte bir yerlere doğrumu yada bana en iyi indexi yapacak kodu verirmisiniz bide headerde nereye koyacağımı ayrıntılı anlatırsanız sevinirim
  • 18-08-2008, 16:17:30
    #67
    <head>
    bu kodlar arasına yapıştıracaksın header php de en üstüne yapıştır
    </head>
  • 18-08-2008, 16:55:04
    #68
    <!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 profile="http://gmpg.org/xfn/11">


    burdan
    <? $theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
    <title><?php echo wp_title("",false); ?> - <?php bloginfo('name'); ?></title>
    <? } else{ ?>
    <title><?php bloginfo('name'); ?></title>
    <? } ?>
    buraya kadar



    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="pragma" content="no-cache" />
    <meta http-equiv="cache-control" content="no-cache" />
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/javascript/imghover.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'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico" type="image/x-icon" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    </head>
    <body>
    <div class="BGC">
    <!-- start header -->
    <div class="Header">
    <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    <p class="Desc"><?php bloginfo('description'); ?></p>
    <div class="Search">
    <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
    <input type="text" name="s" class="keyword" />
    <div id="buttonsearch"><input name="submit" type="image" class="search" title="Search" src="<?php bloginfo('template_url'); ?>/images/ButtonTransparent.png" alt="Search" />
    </div>
    </form>
    </div>
    <div class="Syn">
    <ul>
    <li><a href="<?php bloginfo('rss2_url'); ?>">Yazılar için</a> (RSS)</li>
    <li><a href="<?php bloginfo('comments_rss2_url'); ?>">Yorumlar için</a> (RSS)</li>
    </ul>
    </div>
    </div>

    not: Yapamıyan Varsa Pm Atsın..
  • 18-08-2008, 20:11:43
    #69
    güzel paylaşım sağolun.
  • 11-09-2008, 00:54:31
    #70
    Tşk işime yaradı
  • 16-09-2008, 06:45:18
    #71
    Tşkrler Bunu Kullanıyorum
  • 18-09-2008, 22:02:08
    #72
    teşekkürler