Adding a new field in the database and show it in the listings and single listings
Hello,
In my site
www.partvoodoo.com I don't want to let users add a new listing, but I need additionnal fields from my database to be shown in these pages :
- single-listing.php
- content-listing.php (homepage)
I have a big database, so I use the vantage import to import listings.
How can I map my import with the new fields ? If they are named identically (same from my database and in the custom form) will it be done automatically ?
Also, what PHP code should I insert in these pages to retrieve and show these new fields from my database ?
Thanks a lot in avdance for your help, I've be searching the forum in vain for days
!!