如何实现数字分页导航,而不是more posts
-
如何实现数字分页导航,而不是more posts
The blog I need help with is: (visible only to logged in users)
-
Hi, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to remove the More Posts and show the Pagination.
.infinite-scroll .pagination { display: block; } #infinite-handle { display: none; } -
-
- The topic ‘如何实现数字分页导航,而不是more posts’ is closed to new replies.