• 25-07-2009, 10:45:10
    #1
    Oncelikle Selam,
    sitemin adi mircturk.web.tr sitemin title'inda "| mircturk" olarak cikiyor "|" bu isaret nerden geldi anlamiyorum. nerden duzeltebilirim? yardimci olabilir misiniz ?
  • 25-07-2009, 10:47:12
    #2
    index.php de en üstte title yazan yerde yokmu hocam?
  • 25-07-2009, 10:52:22
    #3
    wordpressden anladigim pek soylenemez. Webmsterda degilim yeni yeni olacagiz insallah
    editorden girince index.php dekiler bunlar...

    <?php include (TEMPLATEPATH . '/header.php'); ?>
    	<div id="page">
    
    	
    <?php
    		if (isset($theme_options["show_featured"]) && isset($theme_options["featured_id"]) && $theme_options["featured_id"]!="") {
    		}
    		?>
    
    		<?php
    		if (!isset($theme_options["layout_style"]) || $theme_options["layout_style"] == "scs") {
    			include (TEMPLATEPATH . '/lsidebar.php');
    		}
    		?>
    
    
    		<div id="content">
    
    
    			<?php include (TEMPLATEPATH . '/topads.php'); ?>
    
    			<?php if(is_home() && !is_paged() && isset($theme_options["show_featured"]) && isset($theme_options["featured_id"]) && $theme_options["featured_id"]!="") { include (TEMPLATEPATH . '/featuredpost.php'); } ?>
    			
    		<?php
    		$temp = $wp_query;
    		$wp_query= null;
    
    		if(is_home() && !is_paged() && isset($theme_options["show_featured"]) && isset($theme_options["featured_id"]) && $theme_options["featured_id"]!="") {
    			add_filter( 'posts_where', 'exclude_posts' );
    			function exclude_posts( $where ) {
    				global $wpdb;
    				$theme_options = get_option('SimpleBalance');
    
    				$whereExt =  " AND $wpdb->posts.ID != ".$theme_options["featured_id"];
    
    				return $where . $whereExt;
    			}
    		}
    
    		$wp_query = new WP_Query();
    		$wp_query->query('&paged='.$paged);
    
    		?>
    
    		<?php if (have_posts()) : ?>
    			<?php
    			$postCount = 0;
    			if (isset($theme_options["home_fullposts"])) {
    				$featLimit = $theme_options["home_fullposts"];
    			}
    			else {
    				$featLimit = 1;
    			}
    			?>
    			<?php
    			while (have_posts()) : the_post();
    			if (isset($theme_options["show_featured"]) && isset($theme_options["featured_id"]) && $theme_options["featured_id"]!="" && $post->ID == $theme_options["featured_id"]) {				
    				continue;
    				update_post_caches($posts);
    			}
    			$postCount++;
    			?>
    
    
    			<div class="post">
    				<div class="postTitle"><h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2></div>
    				<div class="postInfo">Yazi hakkinda <?php the_time('F dS, Y'); ?> ve <?php the_category(', ') ?> <?php edit_post_link('edit', '(', ')'); ?></div>
    
    				<div class="postContent">
    				<?php
    				if (isset($theme_options["home_excerpts"]) && $theme_options["home_excerpts"] == 0) {
    					the_content('<br />Continue reading '.get_the_title('', '', false));
    				}
    				else {
    					if (is_home() && !is_paged() && $postCount <= $featLimit) {
    						the_content('<br />Continue reading '.get_the_title('', '', false));
    					}
    					else {
    						the_excerpt();
    					}
    				}
    				?>
    				</div>
    
    
    
    
    				<?php if(function_exists('the_tags')) { ?><div class="postExtras">
    					<strong>Etiketler:</strong> <?php the_tags('', ', ', ''); ?></div><?php } ?>
    				
    				<div class="postMeta">
    					<span class="postLink"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">Konuyu oku</a></span>
    					<?php
    					$comNo = get_comment_type_count('comment'); // Checking if there are any actual comments (trackbacks and pingbacks excluded)
    
    					if ($comNo == 1 ) {
    					?>
    					<span class="postComments"><?php comments_popup_link('Add your comment', 'Read 1 comment', 'Read '.$comNo.' comment'); ?></span>
    					<?php }
    					elseif ($comNo > 1) {
    					?>
    					<span class="postComments"><?php comments_popup_link('Add your comment', 'Read 1 comment', 'Read '.$comNo.' comments'); ?></span>
    					<?php }
    					else {
    					?>
    					<span class="postComments"><?php comments_popup_link('Add your comment', 'Add your comment', 'Add your comment'); ?></span>
    					<?php } ?>
    				</div>
    			</div>
    			<?php endwhile; ?>
    
    			<div class="navigation">
    				<div class="left"><?php previous_posts_link('&laquo; Newer posts') ?></div>				
    				<div class="right"><?php next_posts_link('Older posts &raquo;') ?></div>
    			</div>
    
    			<?php $wp_query = null; $wp_query = $temp;?>
    
    
    			<?php else: ?>
    			Bulunamadi.
    			<?php endif; ?>
    		</div>
    
    		<?php
    		if (isset($theme_options["layout_style"]) && $theme_options["layout_style"] == "css") {
    			include (TEMPLATEPATH . '/lsidebar.php');
    		}
    		?>
    
    		<?php include (TEMPLATEPATH . '/rsidebar.php'); ?>
    
    	</div>
    
    <?php include (TEMPLATEPATH . '/footer.php'); ?>
  • 25-07-2009, 10:52:50
    #4
    www.arslania.com
    index.php den bu sorunu halledeblrsn kod yapısı için header.php ye de bakablsn
  • 25-07-2009, 10:54:45
    #5
    header.php içindeki kodları ekleyin.
  • 25-07-2009, 10:55:11
    #6
    AliArslan adlı üyeden alıntı: mesajı görüntüle
    index.php den bu sorunu halledeblrsn kod yapısı için header.php ye de bakablsn
    usta buda header.php

    <?php
    $theme_options = get_option('SimpleBalance');
    ?>
    <!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" lang="en">
    
    <head profile="http://gmpg.org/xfn/11">
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    	<meta http-equiv="Content-Language" content="en" />
    	<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
    	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    	<link rel="stylesheet" href="<?php echo $colorScheme; ?>" 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'); ?>" />
    	<link rel="shortcut icon" href="<?php bloginfo('url'); ?>/favicon.ico" />
    
    	<?php wp_get_archives('type=monthly&format=link'); ?>
    
    	<?php if ( is_single() ) wp_enqueue_script( 'comment-reply' ); ?>
    <?php start_template(); ?>
    	<?php wp_head(); ?>
    </head>
    
    <body>
    <div id="wrap">
    	
    	<div id="header">
    		<div class="topLogo">
    			<?php if (is_single() OR is_page()) { ?>
    			<h2><a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h2>
    			<?php
    			} else { ?>
    			<h1><a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
    			<?php }	?>
    			<?php if ($theme_options["display_description"] == 1) { ?><span class="blogDescription"><?php bloginfo('description'); ?></span><?php } ?>
    		</div>
    
    		<div class="topMenu">
    		<ul>
    			<li<?php if (is_home()) { ?> class="current_page_item"<?php } ?>><a href="<?php echo get_settings('home'); ?>" title="<?php bloginfo('name'); ?>">Anasayfa</a></li><?php qbkl_nospace(wp_list_pages('include='.$theme_options["top_menu_pages"].'&sort_column=menu_order&depth=1&title_li=')); ?>
    		</ul>
    		</div>
    
    		<div class="topSearch">
    			<form method="get" name="searchform" id="searchform" action="<?php bloginfo('home'); ?>">
    				<input type="text" value="Site ici aramasi" name="s" class="s" onfocus="if (this.value == 'Search this blog...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this blog...';}" />
    				<a href="javascript:document.searchform.submit();" class="searchSubmit">Arama</a>
    			</form>
    		</div>
    	</div>
  • 25-07-2009, 10:59:55
    #7
    Kimlik doğrulama veya yönetimden onay bekliyor.
    All in seo ayarlarindan Sayfa basligi Titlesine bi kontrol edermisin
  • 25-07-2009, 11:12:24
    #8
    TekimNet adlı üyeden alıntı: mesajı görüntüle
    All in seo ayarlarindan Sayfa basligi Titlesine bi kontrol edermisin
    orayada baktim ordada | isareti bulunmuyor...

    All in seo yu etkisizlestirdim simdi kalkti... ama neresinde bu isaret :S
  • 25-07-2009, 11:15:14
    #9
    Temani degistirip denermisin ayni sorun devam ediyormu?