Alternate Home Page post limit Posted in : Read WP carmelParticipant 19 August 2021 at 12:17 #73137 Hi there, is there any chance to limit and/or paginate the latest posts from the blog on the alternate home page? serkanModerator 20 August 2021 at 14:09 #73146 Hi, You can use this custom css code ( change the number 6 to smth else to put the limit) .post-list ul li:nth-child(n+6) { display: none; } https://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/ Thanks Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register