If all you want is the content of one post:
$post = get_post( $id );
$output = apply_filters( 'the_content', $post->post_content );
ob_clean();
echo $output;
die();
Related Posts:
- How to make comments work for a post loaded per Ajax?
- Ajax Load More Posts in Category Page
- How to load paginated post pages via ajax
- Getting the post_id in wp_ajax function
- Can I load posts via Ajax?
- Load posts dynamically
- How to load post content on index page using ajax when post title in sidebar is clicked
- How to use oEmbeds on Post Content during AJAX requests
- Show Custom Taxonomy Categories, Listing of Posts, and Single Post via AJAX
- This AJAX Code Doesn’t Work – Looking for elegant solution
- Cannot access current post’s ID in custom plugin
- Load post content into div with ajax
- POST from jQuery to PHP
- “Uncaught SyntaxError: Unexpected token
- WordPress theme ajax have_posts()
- The correct way to call posts with ajax
- How do I use Ajax to show the new posts realtime, on the frontpage
- how load content as pop-up using ajax
- Load content in a div with ajax
- How to create a load more post entries like Twitter?
- AJAX filter posts by year
- slideshow is not showing in a post call with ajax
- how to set beforsend option in wordpress ajax methods
- Filter Custom Post Type by Category with Ajax
- Ajax posts filter by date, comments, top views, top likes
- Add ajax load more function using WP API
- How to pass Post_ID variable from theme’s Single.php to custom Plugin using AJAX
- JSON – Permission Error?
- Ajax load more button in Recent posts widget
- Ajax Dynamic Archives not showing correct results
- WP_Query with ajax handler returns the same posts
- Two loops, one AJAX loop, exclude posts in first loop from second loop, loops are in different files
- Ajax post filters not working
- Loading post with Ajax
- Genesis + Ajax + Jquery | Failling to call action
- Random ajax load only works with posts_per_page set to -1
- Send post id through ajax and get the post content back
- Using ajax on editing a category edit page?
- Dynamic dependent Dropdown lists for categories, sub-categories and posts
- Auto-realod with new posts // Ajax call
- Dynamically switch template on click
- Lock post editing to one user at a time – wp_check_post_lock
- wp_query with ajax
- Call current post URL in ajax
- After ajax image is outside the “ tag
- Retrieve post in AJAX Callback
- Using AJAX and PHP to load next post object
- Automate post update for all posts?
- How to make ajax load posts from the current category?
- Using AJAX to filter posts without refreshing page
- Passing values via an Ajax querystring
- Unable to delete attached file from folder programmatically
- Javascript – How do I get specific post fields?
- How to create custom search form function including post “tags”
- how to filter posts by category without page load (ajax) in wordpress?
- WP Ajax returning 0, can’t find action
- call to jquery ajax failing with 500 error when passing extra data field
- Many buttons not functioning in WordPress dashboard (as admin)
- Post data across WordPress sites
- Ajax post doesnt call succes after got the response
- AJAX load more posts not using correct category and repeating the same few posts
- Order result from ajax
- Ajaxify Post Sort
- Colorbox not working on native WordPress gallery when gallery is loaded thru AJAX
- Dynamically load posts based on category
- WP_Query extended with AJAX
- Ajax the create and edit post form into lightbox and get results
- Ajax – Post Categories and Load More
- WP Load post with ajax and apply isotope
- How to get posts from network blog
- Get post id on click of thumbnail
- Adding a time stamp on post view
- Ajax calls in wordpress
- How to make ‘show_option_all’, that comes from wp_list_categoreis, to work with get_categories or with get_terms?
- WordPress Ajax load doesn’t work
- Get Posts Under Custom Taxonomy
- How to limit the number of posts that WP_Query gets?
- Passing current cookies in wp_remote_get to get Draft Post Preview
- wordpress media_handle_upload to work with blob or base64
- Override the default number of posts to show for a single loop?
- get_the_term_list by hierarchy order
- VT-resize image and display it [duplicate]
- Better post meta efficiency?
- display sub categories assoccited with each post in a category archive page
- Can’t publish, edit or delete posts since Gutenberg update
- Loop doesn’t exclude the specified category in home page
- is_page Funtion for Posts ?
- show posts under subcategory only when in that subcategory
- How to update all posts at once?
- WordPress Loop: How to display recent posts in multiple divs
- Custom Post Type, post-formats associated to custom post type > 404 archives
- Add Text Domain To Post Navigation
- What would causes search to return incorrect results?
- WordPress – When visiting a `single post/ single.php` my category menu item link becomes active
- Pagination not give another posts
- Error after saving or updating post
- Can’t create posts with WP DB Abstraction Plugin
- How to mark every 3rd post
- How to get alphabetic listing x other posts, based on first letter post?
- wordpress radio button on single post page