Home › Forums › WoodMart support forum › Sidebar issue and title with Directory pro › Reply To: Sidebar issue and title with Directory pro
November 25, 2021 at 12:35 pm
#334525

Elise Noromit
Member
P.S. 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