Remove comments box

This topic contains 4 replies, has 2 voices, and was last updated by  Alex Rollin 4 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #517997

    memorex13
    Expired Member
    Post count: 540

    Hi,
    I created an ad cpt but I want comments. I have disabled them from the tab but I still see wordpress comments. I tried to delete with css but it was eliminated from all Ctp.
    How could I eliminate these comnetarios see photo.
    Thank you

    #517998

    memorex13
    Expired Member
    Post count: 540
    This reply has been marked as private.
    #518003

    Alex Rollin
    Moderator
    Post count: 27815

    This CSS will hide comments on only that CPT

    
    
    
    body.single-gd_anuncios .comments-container {
        display: none;
    }
    
    #518004

    memorex13
    Expired Member
    Post count: 540

    Hi @alex

    works correctly
    Thanks

    #518011

    Alex Rollin
    Moderator
    Post count: 27815

    Excellent!

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket