clappingtree
Member
Posted 6 years ago #
Nowadays, when I try to refresh a page on a blog that I'm working on (http://everesti.com.sg/), a strange message would appear repeatedly in the status bar, "Waiting for nobledesign.us..." and the page would take some time to finally display fully.
Another strange problem. In Options > Reading > Blog Pages is supposed to "Show at most: 1 posts". Yet, all the posts are displayed on the page.
What's going on?
Does it has anything to do with a recent upgrade to WP2.1?
The nobledesign.us is the billion javascripts you're loading. Just for reference, you can look at the html code within your browser. It's under the View -> View Source normally. Comes right up tons of times.
Not sure about the other one. Have you made any changes to your the_loop?
clappingtree
Member
Posted 6 years ago #
Thank you, Dr Mike. Yes, now I see the references to arc90_imgcaption.js -- these were inherited from the WP theme.
Regarding the_loop, nope, have not made any changes. I hope the other administrator has not too. Don't think he would. The only change I can remember is simply the upgrade to WP2.1.
Plugins? Several plugins were reported to interfere with the number of posts set in 2.1. Try disabling your plugins one by one.
Adhesive, EventCal... and who know what else.
clappingtree
Member
Posted 6 years ago #
Thanks, Moshu.
Only three plugins are active right now: PXS Mail Form, WP Paginate and Get Recent Comments. These have been there for some time and the problem of displaying all posts on one page had appeared till now.
Disable wp paginate and see what happens?
That one was an issue with another 2.1 upgrade I was involved with recently...
Only three plugins are active
It's enough to have 1 (one)... that doesn't work.
These have been there for some time and the problem of displaying all posts on one page had appeared till now
You dind't upgrade to 2.1 till now.
And as a general rule: don't argue, just try to follow the help instructions. Post back if/when doesn't work.
clappingtree
Member
Posted 6 years ago #
Thank you, HandySolo and Moshu. Looks like you're right. And guideline noted.
Upon disabling WP-Paginate, only one (or whatever specified number) of the posts is displayed on the page.
I'm a little reluctant to remove WP-Paginate totally. Is there a way to fix this?
Best way I know to fix it would be to contact the plugin author and ask if there's an update/fix coming.
Keep in mind that pagination is built-in to WP via the <!--nextpage--> tag.
clappingtree
Member
Posted 6 years ago #