Yaptığımız Tasarımı Wordpresse Entegre Ediyoruz [Header] #2



Header'a Ekliyeceğiniz Bazı Kodlar :
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<title><?php bloginfo('name'); ?>  <?php wp_title( '', true, 'right' ); ?></title>
<link rel="Shortcut Icon" href="favicon.ico" type="<?php echo get_option('fk_favicon'); ?>">
<link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Voltaire' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Pathway+Gothic+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Doppio+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>"/>
<link  rel = "stylesheet"  href = "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" >
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<?php  ?>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>js/site.js"></script>
<?php wp_head(); ?>


Bu Yazımı Paylaş Facebook +Google Twitter Digg Reddit

Bu yazı hakkında yorum yap

Sadece yazı ile ilgili yorumlar atınız.
Soru&Sorunlarınız için yorum kısmını değil İletişim kısmını kullanınız.

Back to top