Display Custom Fields on All Listing Page
-
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 appreciatedThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display Custom Fields on All Listing Page’ is closed to new replies.