Forums
(@adesh2010sachan)
9 years ago
solution is here $content=get_post_meta(get_the_ID(), ‘_my_custom_field_meta_key’, true);
print apply_filters( ‘the_content’, $content);
then it working fine.