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

    Do you want to remove it on the blog page? if yes, Please go to Appearance > Customize > Blog > Blog Entries, from here scroll down and change the blog pagination style.

    Thread Starter Kyle Finazzo

    (@kylefinazzo)

    Hello. Let’s say I just want to remove the (Pagenumber) so that it is no longer visible on pages. Is there any way to do this?

    Hi,

    If I’m not wrong, you mean to say, you don’t want to change the pagination style, just wanted to hide the numbers?
    If yes, You can try the below CSS code.

    ul.page-numbers {
        display: none;
    }

    If not, let us know some more details.

    Thread Starter Kyle Finazzo

    (@kylefinazzo)

    Abhishek… They should give you the gold medal! You’re bright. Heartfelt thanks … Problem solved!

    You are most welcome and Glad to hear that issue has been fixed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Page Numbers: how to disable it?’ is closed to new replies.