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 #2423635
Deleting additional articles
Closed

Comments

  • ahaensel started the conversation

    How can I hide the preview of the next (older) articles at the bottom of the start page?

  •  2,699
    PenciDesign replied

    Hi,

    It's pagination - it helps your readers can be read the old posts.

    You can change it to pagination numbers or load more posts via Customize > General Options > "Enable Pagination Numbers" and "Enable Load More Posts Button"

    If you want to hide it, please try add more this code to Customize > Custom CSS:

    .penci-pagination{ display: none; }
    

    Best Regards,

    PenciDesign