The URL you are trying to pass to cannot be used (wp-content/themes/stargazer/populate.php)
As @Milo pointed out, please check the AJAX Codex, and it will explain the use of ‘ajaxurl’, which is a protected variable.
In short, all AJAX requests must be passed through ‘admin-ajax.php’ whether it is for the frontend or backend.
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
- 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?
- Ajax: load content from post I clicked
- 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
- Code understanding
- Implement AJAX ‘load more’ with offset posts
- Xhr.send : PDF upload failed with status 400 and response 0
- /wp-admin/admin-ajax.php Error 500 while using divi premade layout in existing pages
- Get WordPress post content by post id
- Get page ID of page that is set as the posts page
- Get Posts Under Custom Taxonomy
- How to limit the number of posts that WP_Query gets?
- Stop WordPress Wrapping Images In A “P” Tag
- When is the ‘post_content_filtered’ column in database cleared by WordPress?
- Turn a URL into an Attachment / Post ID
- GET the excerpt by ID
- Stop WordPress automatically adding tags to post content
- Determine if page is the Posts Page
- How to get ‘post_content’ without stripping tags?
- How to add an admin notice upon post save/update
- Print Current Post Index number within Loop
- Should we trust the post globals?
- Optimize post insert and delete for bulk operations?
- Get the Current Page Number
- How do you add thumbnail support for custom post types?
- How to mark every 3rd post
- Change Posts per page count
- Keep featured content post in homepage with original order
- How to display related posts from same category?