Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Show Notes should be a metabox #5

Open
mattstratton opened this issue Nov 11, 2014 · 2 comments
Open

Show Notes should be a metabox #5

mattstratton opened this issue Nov 11, 2014 · 2 comments

Comments

@mattstratton
Copy link
Member

instead of using the body, use a metabox/custom field. WYSIWYG in CMB2 is not super delightful though

@mattstratton
Copy link
Member Author

Aha. Here is the trick for outputting WYSIWYG with CMB2:

echo wpautop( get_post_meta( get_the_ID(), $prefix . 'test_wysiwyg', true ) );

https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/wiki/Field-Types#wysiwyg

@mattstratton
Copy link
Member Author

Another possible problem with this - need to figure out how this affects the feed. Although to be honest, the itunes summary, etc, for the feed should be driven from Summary not the Body

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant