Forums
(@bjo)
11 years, 1 month ago
I have the same issue with 2.0.33 under WP 3.6.1 and 3.7.
11 years, 6 months ago
Ah. echo get_post_meta(get_the_ID(), '_wpbdp[fields][$fieldid]', true); works. Well, shouldn’t $listing_id instead get_the_ID() work either?
echo get_post_meta(get_the_ID(), '_wpbdp[fields][$fieldid]', true);
This does not work any more, the function does not exist. And with wpbdp_formfields_api()->get_field($fieldid) I get nothing.
12 years, 2 months ago
This issue also exists with 2.6.4.