Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In the template, get data from the get_post($id) function , where $id is the ID of the post to get. Display the received data as you want and where you want.
Either the option suggested by @MonkAlbino (returns an object), or even simpler (lighter in resources and no need to parse the object):echo get_post_field('post_content', $post_id);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question