Removal of Tags in Detail

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

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

Open Support Ticket
  • Author
    Posts
  • #483133

    Will
    Full Member
    Post count: 79

    How do you hide the tags? I still want them to be seen by search engine bots but want to hide or move them so mobile devices aren’t plagued with all the tags to scroll through. I fixed this on the previous version but V2 is not allowing it the same way.

    Thank you

    #483144

    Kor
    Moderator
    Post count: 16516

    Hi Will,

    Thanks for your post. You can possibly try using custom CSS code to hide the tags. Have you given it a try?

    #483148

    Will
    Full Member
    Post count: 79

    Yes, it worked on old version but can’t seem to get it on the new version. Not sure how to do this one.

    #483178

    Paolo
    Site Admin
    Post count: 31206

    Please provide a link and we’ll provide CSS.

    Thanks

    #483216

    Alex Rollin
    Moderator
    Post count: 27815

    There is another way to do it, by editing the detail page template.
    Remove the GD Single Taxonomy and replace it with GD Post Meta key=category

    That will stop the tags from being output on the page.

    https://wpgeodirectory.com/docs-v2/templates/details/

    #483259

    Will
    Full Member
    Post count: 79
    This reply has been marked as private.
    #483308

    Alex Rollin
    Moderator
    Post count: 27815

    It is better to do it by editing the detail page template.
    Remove the GD Single Taxonomy and replace it with GD Post Meta key=category

    You can add this to the customizer and adjust as needed.

    
    
    
    /*hide GD Tags everywhere*/
    span.geodir-tags {
    display: none!important;
    }
    
Viewing 7 posts - 1 through 7 (of 7 total)

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

Open Support Ticket