Is this because I need to define get_custom_field in my theme functions?
Is it possible for WP 3.4.2 to not understand get_custom_field? I feel like I have tried this and gotten an error that get_custom_field does not exist.
Just curious as to how to get do_shortcode to work in my textarea (using the Editor option on Custom Content Type) the WP documentation on the subject is pretty sparse. I tried
<?php echo do_shortcode( 'ecpt_My_Field_Name' ) ?> to no avail.
Thank you!
Thread Starter
pzula
(@pzula)
Update: This is an issue with other areas not accepting shortcodes, not an issue with this plugin.
See documentation on do_shortcode