Помогите срочно!!!
В коде header.php wp что-то не так, пишет :_gaq.push(['_trackPageview']); _gaq.push(['_trackPageLoadTime']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
В чём может быть проблема?
<?php
ob_start();
?>
стоит >
а надо ?>
<? wp_title( '|', true, 'right' ); bloginfo( 'name' );
if(WP_VERSION < 3.0):
endif;
if (is_file(TEMPLATEPATH .'/favicon.ico')):
endif;
remove_action('wp_head', 'wp_generator');
wp_enqueue_script('jquery');
if (is_singular() && comments_open() && (get_option('thread_comments') == 1)) {
wp_enqueue_script('comment-reply');
}
wp_head();
ob_start();
?>