• Hi, I am using Themeco’s Pro theme with Integrity stack. The WP Auto Listings plugin creates the listings archive and single listing pages, but neither looks like a page or post styled by the Pro theme. Neither page has a header, navigation, content styling, or footers.

    The theme developers say that they do support header and footer for custom post type. They asked that I check with you on the following:

    The Default Header and Footer will show if the functions called in archive pages.
    Seems the custom archive page has been created for the Custom Post Type and the default functions like get_header and get_footer is not called properly.

    Please advise on how and where you call get_header and get_footer and how it can be changed so that the site’s theme header and footer display on the listings pages.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    Please follow this documentation to know how to override the plugin’s templates.
    https://wpautolistings.com/docs/templates/

    You can find the file archive-listing.php and single-listing.php in the templates folder then change the function get_header( 'listings' ); to the default get_header();

    FYI, I do not see the issue with the header when activating the default theme of WordPress, Twenty TwentyOne.

Viewing 1 replies (of 1 total)
  • The topic ‘Header and Footer do not display on Auto Listings pages’ is closed to new replies.