Advanced Fields with Impress Listings
PreviewIf a customer would like additional fields added to Impress Listings that are specific to their MLS feed then this is possible with custom development.
- Install the following WP plugins: Display Post Meta & File Manager
- Go to Listings -> Listings and click View next to any listing
- Click DPM in the black bar at the top
- Locate the Meta Keyword you want (Ex: _listing_mlsareamajor)
- Go to File Manager
- Browse to wp-content => plugins => wp-listings => includes => views
- Download single-listing.php
- Edit the file as follows:
- Locate echo ‘<table class=”listing-details extended”>’;
- You’ll enter your code directly under: echo ‘<tbody class=”right”>’;
- The code:
- Save file with a different name.
- Go back to wp-admin and go to the file manager.
- Browse to wp-content => themes => (Your Activated Child Theme)
- Upload the new document
- Go into any listing and change the template to what you just created.