@mintycake – Thanks for getting in touch.
In response to your question you can edit the property details page by:
a) modifying your CSS to make the elements look how you want
or
b) If the layout your after differs from the default:
i) Copy the file located in /wp-content/plugins/propertyhive/templates/content-single-property.php to your own theme folder located at /wp-content/your-theme-name/propertyhive/content-single-property.php
ii) From there you can either use the existing hooks or, if the layout really is massively different you can pull in this information manually. For example, to get the price you could do echo $property->get_formatted_price()
, or for the summary description you can do the_excerpt()
. It’s hard to give a definitive list of the code you’ll need without knowing the layout you’re after and the kind of information you’re looking to display.
If it would help… if you have a design available of how you would like the page to look I’m happy to build it for you, free of charge. Simply email through FTP details to [email protected] along with a design and I’ll be able to knock something together in an hour or so to get you started.
Hope that helps,
Steve