I presume you are getting the page content like so:
$page_id = 1;
$page = get_page($page_id);
$content = $page->post_content;
echo $content;
If thats the case then you can run the content through the the_content filter:
$content = apply_filters('the_content', $content);
The will process the content as if it was run through the_content() function.
Related Posts:
- Exclude page name from loop
- Tags on page (not post) returns nothing – why? Improved clarified question!
- Using the Loop to show all levels of subpages under a parent page? Halfway there
- Child Pages Loop
- Get post by page name or slug
- Loop that displays PARENT PAGE & CHILD PAGE & outputs GRANDCHILD PAGE title and content
- Display subpages under parent page as a list within a loop
- Is including the loop necessary for page.php? [duplicate]
- Identify the page being shown while in The Loop
- Related Posts loop – offset
- If Loop has odd number of posts on last page Custom style for last post in it
- single page site with subpages
- How to loop through ALL pages?
- Get titles of all posts with current tags except current post
- taxonomy tags 404 to custom post types
- Loop and Page template : my WP_query don’t take args
- Create a loop that gets pages with their template
- Display content of page template (get_page)
- Loop after page content
- wp alchemy multiple image uploader output images to template
- A loop with all articles with certain text strings in tags
- How to show posts with multiple tags on tag.php?
- Get Page content to displayin Bootstrap Modal
- Problem getting current post tags to show in a widget
- How do I make a variable available inside partials?
- How to show more random posts if Tag has less than 3 posts
- Display Posts Only with Specific Tag
- Stepping through a foreach loop – adding +1 to the end of it so next time it loops it starts on item 2
- Include multiple page ids in loop
- Can I add generic numbering HTML classes to items as a loop runs?
- Adding div after every two post on main loop! Why will first post not get counted?
- Get post offset/posts page offset in single post page (outside the loop)
- something strange is happening to my code
- how to replace get_template_part(‘loop’,’tag’) with explicit styled version?
- For each loop on every word in post
- First archive page with a few posts
- Include future posts in tags and in search
- Exclude page from loop results
- Print the whole page?
- WP_Query is only looping home page, not pages
- how to run loop in function.php that sends email based on specific conditions?
- Using has_tag() outside loop
- How do i create a list-posts-page?
- WordPress: query pages except remove one page
- How to display fields from the loop in two separate divs
- Archive: Lists itself
- is it bad to copy the loop for a template?
- Get top Page IDs from menu and cycle through their child pages on a scroller
- Search – Check if post is a page on search page
- Show posts by tags excluding current post
- Structure and Display Content from Multiple Pages on Single Page
- Making a specific page wordpress compatable that is not index
- Default Template infinite loop of Title
- WordPress Tags in class
- Secondary loop cuts off at 10 posts?
- Have multiple loops on a page appear after/between page content
- get_template_part() to render single page Theme
- How to show only specific tag in wordpress loop
- Tag custom loop show posts
- How to do query_posts on tags pages
- Tags outside the loop
- Use Base-URL with Query-Loop
- Giving each loop post unique numbers so that WordPress would treat separately
- get_posts() forcing ignore sticky posts on main loop
- Get markup for post without loading into the template
- Why doesn’t ‘continue’ work in page?
- Exclude category from get_the_category
- display post tags on single.php inside loop
- Custom content before post content
- Fetching posts from wordpress function in ajax
- Saving return value from the_author_posts_link()
- List all anchor links on a page
- Can’t get the previous and next posts permalink
- How can this multiple loop have pagination as described?
- How to get tagged pages to show up with tagged posts?
- How to render the single post template with the post name?
- How to put a block of code between [shortcode][/shortcode] in do_shortcode()?
- Default featured image set as background image [closed]
- Adding first and last classes to three column layout in Bones boilerplate
- Breaking up the results of a loop
- current-user_can not working in loop
- Custom Blog Loop on Home Page
- Query pages based on tags
- Display more than 10 posts on author.php file
- Reset Loop get_posts();
- Accessing the Posts page Content
- Show terms in archive page
- excerpt not showing up
- Exceprt not displaying
- Where to add offset?
- How to synchronize The Loop with the max post per page?
- How to add a byline to all the pages?
- make diffrent template on last six post published
- Search page loop banner image issue
- How to filter posts by category INSIDE the loop
- Video post format, extra content breaks video embed
- For Each +1 WordPress Loop
- Interrogate a page within a loop to check template type or custom meta data (Pages vs Posts)
- Why is my category post repeating twice
- static page with multiple loops breaks post pagination