Change theme's maximum post limit
-
Presently my theme will display a maximum of 50 posts on the home page. I would like to change that to 115. There is a setting where I can change that, but any number entered that is greater than 50, gets saved as 50. So apparently, 50 is apparently the max.
How can I increase that?
Note: I have gone “premium” on this site.The blog I need help with is: (visible only to logged in users)
-
Hi, 50 is the maximum number of posts per page allowed by the software. There is no way to increase that with CSS.
-
Thanks!
Ok, then plan B. Is there a way on this theme, using CSS, to change the word “older posts” to “more”?
Thanks in advance! -
There is a little trick that can be done using a pseudo selector. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and see what you think.
#infinite-handle span { color: #444444; } #infinite-handle span:after { content: "More"; color: #FFFFFF; margin-left: -60px; font-size: 16px; } -
-
- The topic ‘Change theme's maximum post limit’ is closed to new replies.