Don’t show the Body of the Post in the_content();
-
I need to move the body of the post after the single-product template. I tried doing this by replacing “the_content();” with “echo get_post_meta( $post->ID, ‘description’, true );” This use to work, but now the “description” field is not showing. Also, the WP-User-Frontend Plugin attaches the custom fields to “The_content” and thus when we move this to the bottom of the product it moves all the other fields to bellow the product. all we want to do is move the post body and not other custom fields. Other options we try also hit row blocks as your plugin does not allow us to assign a admin only field to WPBakery.
So, my question is… how can we display “the_content()” with everything BUT the body of the post. And then how do we add that body into another section of the site?
Thanks,
MichaelThe page I need help with: [log in to see the link]
- The topic ‘Don’t show the Body of the Post in the_content();’ is closed to new replies.