• As the question asked.

    Is there any plug-in to make the index page [main page] shown only last 5 topic?

    Thanks,
    johnlth93

Viewing 2 replies - 1 through 2 (of 2 total)
  • easy option is just edit wordpress settings:

    settings > reading > blog pages show at most [5] posts.

    However that will limit all categories & archives as well.

    Alternative is to add this above the loop in the page template used by your homepage:

    query_posts('posts_per_page=5');

    If you are not happy with code this is untested by me but seems to do what you want:
    https://coffee2code.com/wp-plugins/custom-post-limits/

    Thread Starter johnlth93

    (@johnlth93)

    So, just change the pages show at the setting would work well ;p

    Thanks for the reply, and so much alternative route to done it ^^
    You are a kind person ;p

    Im quite new to wordpress
    Thanks ya !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there any plug-in to make the index page [main page] shown only last 5 topic?’ is closed to new replies.