thank you… I had tried that already… I’m not well versed on exactly how / where it should go… I tried adding this:
add_filter('geodir_show_geodir_shortcode','enable_shortcodes_on_field',10,2);
add_filter('geodir_show_geodir_corrections','enable_shortcodes_on_field',10,2);
function enable_shortcodes_on_field($html, $variables_array){
return apply_filters('the_content', $html);
}
by editing what is already there in snippets, but it didn’t work. I tried copying it exactly, but just changing the variable name, but that didn’t work either.