• 15-01-2013, 23:06:45
    #1
    Üyeliği durduruldu
    Merhaba Arkadaşlar sitemin kaynak kodları 2. satırdan başlıyor biyerde boşlukmu var bilmiyorum ama nasıl düzeltebilirim?

    film izle

    ayrıca site yavaş açılıyor sizce sebebi nedir??

    Optimizasyonları yaptım..
  • 16-01-2013, 00:08:55
    #2
    anahtar kelime ile de link çok güzel olmuş şaka bir yana dosyaları incelemek irdelemek lazım
  • 16-01-2013, 13:27:41
    #3
    Üyeliği durduruldu
    bilgisi olan yokmu acaba??
  • 16-01-2013, 15:22:20
    #4
    Developer
    header.php dosyanızı upload edermisiniz biryere bakalım.
  • 16-01-2013, 15:50:50
    #5
    Üyeliği durduruldu
    brown adlı üyeden alıntı: mesajı görüntüle
    header.php dosyanızı upload edermisiniz biryere bakalım.
    <!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" dir="ltr" lang="tr-TR">
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=7" />
    <title><?php elegant_titles(); ?></title>
    <?php elegant_description(); ?>
    <?php elegant_keywords(); ?>
    <?php elegant_canonical(); ?>
    <link href='https://fonts.googleapis.com/css?family=Droid+Sans:regular,bold' rel='stylesheet' type='text/css' />
    <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="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <!--[if lt IE 7]>
    	<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/ie6style.css" />
    	<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/DD_belatedPNG_0.0.8a-min.js"></script>
    	<script type="text/javascript">DD_belatedPNG.fix('img#logo, #search-form, .thumbnail .overlay, .big .thumbnail .overlay, .entry-content, .bottom-bg, #controllers span#left-arrow, #controllers span#right-arrow, #content-bottom-bg, .post, #comment-wrap, .post-content, .single-thumb .overlay, .post ul.related-posts li, .hr, ul.nav ul li a, ul.nav ul li a:hover, #comment-wrap #comment-bottom-bg, ol.commentlist, .comment-icon, #commentform textarea#comment, .avatar span.overlay, li.comment, #footer .widget ul a, #footer .widget ul a:hover, #sidebar .widget, #sidebar h3.widgettitle, #sidebar .widgetcontent ul li, #tabbed-area, #tabbed-area li a, #tabbed .tab ul li');</script>
    <![endif]-->
    <!--[if IE 7]>
    	<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/ie7style.css" />
    <![endif]-->
    <!--[if IE 8]>
    	<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/ie8style.css" />
    <![endif]-->
    <script type="text/javascript">
    	document.documentElement.className = 'js';
    </script>
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    <?php wp_head(); ?>
    <link rel="shortcut icon" href="http://www.cinemafilmizle.com/afis/favicon.ico" />
    </head>
    <?php $et_body_class = get_option('deg_cufon') == 'false' ? 'cufon-disabled' : '';?>
    <body <?php body_class( $et_body_class ); ?>>
    	<div id="container">
    		<div id="container2">
    			<div id="header">
    				<a href="<?php bloginfo('url'); ?>">
    					<?php $logo = (get_option('deg_logo') <> '') ? get_option('thestyle_logo') : get_bloginfo('template_directory').'/images/logo.jpg'; ?>
    					<img src="<?php echo esc_url($logo); ?>" alt="Film izle" id="logo"/></a>
    				<div id="header-bottom" class="clearfix">
    					<?php $menuClass = 'nav';
    					$menuID = 'primary';
    					$primaryNav = '';
    					if (function_exists('wp_nav_menu')) {
    						$primaryNav = wp_nav_menu( array( 'theme_location' => 'primary-menu', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'menu_id' => $menuID, 'echo' => false ) ); 
    					};
    					if ($primaryNav == '') { ?>
    						<ul id="<?php echo $menuID; ?>" class="<?php echo $menuClass; ?>">
    							<?php if (get_option('thestyle_home_link') == 'on') { ?>
    								<li <?php if (is_home()) echo('class="current_page_item"') ?>><a href="<?php bloginfo('url'); ?>"><?php esc_html_e('Anasayfa','TheStyle') ?></a></li>
    							<?php }; ?>
    							
    							<?php show_page_menu($menuClass,false,false); ?>
    						
    							<?php show_categories_menu($menuClass,false); ?>
    						</ul> <!-- end ul#nav -->
    					<?php }
    					else echo($primaryNav); ?>
    					<script type="text/javascript">
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
    
    </script></div> <!-- end #header-bottom -->	
    			</div> <!-- end #header -->