Adding more details into the listing pages
-
I am really struggling to figure this out
On the listing page using loop_listing_blog_default you get
Thumbnail
Address
Title
Bedroom
extract
price/bondHowever I wanted to add some other items ie
Furnished/Unfurnished
Initial Period
Property Type
Num Bedroomsetc etc
I have been trying to follow some of your instructions but they don’t seem to be displaying the correct info – using this page:
https://codex.easypropertylistings.com.au/article/85-rental-listing-custom-meta-fieldsI have been trying this
<?php do_action( ‘epl_property_furnished’ ); ?>
nothing displays (nor does “property_furnished”)
I managed to get “Available from” using this line
<?php do_action( ‘epl_property_available_dates’ );// meant for rent only ?>
which I got from a single listing template – however I cannot find another list of what other items I can use in “do_actions” the page I linked too above doesn’t have “epl_property_available_dates” it has “property_date_available” so I am not sure that its the right page to look atBasically I am trying to locate how I echo out any of the information located via the XML insert?
I know how to edit the template but you don’t actual say what the field names are called to echo them out
Bit like
<?php do_action(‘epl_property_price’); ?>
Actually displays “£2,500/ Monthly£3,750 Deposit” where as I actually wanted to have price on its own and deposit/bond later on – as an example
Not sure if documentation matches the latest version or whether I am looking at the wrong page
Any help appreciated
Thank you Sarah
https://www.ads-software.com/plugins/easy-property-listings/
- The topic ‘Adding more details into the listing pages’ is closed to new replies.