• Hi Team,
    I have 16 posts. in reading setting, i have set 10 post to show in blog page.
    but pagination is not showing in blog page. as i have 16 posts.

    kindly help.

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

Viewing 1 replies (of 1 total)
  • @mangesh3381

    It seems you have added the below CSS code within the theme:

    p.comment-form-url, .default-wp-page {
        display: none;
    }

    So, can you remove those CSS and check? Or you can add the below CSS code to Additional CSS box and check?

    .default-wp-page {
        display: block;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘pagination not showing in my blog post’ is closed to new replies.