address on listing page

This topic contains 2 replies, has 2 voices, and was last updated by  Rob Barrie 5 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #432818

    Rob Barrie
    Expired Member
    Post count: 28

    Add listing address on listing page in whoop theme ?

    #432823

    Paolo
    Site Admin
    Post count: 31206

    To add the address in the archive listings page in Whoop would require a customization of the template geodirectory/listing-listview.php

    To echo the address you’ll need this snippet:

    
    
    global $post;
    
    echo $post->geodir_address;
    

    Hope this helps, let us know how it goes!

    #432832

    Rob Barrie
    Expired Member
    Post count: 28

    thanks paolo,
    its working fine.

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

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

Open Support Ticket