Getting minimax content from a post with a shortcode
-
We are using the editor with a custom post type. We want to use a short code to access the custom post (by it’s id) and display the content.
The code:
do_shortcode($post_to_show->post_content)will return content from the post if the content was entered with the text or visual editor, but not when the content is built with the minimax editor.
Is there a work-around or some other technique?
Thanks
- The topic ‘Getting minimax content from a post with a shortcode’ is closed to new replies.