• 01-10-2008, 20:31:04
    #1
    Bir süre önce temamı değiştirdim.Fark ettim ki title değişmiyor,önce ki tema da değişiyordu. Biraz kurcaladım ama halledemedim.
     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="XHTML namespace" <?php language_attributes(); ?>>
    
    <head profile="http://gmpg.org/xfn/11">
    
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <script src="http://static.getclicky.com/49289.js" type="text/javascript"></script>
    <link rel="shortcut icon" href="/favicon.ico" />
    <script language='JavaScript' type='text/javascript'>
    if (top.location != self.location) top.location = self.location;
    </script>
    
    <title>
    
    
    
    <?php bloginfo('name'); ?>
    
    <?php if(is_home()) { ?>
    
     - <?php bloginfo('description'); ?>
    
    <?php } ?>
    
    <?php if(is_single()) { ?>
    
    <?php wp_title(); ?>
    
    <?php } ?>
    
    <?php if(is_404()) { ?>
    
     - Sayfa Bulunamadı
    
    <?php } ?>
    
    <?php if(is_search()) { ?>
    
     - Arama Sonuçları: <?php echo wp_specialchars($s, 1); ?>
    
    <?php } ?>
    
    
    
    </title>
    
    <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'); ?>" />
    
    <script src="<?php bloginfo('template_directory'); ?>/js/tabcontent.js" type="text/javascript"></script>
    
    
    
    <?php wp_head(); ?>
    
    
    
    </head>
    
    <body>
    
    
    
    <div id="container">
    
    
    
    <!-- ^^^^^^^^^^^^^^ header code ^^^^^^^^^^^^^^ -->
    
    <div id="header">
    
    
    
            <div id="pagenav">
    
            <ul>
    
            <li<?php if(!is_page() ) { ?> class="current_page_item"<?php } ?>><a href="<?php bloginfo('home'); ?>">Ana Sayfa</a></li>
    
            <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
    
            </ul>
    
            </div>
    
    
    
            <div id="searchform">
    
            <form method="get" action="<?php bloginfo('url'); ?>/">
    
            <fieldset>
    
            <label><?php _e('Arama'); ?></label>
    
            <input type="text" value="<?php the_search_query(); ?>" name="s" id="searchinput" />
    
            <input type="submit" value="Ara" id="searchbutton" />
    
            </fieldset>
    
            </form>
    
            </div>
    
    
    
            <div id="logo">
    
            <h1><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
    
            <div class="description"><?php bloginfo('description'); ?></div>
    
            </div>
    
    
    
            <?php include('about.php'); ?>
    
    
    
    </div>
    
    <div class="clear"></div>
    
    <!-- ^^^^^^^^^^^^^^ header code ^^^^^^^^^^^^^^ -->
    header'da ki kodlar bunlar. yardımcı olabilirseniz sevinirim
  • 01-10-2008, 21:29:38
    #2
    Platin üye
    All in seo eklentisinin özelliği budur,temalar değişir ama title aynı kalır?

    Titleni eklenti ayarlarından değiştirebilirsin?!
  • 01-10-2008, 21:33:27
    #3
    antiarabesk adlı üyeden alıntı: mesajı görüntüle
    All in seo eklentisinin özelliği budur,temalar değişir ama title aynı kalır?

    Titleni eklenti ayarlarından değiştirebilirsin?!
    Benim sorunum title'nin sürekli aynı kalması bu temada! diğer temalara geçince istediğim gibi oluyor! olay title'ın sürekli aynı şekilde sabit kalması
  • 01-10-2008, 21:45:12
    #4
    Bunu Denersen Olucaktir
     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="XHTML namespace" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <script src="http://static.getclicky.com/49289.js" type="text/javascript"></script>
    <link rel="shortcut icon" href="/favicon.ico" />
    <script language='JavaScript' type='text/javascript'>
    if (top.location != self.location) top.location = self.location;
    </script>
    <title>
    <TITLE>BURAYA TITLENI YAZ <TITLE/>
    <?php bloginfo('name'); ?>
    <?php if(is_home()) { ?>
     - <?php bloginfo('description'); ?>
    <?php } ?>
    <?php if(is_single()) { ?>
    <?php wp_title(); ?>
    <?php } ?>
    <?php if(is_404()) { ?>
     - Sayfa Bulunamadı
    <?php } ?>
    <?php if(is_search()) { ?>
     - Arama Sonuçları: <?php echo wp_specialchars($s, 1); ?>
    <?php } ?>
    </title>
    <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'); ?>" />
    <script src="<?php bloginfo('template_directory'); ?>/js/tabcontent.js" type="text/javascript"></script>
    <?php wp_head(); ?>
    </head>
    <body>
    <div id="container">
    <!-- ^^^^^^^^^^^^^^ header code ^^^^^^^^^^^^^^ -->
    <div id="header">
            <div id="pagenav">
            <ul>
            <li<?php if(!is_page() ) { ?> class="current_page_item"<?php } ?>><a href="<?php bloginfo('home'); ?>">Ana Sayfa</a></li>
            <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
            </ul>
            </div>
            <div id="searchform">
            <form method="get" action="<?php bloginfo('url'); ?>/">
            <fieldset>
            <label><?php _e('Arama'); ?></label>
            <input type="text" value="<?php the_search_query(); ?>" name="s" id="searchinput" />
            <input type="submit" value="Ara" id="searchbutton" />
            </fieldset>
            </form>
            </div>
            <div id="logo">
            <h1><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
            <div class="description"><?php bloginfo('description'); ?></div>
            </div>
            <?php include('about.php'); ?>
    </div>
    <div class="clear"></div>
    <!-- ^^^^^^^^^^^^^^ header code ^^^^^^^^^^^^^^ -->
  • 01-10-2008, 21:56:06
    #5
    Eski temaya geçtim.Olay header'dan kaynaklanmıyor sanırım,tamamen değiştirdim olmadı. Yardımcı olanlara teşekkürler.