You can get the (current) displaying posts number from offset number.
As it’s an ajax load more for wp post, it should has the offset numbers.
So, you can display the number like this
Javascript
var offset = 4;
return $.ajax({
url: ajaxurl,
type: "POST",
data: data,
success: function(returnData) {
// diplay offset number in .post-number div
$('div.post-number').html('This is the displaying post number="+ offset);
}
}), offset += 4;
HTML
<div class="post-number"></div>
You can add this under the loadmore div
I am not quite sure with Ajax Load More plugin.
If you just want to customize Ajax Load More plugin, you should ask the author of that plugin.
Related Posts:
- WordPress Ajax always returns a 404 error
- Click loads template via ajax
- Display notification only once
- Access/update database with jQuery
- How to display something in a div when the user clicks on a text in another div – no page refresh [closed]
- How to speed up admin-ajax.php in wordpress
- Colorbox ajax loading of outside HTML content works perfect on localhost but not on server
- Sending jsPDF documents to the server
- Ajax return code 400
- How to test nonce with AJAX – Plugin development
- class click counter save number
- AJAX request status 200 but no actual “response”
- Save Search System
- dynamic dependent select dropdown
- How to add a do_action on refreshing of WP customizer?
- Setting value of session with Ajax not working
- How to add a Custom Mailchimp AJAX Newsletter Subscribe Form
- Fancybox type popup window that’s not an iframe
- How do I Import / Upload Files with jQuery AJAX?
- WordPress Ajax Call inserting data but success response false
- Why i can’t get custom fields value or post ID via Ajax?
- Accessing an API with jQuery and AJAX
- Change Query Arguments (filter) with jQuery/Ajax or PHP?
- WordPress cascading dropdown selection search based on Parent Page & Child Page
- Tracking Visitor LatLng with WordPress using JS, PHP. How to put data which was extract using JS into DB
- Admin-ajax.php 404 error
- How to pass values from one function to the other using an array variable
- How to use wp_ajax_set_post_thumbnail?
- Update $wpdb query with AJAX
- AJAX to add to cart multiple products woocommerce
- Cannot successfully execute AJAX script to call function.php specific function. Using XAMPP localhost to test
- How to echo a PHP code into WooCommerce variation product?
- How can i get the same ajax result using WP REST API instead of admin-ajax?
- How to call a function from functions.php with ajax?
- Find the method which AJAX GET calls
- Why I’m Not Having Access to “$_POST” Data Outside My AJAX Callback?
- 500 (Internal Server Error) of external php file
- Dynamic Gallery
- Pass a PHP variable (loop-audio.php) to jQuery function (js/script.js)
- notify users when changed database
- I got this error POST https://localhost/meraboilerwp/[object%20Object] 404 (Not Found)
- Pass media upload value to input field
- JqueryUi Dialog giving Uncaught TypeError: this._addClass is not a function error
- How to use wp_localize_script in a WordPress page other than functions.php?
- Real time Duplicate title check
- Ajax template: how to handle head section
- Load custom field value into div with AJAX
- Update WordPress Custom Field with AJAX on cached page
- Data fetch and delete by ajax request
- Returning a value from a PHP page
- Stumped – Ajax Response Returns 0
- doing an ajax request always outputs 0
- Using shipped version of jquery
- Trying to implement Ajax comments in WordPress, getting WP error
- Woocommerce add to cart quantity buttons with AJAX
- Ajax – Call to undefined function get_option()
- Ajax load more posts with multiple tax query
- WordPress Sending data to Ajax with select option
- Ajax request not sending to server and returning – wp-admin/admin-ajax.php 400
- populate form fields in a loop with ajax
- How to send Ajax request from my plugin in admin dashboard?
- Ajax load more button for comments wordpress
- How to pass Select value from Javascript to PHP to generate select option on change
- AJAX success response is not working but it’s saving my changes
- AJAX not Working with php as supposed
- Plugins not working on AJAX requests
- How to disable controls in theme customizer?
- HTML escaping data with ajax requests
- load ajax using admin-ajax.php
- wordpress add_action() issue in ajax call
- Function won’t run onclick using Ajax
- Get related product based on subcategory selected from category id with ID 142
- jQuery Ajax PHP function call returning [object Object]
- How to load previous or next attachment with jquery ?
- Using Ajax to submit a form, and run a SQL Select query based on user input from the form
- WordPress Search Ajax + Isotope + InfiniteScroll
- duplicate posts with ajax load more wordpress
- Failed to load resource: the server responded with a status of 500 (Internal Server Error) through wp_admin_ajax.php
- How to call my PHP function with AJAX ? wp_query
- Ajax filter with loadmore button
- $.ajax results in 403 forbidden
- WordPress ajax filter returning all posts when it should be filtering by category
- WordPress load javascript file if something… (after the page is loaded)
- defined (‘ABSPATH’) false after AJAX post to other PHP-file
- How to load WP_Editor JS files manually (with AJAX)?
- AJAX Filter WHILE Loop not working WordPress
- wordpress ajax pagination
- Use jQuery and AJAX to get HTML
- Problems with plugin that fetches data from database with ajax
- Loading a post’s content, into a div outside the loop, when it’s title is selected in a list
- Cannot get custom javascript to execute on page
- Why not showing all post by default in my jquery filter
- Jquery autosave text area after typing
- Adding jquery using php function
- How to hide .js files on wordpress website using php or wp plugins or any? [closed]
- Remove Woocommerce product from cart with ajax/fetch
- getJSON response to PHP
- WooCommerce Modal Fly cart on add to cart – With AJAX
- Upload multiple files via ajax from an HTML file input
- get_post_meta returns on side but it doesn’t return on bottom of admin page