if (top.location != self.location) top.location = self.location; '; ?> <?php // this is a part which creates SEO titles, so you do not need plugins like All in one seo pack global $post; if ( is_single() || is_page() || is_archive() ) wp_title(''); else if(is_404()) echo '404 Error! Page Not Found'; else if(is_search()) echo 'Search for: '.wp_specialchars($s, 1); else bloginfo('name'); if ($post->post_parent) echo ' - '.get_the_title($post->post_parent); ?>