• Resolved fabianschultzphoto

    (@fabianschultzphoto)


    Hello, I just came across your plugin and was hoping I can use it.
    Your plugin is for listings, to show nearby stores. What if I dont have listings on my website but I want to use the plugin to show nearby members instead of stores?
    Can I use your plugin to display the distance between other members on my BuddyPress website? So that the map shows members locatons NOT stores – see screenshot. Thank you ??

Viewing 1 replies (of 1 total)
  • Plugin Author dgamoni

    (@dgamoni)

    Hi
    I am not see screenshot
    the plugin does not support User post type
    but a solution can be found
    you can create a new CPT for this
    and through the hook SAVE_POST and every time you add or change the coordinates of the user to save these values in the new CPT to the locateandfilter fields
    eg
    update_post_meta( $post_id, ‘locate-anything-lat’, ‘37.558190’)[0];
    update_post_meta( $post_id, ‘locate-anything-lon’, ‘-3.023443’)[0];`

Viewing 1 replies (of 1 total)
  • The topic ‘Locate members instead of stores’ is closed to new replies.