I want to disable previous article and next article in certain posts, how can I do so? Like it won’t show even if I inspect the page.
I thought of opacity and other functions, but the point is, while I do inspect element, it is on the page. I want something such that it won’t be available in the page.
To completely remove the “Previous issue” and “Next issue” feature, you’ll need to remove these lines of code from your theme. They’re in the post.hbs file.
How are you deciding which posts to include it on and which not? You’ll need some way to determine which posts get it and which do not. Is it 1000s of posts that you want to show it on and 1000s of posts where you want to hide it?