• Resolved rakesh1974

    (@rakesh1974)


    Since the listing function is a bit unique on our website I have managed to change to a different header, but since the single listing display page is not an actual page at the backend it is taking the default website header…

    I need to change to my custom header using that header id or a its slug

    thanks

Viewing 1 replies (of 1 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,
    Our Single listing pages are Custom Post Type “acadp_listings” and they cannot be found under “WordPress => Pages”. Normally the layout for posts is controlled by single.php of your theme. Since ACADP listings are Custom Post Type “acadp_listings”, they will use the same post template(single.php). So, you can Override the single post template(single.php) from your theme, like “single-acadp_listings.php” and do your changes inside this file. Kindly refer https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
    Also, please check with your theme support team to add/remove the sidebar.
    But, if you just want to alter the listing content displayed, then you will need to override our listing detail page template. Kindly refer https://pluginsware.com/documentation/customizing-acadp-templates/
    You will have to override the /wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/listing/acadp-public-listing-display.php file

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Change single listings page header’ is closed to new replies.