edrisranjbar / JetCode

JetCode wordpress theme
4 stars 3 forks source link

Hide "show more" button in blog, category and etc... pages #1

Closed edrisranjbar closed 2 years ago

edrisranjbar commented 3 years ago

in some pages like blog page, we have a button which makes a request to load more posts; the issue is when there is no other posts, we need to hide it.

So the solution is:

  1. in back-end check if count of result not bigger than count of posts that we want to display, then hide the more button.
  2. every time that we press show more button, we need to check again