Buyrun header.php kodları.

/**
* The Header for our theme.
*
* Displays all of the section and everything up till

*
* @package WellThemes
* @file header.php
* @author Well Themes Team
* @link http://wellthemes.com
*/
?>





>





<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-68010468-1', 'auto');
ga('send', 'pageview');

</script>


<?php <br/> /* <br/> * Print the <title> tag based on what is being viewed. <br/> */ <br/> global $page, $paged; <br/> <br/> wp_title( '|', true, 'right' ); <br/> <br/> // Add the blog name. <br/> bloginfo( 'name' ); <br/> <br/> // Add the blog description for the home/front page. <br/> $site_description = get_bloginfo( 'description', 'display' ); <br/> if ( $site_description && ( is_home() || is_front_page() ) ) <br/> echo " | $site_description"; <br/> <br/> // Add a page number if necessary: <br/> if ( $paged >= 2 || $page >= 2 ) <br/> echo ' | ' . sprintf( __( 'Page %s', 'wellthemes' ), max( $paged, $page ) ); <br/> <br/> ?> <br/>



/* We add some JavaScript to pages with the comment form
* to support sites with threaded comments (when in use).
*/
if ( is_singular() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );

/* Always have wp_head() just before the closing
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to such
* as styles, scripts, and meta tags.
*/
wp_head();
?>

>