sir i installed wordpress in localhost.
i want to change my them for that purpose
i used code like
/header.php?<?=$_SESSION[n]?>" id="prev" <?=($start==$$totalpages-1 ) ? ' class="current" ' : ''?>> <
/header.php?<?=$_SESSION[n]?>" id="next" <?=($start==$$totalpages-1 ) ? ' class="current" ' : ''?>>>
but header page it is working
http://localhost/wordpress/wp-content/themes/default/header.php?2
error showing
Fatal error: Call to undefined function language_attributes() in E:\wamp\www\wordpress\wp-content\themes\default\header.php on line 8
how i can solve this???