functions - Output and filter data from a XML url

I have a URL provided by my Real Estate service that lists, in a XML file, every apartment and house that I have to sell

I have a URL provided by my Real Estate service that lists, in a XML file, every apartment and house that I have to sell.

The XML url lists every detail of every apartment, things like images, year of building, floor, prices, rent, etc.

I need to create a Real Estate WordPress website where I can list, from this url, all those apartments and house and also show a filter where I can filter apartaments by price, by location, etc.

Any clue on how to do this on WordPress?

Thanks!

I have a URL provided by my Real Estate service that lists, in a XML file, every apartment and house that I have to sell.

The XML url lists every detail of every apartment, things like images, year of building, floor, prices, rent, etc.

I need to create a Real Estate WordPress website where I can list, from this url, all those apartments and house and also show a filter where I can filter apartaments by price, by location, etc.

Any clue on how to do this on WordPress?

Thanks!

Share Improve this question asked Nov 27, 2019 at 5:00 vtsvts 134 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Periodically read the XML file, parse it, and insert/update/delete your custom Wordpress "realestate" posttype. I have done this before, for various realestate clients. Step 1 (the easy way): Find out if there is already a plugin/code to read your specific XML. There are probably dozens of others using the same XML structure to fill a (wp)website.

Step 2: Write your own plugin, define your own posttype.

Step 3: Periodically read in the XML and update the data (posts / post_meta).

Step 4: Create the views to display/filter your custom posttype

Every step includes a whole topic in Wordpress development, a bit too much to explain here.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744963566a4603534.html

相关推荐

  • functions - Output and filter data from a XML url

    I have a URL provided by my Real Estate service that lists, in a XML file, every apartment and house that I have to sell

    1天前
    50

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信