I have used my customize pagination plugin but the problem is that the default theme pagination appears to i want to disable it how can i do that?
Hi,
Please provide some more details about which pagination you are referring to, in which location. If it is the latest articles section displayed on the bottom of the page
– https://www.screencast.com/t/l7kLCzT3
This section will be removed when a different page template is selected
– https://www.screencast.com/t/UrXePJw1
Block pagination can be changed or removed by editing the page
– https://www.screencast.com/t/TocfN2aE
Thanks
Hi,
No i’m not speaking about the pages pagination i’m talking about the posts pagination.
Thanks
Hi,
The pagination for posts is like this
– https://forum.tagdiv.com/posts-with-pagination/
It will appear when you manually insert the required code in the post content. Simply remove the code from the post content and the pagination will be removed.
Thanks
Hi,
i don’t think that you have understand my problem i use a personal plugin for pagination so when i insert the <–!nextpage–> code it shows the two paginations and i want just my pagination style to appear not the default theme pagination.
Hi,
In that case you could use a code like this, it will remove the default theme post pagination
– https://www.screencast.com/t/DOVaVjvqi47
– https://www.screencast.com/t/9tHFxcDA5Nxw
Then only the plugin pagination should be visible. Enter the code in Theme panel->Custom CSS
.single footer .page-nav-post {
display: none;
}
If it does not work properly, please provide a link to a post on your website where this is occurring and I will try to give you a different solution.
Thanks