Show 1-2 posts on homepage

  • How can I customize the homepage to only show my latest post only and then have the “older post” icon at the bottom? Or just the latest post only and no older post icon?

    The blog I need help with is: (visible only to logged in users)

  • Hi @perryloakley ,

    How can I customize the homepage to only show my latest post only

    You can do this by going to your admin-dashboard. Go to the following link. (Notice I have added “wp-admin” to the end of your site name.)
    https://beauty-becomes-her.com/wp-admin/
    Then from the left menu, go to “Settings” > “Reading” > “Blog pages show at most” and change that number to 1. Then, click on “Save Changes” at the bottom of that page.

    Or just the latest post only and no older post icon?

    If you want to remove the “Older Post” button, you can add the following code to your CSS customizer. If you’re still in wp-admin, then from the left menu, click on “Appearance” > “Customize” then click “CSS”. On the following page, add the following code and press “Publish” at the top of the page.

     #main #infinite-handle {
    	display: none;
    } 

    That should do it, but let us know how it goes. All the best!

  • The topic ‘Show 1-2 posts on homepage’ is closed to new replies.