• Resolved ConVer93

    (@conver93)


    Hi, massive thanks for the theme, absolutely love it!

    one thing im struggling with is changing the amount of “recent posts” on my homepage.

    It’s set to 6, but i want it at only 6 without the ability to scroll through the rest at the bottom of the page?

    Many thanks, ConVer93

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @conver93,

    Glad you like it! You can change the number of posts per page by going to Settings > Reading, and changing the input box next to the “Blog pages show at most” label.

    — Anders

    Thread Starter ConVer93

    (@conver93)

    Hi Anders,

    I’ve done that, but i want to remove the option of being able to scroll through, so it only displays the 3 most recent and no more?

    ConVer93

    Theme Author Anders Norén

    (@anlino)

    Ah, I see. To hide the navigation on the front page only (and not on other archive pages, like those for categories and tags), go to Appearance > Customize > Additional CSS (the menu labels might be different in your language) where you enter the following code:

    .home.blog .archive-nav,
    .home.blog #infinite-handle { 
        display: none !important; 
    }

    — Anders

    Thread Starter ConVer93

    (@conver93)

    Aweosme, thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change amount of recent posts on homepage’ is closed to new replies.