Hi,
This functionality is not available. We will consider it, and if we deem it necessary, we will make the necessary changes to the plugin. If you’d like, you can request customization and provide all the details via our Help Center. This way, we could develop the functionality that would match all of your requirements.
However, you may still use custom CSS to hide pagination for particular posts. In order to do it please do the following:
For example, you need to hide pagination block only for this post: https://staging.magazine-hd.com/apps/wp/critica-thor-ragnarok-analise-review/
1) Navigate to BWS Panel tab in your admin dashboard, find and click “Pagination” link;
2) Click “Custom code” tab;
3) Find “Editing bws-custom-code.css” section and check “Activate” checkbox;
4) Add the following code to the field below:
#post-225609 .pgntn-page-pagination {
display: none !important;
}
As the post’s id is 225609, these are the numbers that you should put there #post-225609.
5) Click “Save Changes” button;
6) Check the result.
Let us know if you have any other questions.