• Resolved Prashanth

    (@damarlaprashanth)


    Hi,

    I am building a new website using Neve theme and blog layout.
    I am trying to remove the article page numbers displaying on homepage, which is latest posts page. (Shown in linked image)
    Can someone help in explaining how to do it?
    I am using Yoast SEO, just in case if it has anything to do with it.

    • This topic was modified 2 years, 4 months ago by Prashanth.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @damarlaprashanth,

    Thanks for choosing Neve!

    It’s possible to set the pagination to infinite scroll in Customizer -> Layout -> Blog/Archive -> Ordering and Content -> Post Pagination – screenshot. This way all the posts will appear on that page so there will be no need for the page numbers to appear.

    Have a nice day!

    Thread Starter Prashanth

    (@damarlaprashanth)

    Hi @luciamarinescu
    Thank you for your response.
    But the page numbers showing in the image (link) are not page numbers of pages.
    They are page numbers of pagination (page break) of the article.
    Wondering how to remove them?

    Hi @damarlaprashanth!

    Please provide us the URL to your site so we can take a look at the pagination.

    Thank you!

    Thread Starter Prashanth

    (@damarlaprashanth)

    Sure The Rational Eye

    Thank you.

    • This reply was modified 2 years, 4 months ago by Prashanth.
    Thread Starter Prashanth

    (@damarlaprashanth)

    After publishing couple of articles, I see it is the – article page breaks – that are showing up on home page (blog archive style) also.
    Checking how to remove them from homepage. Can someone help?
    I am using Yoast SEO plugin, just in case uf it has anything to do with it.

    https://ibb.co/2Mr4sHV

    • This reply was modified 2 years, 4 months ago by Prashanth.
    Thread Starter Prashanth

    (@damarlaprashanth)

    Meanwhile I used additional CSS code option in customizer to hide the numbers on homepage.
    Any other solution will be appreciated.

    Mat

    (@mateithemeisle)

    Hello @damarlaprashanth ,

    Thank you for using Neve and apologies for the delayed reply!

    Please add the following code in the functions.php file of your child theme to remove pagination.

    remove_all_actions( ‘neve_do_pagination’ );

    Thank you and have an amazing day!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove pagination on homepage’ is closed to new replies.