Without "location" written on various places?

This topic contains 17 replies, has 4 voices, and was last updated by  Paolo 8 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #163118

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    TO be able to remove the first part you would need to use the filter, not tested but i believe this would work: (added to theme functons.php

    
    
    add_filter('geodir_details_taxonomies_output','my_geodir_details_taxonomies_output',10,4);
    function my_geodir_details_taxonomies_output($taxonomies,$post_type,$listing_label,$listing_label_UC){
    $taxonomies = str_replace($listing_label_UC,"",$taxonomies);
    
    return $taxonomies;
    }

    For the actual cat/tag names they would need to be added to the translation files and scanned by po edit unless you are using WPML?

    Stiofan

    #170297

    George Nicolae
    Expired Member
    Post count: 123

    A little too late but this is what I needed. Applied the filter and it’s working now 🙂 Problem finally solved.

    #170720

    Paolo
    Site Admin
    Post count: 31206

    Thanks for letting us know 🙂

Viewing 3 posts - 16 through 18 (of 18 total)

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

Open Support Ticket