Change sepatator

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

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

Open Support Ticket
  • Author
    Posts
  • #143784

    marktowers
    Buyer
    Post count: 171

    Hi,

    I’d like to change the separator from a “|” to a “-” on the titles and metas.

    Could you advise where I would need to look to make this adjistment?

    Thanks.

    #143944

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I’m not sure that is possible, I asked to the developers to let us know.

    Thanks

    #143948

    Paolo
    Site Admin
    Post count: 31206

    Actually it is, please add this in your functions.php file.

    
    
    
    add_filter('geodir_page_title_separator','my_geodir_page_title_separator',10,1);
    function my_geodir_page_title_separator($sep){return "-";}

    Thanks

    #144327

    marktowers
    Buyer
    Post count: 171

    Cheers Paolo. Looks like this is working fine 🙂

    #144380

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

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