Support » Plugins » Disable header in Thematic

  • Hello,

    I need to completely disable the header that is generated by thematic. I found the following code, but it only does about 1/2 of what I need it to: it removes certain elements but not the entire header. I want the entire header gone.

    function hideHeader() {
    	remove_action('thematic_header','thematic_access',9);
    }
    add_action('init', 'hideHeader');

    Am I doing something wrong? Any advice would be great.

  • The topic ‘Disable header in Thematic’ is closed to new replies.