How to remove 'items 1-0 of 0' from my blog/press page?

Hi -

My blog/press page is “showing items 1-0 of 0” at the bottom of the page before the footer. Is there any way to get rid of this specific to this page? The link is

https://www.kimsmiley.com/blogs/press

Thank you so much

Hi @GYBcais ,

You should check paginate has length > 1 item then show pagination message.

{%- if paginate.pages > 1 -%}

{% include ‘pagination’ %}

{%- endif -%}

Hope it’s helpful!

1 Like