[Plugin: HeadSpace2 SEO] Headspace2 header.php Edit Help Please
-
I have been following the headspace tutorial located at https://www.videos.bycenay.com/tech-stuff/seo-tech-stuff/headspace2-video-tutorial/ I am looking to remove the standard Thesis function and replace it with <title><?php wp_title(”,true); ?></title> so Headspace2 can rewrite the browser title as per Headspace2 rules.
However when I open up the header.php file what I see is the code listed at the bottom of this post. There is no <title> </title> to insert the <?php wp_title(”,true); ?> between the code. Here is what I see. Can someone please help?
<?php
function thesis_header_area() {
thesis_hook_before_header();
thesis_header();
thesis_hook_after_header();
}
function thesis_header() {
echo “\t<div id=\”header\”>\n”;
thesis_hook_header();
echo “\t</div>\n”;
function thesis_default_header() {
thesis_hook_before_title();
thesis_title_and_tagline();
thesis_hook_after_title();
- The topic ‘[Plugin: HeadSpace2 SEO] Headspace2 header.php Edit Help Please’ is closed to new replies.