How to remove "older posts" at the bottom of the front page?

Hi

Can you teach me how to remove the “older posts” link at the bottom of the front page? Thanks!

this plugin will help you.

Hi

Thanks for recommending the plugin. I have installed and activated it. But I do not know how to use it to remove the “older posts” link from the front page. Do you mind giving me instructions? Thanks!

try this plugin, it is very simple, only install it and activate it.
it works perfectly,

Pagination by BestWebSoft

Hi dinesh

Thanks for your help. However I installed and activated it but the “Older posts” label still appears at the bottom of my front page (please see attached screenshot). Do you have any idea how to remove it? Thanks!

Hi @wanderer74,

I hope you are well today and thank you for your question.

You can try removing this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


body.home nav.navigation.paging-navigation {
    display: none;
}

Best Regards,
Movin

Great it works! THanks!

You are most welcome here :slight_smile: