• Resolved barryrichardson

    (@barryrichardson)


    I have a Pages widget in my Footer. How can I exclude specific pages from being automatically added to the Pages list? Is there a plugin for that? For example, I want to exclude the “Semenax Ingredients” page.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Unfortunately, there is no setting in the block widget to remove specific items.

    But you can try the below CSS code.

    #block-30 ul.wp-block-page-list > li:nth-child(5) {
        display: none;
    }

    PS_ Change the child value according to need.

    Thread Starter barryrichardson

    (@barryrichardson)

    Hello Abhishek – Thank you for your message. The code didn’t work for me but I did solve the problem by simply deleting the page title in the Page Editor. The page is only for internal use so it can still be linked to from another post.

    Glad to hear that issue has been fixed.

    Hi there!

    I am trying the css code but does not work…

    #block-30 ul.wp-block-page-list > li:nth-child(5) {
    display: none;
    }

    I remember the old way to do this was to add the page id. Now where exactly in this code should I do this..?

    Thank you for your time!

    @nassoss kindly share the page URL to check the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to hide specific pages in Pages widget’ is closed to new replies.