Gökhan Blog adlı üyeden alıntı

Yanlış düzeltiyorsundur hocam linkleri ve temadaki eklediğin şeklini burda bir yazarsan yardım ederim


peki hocam kodları ekliyorum

header.php

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

*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
?>
>


<?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', 'twentyten' ), max( $paged, $page ) );<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();
?>


>





peki worpdress kendi temalarında bir değişiklik yapmadım onlarda neden bu hatayı veriyor.