Question by wordpress. Faced with the problem of withdrawing their zareganyh records. I was looking for the answer in Google, well, I don’t google it, maybe someone came across it.

The point is, after the registered type of records, I installed advanced custom fields, the problems are not in it, but still. In my new type of records I can add as many records as I want, BUT the problem is that ONLY 5 records are shown on the site. Although in the admin panel you write that the entry is published. What could be the problem?

Thank you all in advance for the answer! enter image description here enter image description here enter image description here enter image description here

  • You show the code, what output. There, most likely, get_posts (), and in it by default restriction on 5 records. Use numberposts = -1 - KAGG Design

1 answer 1

As a result, everything turned out to be simple, just add to $ args

'posts_per_page' => '-1' 

And everything eventually appeared and earned.