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

    (@realtyna)

    Hello,

    There are two IDs in WPL one if property ID (id column of [wp_prefix]_wpl_properties table) and another one is Listing ID (mls_id column of [wp_prefix]_wpl_properties table).

    We’re using Property ID for technical sections such as URLs etc. If you’re developing your own code you can simply convert Property ID to Listing ID using $listing_id = wpl_property::listing_id($pid); You can get $pid in single property page using $pid = wpl_request::getVar('pid');

    Regards,
    Realtyna support team

Viewing 1 replies (of 1 total)
  • The topic ‘Property ID in URL of single property’ is closed to new replies.