If you look at the source of the Ajax Load More plugin, you can see a number of filters you can use to modify the query. You’ll likely want to use the alm_modify_query_args
filter like so:
$in_array = [ 115, 123, 66, 64 ];
add_filter( 'alm_modify_query_args', function( $args ) use ( $in_array ) {
$args[ 'post__in' ] = $in_array;
$args[ 'orderby' ] = 'post__in';
return $args;
} );
Had the developer not been so nice and provided this filter, you could have always used the pre_get_posts
filter.
Related Posts:
- My javascript is returning this error: $.ajax is not a function
- Can’t get a JSON object in response to an Ajax request with wp_ajax
- Infinite scroll / lazy loading with NextGen Gallery [closed]
- Ajax call does not activate callback function
- Trying to get single posts to load on the front page via ajax
- Ajax not firing properly using Firefox, but works in Chrome
- How to Use JSON With AJAX?
- Using wp_ajax and wp_ajax_nopriv hooks
- wp_ajax unauthenticated and authenticated
- WordPress ajax function parameter value not being passed
- WordPress customizer refresh screen after save
- Loading posts via AJAX in a hidden div with updated URL?
- Correct way to write jQuery functions in WordPress
- WooCommerce Ajax Cart Update Stopped Working
- How to Dynamically Load Content Into Body of Bootstrap Modal Window?
- Trouble with WordPress Ajax Login System – 302
- videopress videos are not displayed when loading the content with ajax in a lightbox
- How to return multiple arguments from AJAX callback function
- url – ajax loaded but no JS
- Ajax Validation for reCaptcha
- Properly embed javascript into WP (using function.php) – doesn’t work?
- Custom AJAX form not working async
- Can’t add classes using jQuery from a JSON string with get_body_class()
- AJAX Success Function using JS substr() fails in WP 4.1 vs 4.0
- Is there some jQuery conflict here?
- Ajax page load in wordpress the right way?
- Get ajaxForm response value
- Retrieve customizer value using ajax or customizer api and print the value in theme
- Displaying contents of a tab
- Widget won’t work due to old JavaScript? Any ideas how to make it work? [closed]
- How to set time delay in javascript
- Pass request headers in a jQuery AJAX GET call
- JavaScript: filter() for Objects
- JavaScript runtime error: ‘$’ is undefined
- What does on() in JavaScript do?
- Ajax Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource
- jQuery Ajax POST example with PHP
- Simple throttle in JavaScript
- Enable & Disable a Div and its elements in Javascript
- SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
- The ‘describe’ keyword in javascript
- Enable Submit Comment Without Page Reload (Using Ajax)?
- What is the simplest ajax upload plugin or script to be used with wordpress?
- Ajax Load More Posts in Category Page
- WordPress Ajax URL for function in functions.php
- Move WordPress native javascript to bottom of page?
- How to handle multiple instance of “send_to_editor” js function
- AJAX function returning -1
- jQuery AJAX form validation
- Proper way to load a single post via Ajax?
- wp_enqueuescript won’t load in footer even with true value set?
- jQuery Ajax() doesn’t work when the page is accessed as a WordPress template page
- How to load whole WordPress pages dynamically with AJAX/jQuery like this following website?
- Creating custom AJAX requests
- admin-ajax.php HTTP400: BAD REQUEST – The request could not be processed by the server due to invalid syntax
- How to pass jQuery ajax URL value
- Is placing stuff in page text edit window bad form?
- how to get the comment ID in the front end when the REPLY button is clicked?
- How to create popup same as wordpress popup feature
- Add colorpicker to featured image
- Gravity Forms not loading under https, jQuery is not defined
- Admin wp_ajax hook returning 0
- Add a Fancybox automatically to post type “post” images
- Tags in WordPress 3.2
- php ajax problem – weird 301 responses!
- Enqueuing javascript files
- Creating multiple enclosing shortcodes and fixing JS issues on click
- Can’t load a class into WordPress post editor’s content field
- How to test nonce with AJAX – Plugin development
- How to add a do_action on refreshing of WP customizer?
- I want to import my Json file into a custom made display-modal. How do i link my Json file?
- Frontend Post with JQuery AJAX to Php Issue
- Searching multiple tags and adding jQuery dependant script onto page template?
- TinyMCE 4 remove/add attributes for all images
- How to get all users by custom current user meta (array)?
- Ajax form submit not working, returns 0
- Loading scripts on a single page plants the script in the footer
- Required radio button does not validate in form, when clicked through Javascript/jQuery
- Search query with Ajax
- how to use wp_editor() here am getting empty result
- admin ajax php success returns 0
- Accessing an API with jQuery and AJAX
- Blur.js with WordPress – Enqueued, but server not finding file
- problems with jquery external rss feed integration
- my example with ajax doesn’t work
- Best way to add some custom javascript using jquery to a child theme
- React to AJAX adding to the page
- Add JQuery As Code Snippet
- number of posts with “Load More”
- Ajax post doesnt call succes after got the response
- Colorbox not working on native WordPress gallery when gallery is loaded thru AJAX
- How to pull data from a table using wpdb?
- Adding scripts before plugins scripts
- jQuery search function not running in WordPress but running locally (fiddle)
- Masonry – Can’t Find Variable imagesLoaded
- Autocomplete for titles via ajax – rework of past post away from like_escape()
- Ajax Request with jQuery not happening
- Contact Form 7 submission does not complete [closed]
- Combo box populating a DIV using ajax/jquery
- Carousel Hover Image