• The home page template must have an issue, but I don’t see it.
    The other pages show the footer..
    the home page just cuts off after the body content.
    Here is the code at the bottom of the footer

    apply_filters( ‘tmpl-front_page_sidebar’,supreme_front_page_sidebar() );
    do_action( ‘after_content’ );
    get_footer();

    Here’s the Odd thing, if I cut and paste the get_footer to above the apply_filters
    THEN the footer shows up but I get this text at the very bottom of the home page

    “apply_filters( ‘tmpl-front_page_sidebar’,supreme_front_page_sidebar() ); // Loads the front page sidebar. do_action( ‘after_content’ ); // supreme_after_content “

    This is over my head, Thanks for ANY INFO!!!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer not showing up on Home page, but does on other pages.’ is closed to new replies.