• mangesh3381

    (@mangesh3381)


    please help,
    I cannot see pagination in my blog page.

    in reading setting page i have set to 10 posts.
    but there are more than 10 posts. and pagination is not showing for more posts.
    only 10 posts are showing . please help.

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

Viewing 3 replies - 1 through 3 (of 3 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.

    Thread Starter mangesh3381

    (@mangesh3381)

    Hi Team, Thanks for the support.

    In blog archive, or in any archive, the title of the post is very big. which is not looking good on desktops as well as mobile.
    How can i reduce the font size in title in blog archive and other archives.

    Please help.

    @mangesh3381

    If you are referring for the posts titles within the pages which you created for the archive pages, then, it seems you have been using plugin to lists those posts within your site as we see here: https://www.shinybaba.com/ So, can you contact to the respective plugin developer for it? They might be able to assist you on it better than we could. However, if you are referring for other then, can you provide us any screenshot on it?

    Thanks.

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