• Resolved diondetovenaar

    (@diondetovenaar)


    Hi,

    I love the plugin. Many options and does what is promised.

    Is it possible to get the value of the data manager. For example i want to show the status in the archive content. And if it is possible, how can i do this? It is not in the documentation.

    EDIT:
    To make things clear. I want to show the status on the archive page for each property. So if a property has status ‘Te huur’ i want to show that beneath the title.

    https://pasteboard.co/IxYbDbm.png

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter diondetovenaar

    (@diondetovenaar)

    I tried to get the terms list but that does not work.

    <?php echo get_the_term_list( get_the_ID(), ‘status’, ”, ‘,’ ); ?>

    Thread Starter diondetovenaar

    (@diondetovenaar)

    Another question, how can i show the single title instead of the required customized property name?

    Plugin Author Estatik

    (@estatik)

    Hi there,
    You need to use ‘es_status’ so it will be -> echo get_the_term_list( $post->ID, ‘es_status’, ”,’,’,”); while you are using ‘status’.
    Let me know if it helped.

    As for the second question, didn’t understand it completely. Could you please clarify? Do you need to change property title?
    Via settings of the plugin you can switch to show Address instead of Title of the listing, if it helps somehow.

    Thread Starter diondetovenaar

    (@diondetovenaar)

    Hi,

    Thanks for your reply. ‘Es_status’ works now. ??

    For the second question.

    In the plugin settings you can enter a ‘custom property name’. It replaces the title of the property in my theme. I want to show the title of the property and not a custom property name or address. See images below.

    https://pasteboard.co/IyJcJSv.png
    https://pasteboard.co/IyJegpy.png

    Property translated in Dutch means ‘Eigendom’.

    Thanks for helping out ??

    Plugin Author Estatik

    (@estatik)

    Could you please share the live URL to the page of second screenshot? So we could see where custom Property is placed.
    It seems that that is not single property page..
    Thank you!

    Thread Starter diondetovenaar

    (@diondetovenaar)

    Plugin Author Estatik

    (@estatik)

    Thank you, it helped a lot. Unfortunately it can be fixed only via code and customization of the core plugin.
    If you are interested in estimate, please contact us.
    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to get custom field?’ is closed to new replies.