Remove pagination on main page

Posted in: Newsmag
Post count: 3

As the title suggest – how is it done? I can’t find the setting. Is there one?

Thanks!

Post count: 23312

Hello emilm,

I suppose that you are talking about the Latest Articles Modules which is displayed at the top of the page, right? If you want to remove this, notice that you simply switch the page template with another one from the backend. For more information about page templates, please check our useful guide here -> https://forum.tagdiv.com/newsmag-page-templates/

Thanks for your understanding!

Post count: 3

Thanks! I mean the “standard” part of the WP theme, the paging at the bottom

Post count: 3

Any ideas?

Post count: 23312

Hello emilm,

Notice that I showed you above how you can switch this template with another one. Do you want to remove only the pagination? Notice that if you will make this, you will not paginate your Latest Articles template.

You can try the code below ->

.page-nav{
display:none;
}

Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.