Display Address from Listing

This topic contains 2 replies, has 2 voices, and was last updated by  chris 9 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #9164

    chris
    Free User
    Post count: 12

    I am looking to display the address and other information that is normally on the sidebar elsewhere on the detail page. Any kind of information will be greatly appreciated.

    Thank you,

    #9179

    Simone
    Expired Member
    Post count: 3515

    Hello,

    you can do that (or at least I do that) by writing this code where you want to display the field:
    eg.

    
    
    geodir_get_post_meta($postid,'post_latitude',true);
    

    That’s for the latitude, you can see the variables in the geodir_custom_field table in the database.

    #9184

    chris
    Free User
    Post count: 12

    Thank you!

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