• Hello

    What a great plugin! although i am struggling with this. When i search for a property my property search page only shows my property title and the price. I would like to know how i can add text to it as i have seen it on other sites running this plugin.Even if its only a snipet of the main property text.

    I have looked through pages of the forum and could not see my answer all so played around with the plugin settings again no luck.

    Thanks

    https://wordpress.org/plugins/wp-property/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    Hello.

    If you need to add more information about your property to the property overview you can add this code to the property-overview.php template with required attributes
    <?php echo $property['area']; ?>

    Regards.

    Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    Copy this template firstly to you theme root folder in order not to loose your customization after update of the plugin.

    Regards.

    Thread Starter lozwilky

    (@lozwilky)

    Hi is there a list of attributes as i want a snipet of the main text.

    If i wanted more attributes do i just add another line of code with the attribute on.

    thanks

    Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    If you need content of the property you can use
    <?php echo $property['post_content']; ?>

    To add other attributes you just need to add separate line of code.

    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search results display text’ is closed to new replies.