Set the limit of taxonomy per page

admin2025-06-03  4

 $ency_args = array(
'taxonomy'   => 'mycategory',
'orderby'    => 'name',
'order'      => 'ASC',
'hide_empty' => false,
'posts_per_page'    => 6,

how can i set the limit of showing of taxonomies in this situation, because post_per_page doesn't work? I want to show by default 6 taxonomies.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748941032a315009.html

最新回复(0)