Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3131881
no load more and pagination in home page
Closed

Comments

  • turistadimestiere started the conversation

    Hello. I would like the "load more" button not to appear on the home page of my site. If I turn it off, pagination buttons appear. I don't want these either. I would like that on the home page there were neither of the two and that above all, the links rel next and prev of the pagination did not appear in the code of the home page. How can I do? Thank you.

  •  2,488
    PenciDesign replied

    Hi,

    Please disable the load more button, then add the following custom CSS code to WordPress dashboard > Appearance > Customize > Custom CSS:

    body.home .penci-pagination {
      display: none;
    }

    Regards,
    PenciDesign.



  • turistadimestiere replied

    Ok thank you. You can close this ticket