• Resolved Berg Informatik

    (@berginformatik)


    Hi

    I would like to display Custom Fields on the All Listing Page beneath the Name.
    Custom fields to display: Age, Size and Heritage. In that exact Order. Ive tried to add following to the function.php File without any success:

    function atbdp_content_before_location(){
    $email = get_post_meta(get_the_ID(), ‘100’, true);
    printf(‘

    • <span class=”atbd_info”>%s</span>
    • ‘, $email, $email);
      }
      add_action(‘atbdp_listings_before_location’, ‘atbdp_content_before_location’);

      Can you help?
      Much appreciated

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

Viewing 1 replies (of 1 total)
  • Plugin Support Rafiz Sejim

    (@rafizsejim)

    Hello @berginformatik

    We could help you with the code but the next update will include substantial structural changes throughout the plugin. So, if we provide you the code you might run into issues or won’t work after the update which will roll out on 27th February.

    The good news is that you will be able to display custom fields of your choice on all listing card after the update. The feature will be available by default. So, please wait a few more days.

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Display Custom Fields on All Listing Page’ is closed to new replies.