Pagination Disappearing for Posts
-
I’m running multisite and the pagination feature for my posts (edit.php; not pages or any CPT) is working very, very intermittently across my network.
Occasionally I can see the full number of posts on the admin screen. However, most of the time it looks like the following:
I do not know where this ‘1 item’ is coming from.
This is also happening on the front end on the index.php file, as the number of post archive pages fluctuates as you refresh the page: https://eps.jhu.edu/about/archive/ (you may have to refresh several times).
I’m running version 4.8 on PHP 5.6.26 @64BitOS.
I have the following plugins activated on my network:
Admin Menu Editor Pro
Admin Menu Tree Page View
Black Studio TinyMCE Widget
Comet Cache Pro
Email Post Changes
KSAS Global Function
KSAS Global Widgets
miniOrange SSO using SAML 2.0
mobble
Plugin Activation Status
Post Thumbnail Editor
Quick Page/Post Redirect Plugin
Snapshot Pro
SSH SFTP Updater Support
User Switching
WordPress MU Domain Mapping
WP Security Audit LogI had the following expires headers in my htaccess file, but removing them did not fix the problem:
<IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 week" ExpiresByType image/jpeg "access 1 week" ExpiresByType image/gif "access 1 week" ExpiresByType image/png "access 1 week" # ExpiresByType text/css "access 1 month" ExpiresByType application/pdf "access 1 month" # ExpiresByType text/x-javascript "access 1 month" # ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 week" # ExpiresDefault "access 2 days" </IfModule> <IfModule mod_headers.c> Header set Connection keep-alive </IfModule>
- The topic ‘Pagination Disappearing for Posts’ is closed to new replies.