• 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();

Viewing 1 replies (of 1 total)
  • You’ll need to look deeper into thesis code, perhaps unzip the theme on your computer and run a text search on <title> to find the function that handles this.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: HeadSpace2 SEO] Headspace2 header.php Edit Help Please’ is closed to new replies.