• 02-09-2015, 13:43:40
    #10
    FSahin adlı üyeden alıntı: mesajı görüntüle
    Temanızın header.php'sini buraya ekleyebilir misiniz ? Ve hangi temayı kullanıyorsunuz ?
    Colormag teması

    <?php
    /**
     * Theme Header Section for our theme.
     *
     * Displays all of the <head> section and everything up till <div id="main" class="clearfix"> <div class="inner-wrap">
     *
     * @package ThemeGrill
     * @subpackage ColorMag
     * @since ColorMag 1.0
     */
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <?php
    /**
     * This hook is important for wordpress plugins and other many things
     */
    wp_head();
    ?>
    </head>
    
    <body <?php body_class(); ?>>
    <?php	do_action( 'colormag_before' ); ?>
    <div id="page" class="hfeed site">
    	<?php do_action( 'colormag_before_header' ); ?>
    	<header id="masthead" class="site-header clearfix">
    		<div id="header-text-nav-container" class="clearfix">
             <?php if ( get_theme_mod( 'colormag_breaking_news', 0 ) == 1 || get_theme_mod( 'colormag_date_display', 0 ) == 1 || get_theme_mod( 'colormag_social_link_activate', 0 ) == 1 ) : ?>
                <div class="news-bar">
                   <div class="inner-wrap clearfix">
                      <?php if (get_theme_mod('colormag_date_display', 0) == 1)
                         colormag_date_display();
                      ?>
    
                      <?php if (get_theme_mod('colormag_breaking_news', 0) == 1)
                         colormag_breaking_news();
                      ?>
    
                      <?php if( get_theme_mod( 'colormag_social_link_activate', 0 ) == 1 ) { colormag_social_links(); } ?>
                   </div>
                </div>
             <?php endif; ?>
    
    			<?php if (get_theme_mod('colormag_header_image_position', 'position_two') == 'position_one') { colormag_render_header_image(); } ?>
    
    			<div class="inner-wrap">
    
    				<div id="header-text-nav-wrap" class="clearfix">
    					<div id="header-left-section">
    						<?php
    						if((get_theme_mod('colormag_header_logo_placement', 'header_text_only') == 'show_both' || get_theme_mod('colormag_header_logo_placement', 'header_text_only') == 'header_logo_only') && get_theme_mod('colormag_logo', '') != '') {
    						?>
    							<div id="header-logo-image">
    
    								<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo esc_url(get_theme_mod('colormag_logo')); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>
    							</div><!-- #header-logo-image -->
    						<?php
    						}
    
    						if(get_theme_mod('colormag_header_logo_placement', 'header_text_only') == 'show_both' || get_theme_mod('colormag_header_logo_placement', 'header_text_only') == 'header_text_only') {
    						?>
    						<div id="header-text">
    							<h1 id="site-title">
    								<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
    							</h1>
    							<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2><!-- #site-description -->
    						</div><!-- #header-text -->
    						<?php
    						}
    						?>
    					</div><!-- #header-left-section -->
    					<div id="header-right-section">
    						<?php
    						if( is_active_sidebar( 'colormag_header_sidebar' ) ) {
    						?>
    						<div id="header-right-sidebar" class="clearfix">
    						<?php
    							// Calling the header sidebar if it exists.
    							if ( !dynamic_sidebar( 'colormag_header_sidebar' ) ):
    							endif;
    						?>
    						</div>
    						<?php
    						}
    						?>
    			    	</div><!-- #header-right-section -->
    
    			   </div><!-- #header-text-nav-wrap -->
    
    			</div><!-- .inner-wrap -->
    
    			<?php if( get_theme_mod( 'colormag_header_image_position', 'position_two' ) == 'position_two' ) { colormag_render_header_image(); } ?>
    
    			<nav id="site-navigation" class="main-navigation clearfix" role="navigation">
    				<div class="inner-wrap clearfix">
    					<?php
                   if ( get_theme_mod( 'colormag_home_icon_display', 0 ) == 1 ) {
                      if ( is_front_page() ) {
                         $home_icon_class = 'home-icon front_page_on';
                      } else {
                         $home_icon_class = 'home-icon';
                      }
                      ?>
                      <div class="<?php echo $home_icon_class; ?>">
                         <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"><i class="fa fa-home"></i></a>
                      </div>
                      <?php
                   }
                   ?>
                   <h4 class="menu-toggle"></h4>
                   <?php
                   if ( has_nav_menu( 'primary' ) ) {
                      wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'menu-primary-container', 'items_wrap'      => '<ul id="%1$s" class="%2$s">%3$s</ul>' ) );
                   }
    					else {
    						wp_page_menu();
    					}
    					?>
                   <?php if ( get_theme_mod( 'colormag_random_post_in_menu', 0 ) == 1 ) { ?>
                      <?php colormag_random_post(); ?>
                   <?php } ?>
                   <?php if ( get_theme_mod( 'colormag_search_icon_in_menu', 0 ) == 1 ) { ?>
                      <i class="fa fa-search search-top"></i>
                      <div class="search-form-top">
                         <?php get_search_form(); ?>
                      </div>
                   <?php } ?>
    				</div>
    			</nav>
    
    		</div><!-- #header-text-nav-container -->
    
    		<?php if( get_theme_mod( 'colormag_header_image_position', 'position_two' ) == 'position_three' ) { colormag_render_header_image(); } ?>
    
    	</header>
    	<?php do_action( 'colormag_after_header' ); ?>
    	<?php do_action( 'colormag_before_main' ); ?>
    	<div id="main" class="clearfix">
    		<div class="inner-wrap clearfix">
  • 02-09-2015, 19:47:29
    #11
    Dostlar yok mudur ilgili birisi
  • 03-09-2015, 17:54:08
    #12
    Hiç kimsenin fikri yok mu ?
  • 03-09-2015, 17:56:47
    #13
    VBuMaSTeR adlı üyeden alıntı: mesajı görüntüle
    Hiç kimsenin fikri yok mu ?
    skypemde ekli misiniz hocam skypeden yazarsanız bakalım.
  • 03-09-2015, 17:57:38
    #14
    FoxTr adlı üyeden alıntı: mesajı görüntüle
    skypemde ekli misiniz hocam skypeden yazarsanız bakalım.
    Ekliyim şuan işyerinden çıkıyorum akşam inşallah ulaşıcam size
  • 03-09-2015, 20:32:46
    #15
    FoxTr adlı üyeden alıntı: mesajı görüntüle
    skypemde ekli misiniz hocam skypeden yazarsanız bakalım.
    üstadım yine bir problemimi çözdü valla çok teşekkürler
  • 03-09-2015, 20:35:17
    #16
    Rica ederim hocam iyi çalışmalar
  • 26-09-2015, 10:34:05
    #17
    Neymiş problem. Merak ettim. Yoast seo da başıma gelmişti bir kere. Çözememiştim ben de.

    SM-G900FQ cihazımdan Tapatalk kullanılarak gönderildi