Home Forums WoodMart support forum Sidebar issue and title with Directory pro

Sidebar issue and title with Directory pro

Viewing 3 posts - 31 through 33 (of 33 total)
  • Author
    Posts
  • #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

    #334766

    FillHK
    Participant

    Thx, now it’s good.

    #334881

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 3 posts - 31 through 33 (of 33 total)

The topic ‘Sidebar issue and title with Directory pro’ is closed to new replies.