• gerif

    (@gerif)


    When I create a property, I put some description in the text editor. I assume this becomes the post content, if that’s the right term?

    Is there a way to display that on the property-overview page?

    I’d like it to display in the right column, to the right of the image.

    Thank you.

    The page I need help with: [log in to see the link]

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

    (@mariakravchenko)

    Hello.

    Yes, you could customize property-overview.php and add post_content there.
    https://wp-property.github.io/docs/customizing-templates/

    Regards.

    Thread Starter gerif

    (@gerif)

    Thank you for the quick response!

    I had found a similar page but my question should have been more specific.

    For the description of the property, what would the slug be?

    <?php echo $property[‘description????’]; ?>

    Also, on the page you gave, there’s a bit of missing text that I would like more information about.

    “E.g if you want to add slideshow to all single property pages, place this code into the property.php template

    Do you know what that code would be?

    Thanks.

    Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    The slug is

    post_content

    the code is <?php echo do_shortcode('[property_responsive_slideshow]'); ?>

    Thread Starter gerif

    (@gerif)

    Thank you. I was able to get the post_content to display.

    Now, I’ll show my ignorance. I’d like the image to display in the left_column and the content to display in the right_column. I’ve seen this in some screenshots and demos. And, since the .css specifies the columns, I would have expected this to just work. Unfortunately, it’s been a while since I worked with .css.

    As you can see, the post_content displays below the image, not to the right. Could you please explain why it’s not doing what I expected?

    Thank you very much for your continued support.

    Plugin Contributor MariaKravchenko

    (@mariakravchenko)

    That depends on the theme which you are using. Our themes have special templates. We can develop special templates to meep design of your theme and also take into consideration your preferences. You could schedule a call to discuss that with Marcus – https://app.hubspot.com/meetings/marcus-smoot

    Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display Property Content on the Overview Page’ is closed to new replies.