I got error using <?php wp_head(); ?>
What you placed in the <head> of your templates:
<?php get_header(); ?>
Here my code:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<?php wp_head(); ?>
<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=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<link href=”style.css” rel=”stylesheet” type=”text/css” />
<!– Start of StatCounter Code –>
<script type=”text/javascript”>
var sc_project=2839653;
var sc_invisible=0;
var sc_partition=28;
var sc_security=”8ea5da2c”;
</script>
<script type=”text/javascript” src=”https://www.statcounter.com/counter/counter_xhtml.js”></script><noscript><div class=”statcounter”><img class=”statcounter” src=”https://c29.statcounter.com/2839653/0/8ea5da2c/0/” alt=”page hit counter” /></div></noscript>
<!– End of StatCounter Code –>
</head>
<body>
<?php get_header(); ?>
<div id=”page”>
<!– header [-]–>
<div id=”header”>
<form method=”get” id=”searchform” action=”<?php bloginfo(‘home’); ?>/”>
<p class=”text_s”>
<input type=”text” value=”Search” name=”s” id=”s” class=”search-box” onfocus=”if (value ==’Search’){value =”}” onblur=”if (value ==”){value=’Search’}” /><input type=”submit” id=”searchsubmit” value=”” class=”search-button” /></p>
</form>
<p>/” title=”Home”>
<?php bloginfo(‘name’); ?>
<span id=”span”>
<?php bloginfo(‘description’); ?>
</span></p>
</div>
<!– header [+} –>
<div id=”menu”>
<li <?php if(is_home()){echo ‘class=”current_page_item”‘;}?>>/” title=”Home”>Home
<?php wp_list_pages(‘title_li=&depth=1&’.$page_sort.’&’.$pages_to_exclude)?>
</div>
PLZ Write the rite code