هذا قالب الهيدر php
\[code\]<!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" <?php language\_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html\_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?><?php wp\_title(); ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1">
<link rel="stylesheet" href="<?php echo get\_stylesheet\_uri(); ?>" type="text/css" media="screen" />
<link rel="pingback" href="<?php bloginfo('pingback\_url'); ?>" />
<?php wp\_head(); ?>
</head>
<body <?php body\_class(); ?>>
<div class="center <?php echo of\_get\_option('head\_select'); ?>-social">
<!--SOCIAL ICONS-->
<div class="social\_wrap">
<div class="social">
<ul>
<?php if ( of\_get\_option('fbsoc\_text') ) { ?>
<li class="soc\_fb"><a title=""Facebook"" href=""<?php">">Facebook</a></li><?php } ?>
<?php if ( of\_get\_option('ttsoc\_text') ) { ?>
<li class="soc\_tw"><a title=""Twitter"" href=""<?php">">Twitter</a></li><?php } ?>
<?php if ( of\_get\_option('gpsoc\_text') ) { ?>
<li class="soc\_plus"><a title=""Google" href=""<?php">">Google Plus</a></li><?php } ?>
<?php if ( of\_get\_option('ytbsoc\_text') ) { ?>
<li class="soc\_ytb"><a title=""Youtube"" href=""<?php">">Youtube</a></li><?php } ?>
<?php if ( of\_get\_option('flkrsoc\_text') ) { ?>
<li class="soc\_flkr"><a title=""Flickr"" href=""<?php">">Flickr</a></li><?php } ?>
<?php if ( of\_get\_option('lnkdsoc\_text') ) { ?>
<li class="soc\_lnkd"><a title=""Linkedin"" href=""<?php">">Linkedin</a></li><?php } ?>
<?php if ( of\_get\_option('pinsoc\_text') ) { ?>
<li class="soc\_pin"><a title=""Pinterest"" href=""<?php">">Pinterest</a></li><?php } ?>
<?php if ( of\_get\_option('rsssoc\_text') ) { ?>
<li class="soc\_rss"><a title=""Rss" href=""<?php">">RSS</a></li><?php } ?>
</ul>
</div>
</div>
<!--SOCIAL ICONS END-->
</div>
<!--HEADER START-->
<div class="headcenter">
<div id="header">
<!--LOGO START-->
<div class="logo">
<h1><a href=""<?php">"><?php bloginfo('name') ;?></a></h1>
<div class="desc"><?php bloginfo('description')?></div>
</div>
<!--LOGO END-->
<!--MENU STARTS-->
<div id="menu\_wrap"><div class="center"><div id="topmenu"><?php wp\_nav\_menu( array( 'container\_class' => 'menu-header', 'theme\_location' => 'primary' ) ); ?></div></div></div>
<!--MENU END-->
</div>
</div>
<?php if ( is\_singular()) {?><div class="center"><div class="slide\_shadow"></div></div><?php } ?>
<!--HEADER END-->
<div class="center">\[/code\]