• Resolved vitorsimao72

    (@vitorsimao72)


    Hello,

    I want to hide the plug-in pagination from a particular post (not on all posts, just a chosen one). Is that possible? If so, how?

    Best regards
    Vitor Sim?o

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi Vitor,

    Thank you for contacting us!

    Could you please provide a link to the page where you would like to hide pagination?

    Thread Starter vitorsimao72

    (@vitorsimao72)

    Hello,

    This an example of where I want to hide the BWS pagination:
    https://staging.magazine-hd.com/apps/wp/parque-tematico-portugues-esta-os-melhores-do-mundo/

    This an examplate of where I want to keep the BWS pagination:
    https://staging.magazine-hd.com/apps/wp/fora-de-serie-rick-and-morty/

    Best regards
    Vitor Sim?o

    Plugin Author bestwebsoft

    (@bestwebsoft)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove pagination from post’ is closed to new replies.