How Can I Remove The Load More Posts Tab?
-
I recently installed the Duet theme on my blog, and I disabled the infinite scrolling. But doing so places an ugly “load more posts” tab at the bottom. How can I get the “older entries” link back at the bottom?
The blog I need help with is: (visible only to logged in users)
-
First, may I ask why you would like to disable infinite scrolling for your blog visitors?
-
For Duet:
#infinite-handle { display: none; } .infinite-scroll #pagination { display: block; }For Standard:
#infinite-handle { display: none; } .infinite-scroll #post-nav { display: block; } -
I would like to do this is as well. Where do I need to paste the code to stop infinite scrolling?
Thank you,
- The topic ‘How Can I Remove The Load More Posts Tab?’ is closed to new replies.