• I thought I had clipboard-ed the whole section before experimenting but missed a section and now cant figure out how to fix it. the error I get is:
    Parse error: syntax error, unexpected $end in /home/cacc/public_html/wp-content/themes/thesis_184/custom/custom_functions.php on line 46

    line 46 is the line I had not copied and I have placed question marks in the space I changed. Is that line the problem or is there something else wrong?

    }
    function remove_?????????_from_home(){
    if(is_front_page()){
    remove_action(‘thesis_hook_before_header’, ‘thesis_nav_menu’);
    }
    }

    /* Splash Page Custom Template */
    // Function is called from wp-content/themes/thesis/splash_page.php
    function splash_page() {

    thesis_content_column();
    }

    function suppress_title() {
    return (is_page()) ? false : true;
    }
    add_filter(‘thesis_show_headline_area’, ‘suppress_title’);

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘help Parse error: syntax error, unexpected $end in /home/cacc/public_html/wp-con’ is closed to new replies.