Hello,
I have a taxonomy field, and I chose “select” appearance.
The drop down menu shows only maximum 5 values (without scrolling)
I want to change that, in order to show more values at one time.
How can I do that?
Thank you.
Best regards,
Chen.
HI @teddy
You would need to modify the posts_per_page argument on the field type.
This can be achieved through the use of the acf/fields/taxonomy/query.
Please check out the usage of this filter here: https://www.advancedcustomfields.com/resources/acffieldstaxonomyquery/