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
March 31, 2019 at 3:08 pm
#21926
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