php - how to set category list limit? -
I display only the list of the post category's child list list.list Only I need 6 (child) help ... <(Child) list6 (child) list6 (child) list6 (child) list7 (child) list8 (child) list8 (child)
query (array ('category_name' = & gt; $ talent- & gt; slog)); ? & Gt; & Lt; H2 & gt; & Lt; A href = "& lt ;? php the_parlimink ()? & Gt; talent / director /" & gt; & Lt ;? Php echo $ talent-> Name; ? & Gt; & Lt; / A & gt; & Lt; / H2 & gt; & Lt; Ul & gt; & Lt ;? While Php ($ talentSubChildren-> is_poz ()): $ talentSubChildren-> The_post (); ? & Gt; & Lt; Li & gt; & Lt; H4 & gt; & Lt; A href = "& lt ;? php the_ermelink ()? & Gt;" & Gt; & Lt ;? Php the_title (); ? & Gt; & Lt; / A & gt; & Lt; / H4 & gt; & Lt; / Li & gt; & Lt ;? Php timeline; ? & Gt; & Lt; / Ul & gt; & Lt ;? Php endforeach; ? & Gt; & Lt ;? Php endif; ? & Gt; & Lt; / Div & gt;
You can get the user number = 6 in get_categories like
$ talentchildren = get_categories (array ('child_of' = & gt; get_category_by_slug ('news') - & gt; word_id, 'number' => 6, 'hide_empty' => 1)); Foreign exchange ($ talent as a child $ talent): echo "prefix"; Print_r ($ talent); Echo "& lt; / pre & gt;"; Endforeach;
Comments
Post a Comment