Relative Content

Tag Archive for wordpresspostgetfrontendwordpress-rest-api

Get query using Url WordPress ? wp rest api

I have a post type Properties. Property have their name(Title) image(Featured Image) and Locations(Acf Field). so i want to extract the exact property. from frontend i have a search form in which i am searching properties using location. so can i get the exact property using URL Like domain/wp-json/wp/v2/properties?acf.address_map.address="formsearchlocation so it only return the property which has the same location as i searched Using wp rest api and frontend on react so if anybody can help me out reply !!