This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Shortcode in customfield soes not show up in results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Shortcode in customfield soes not show up in results Reply To: Shortcode in customfield soes not show up in results

#21926
ckworldckworld
Participant

I tried this in the advanced description field:

<div class=”fusion-button-wrapper fusion-alignright”><span class=”fusion-button-text”>Details & Reserve</span></div>
<?php
$cf_value = get_post_meta(get_the_ID(), ‘pricemonth’, TRUE);
echo do_shortcode( $cf_value );
?>

Price / month {pricemonth}<br><br>
{teamlist}<br>

Did not work