Meta Box
Support Forum
Support › MB Views › Content doesn't showResolved
Why I can't show the content?
<div class="nm-dishes--body"> <p class="nm-dishes--desc"> {{ post.content }} </p> </div>
Hi Kirb,
If you are using the custom query, you can get the post content by using the property post_content, it should be post.post_content. Get more details on this documentation https://docs.metabox.io/extensions/mb-views/#custom-query
post_content
post.post_content
Thanks you 🙂