Home › Forums › WoodMart support forum › Sidebar issue and title with Directory pro › Reply To: Sidebar issue and title with Directory pro
November 26, 2021 at 8:12 am
#334763
Eric Watson
Participant
Hello,
Please find the line in the code provided above:
if ( is_archive( 'services_dir_ltg' ) ) :
and replace with this one:
if ( is_post_type_archive( 'services_dir_ltg' ) || is_singular( 'services_dir_ltg' ) || is_tax( 'services_dir_cat' ) ) :
Best Regards