Viewing 1 replies (of 1 total)
  • Thread Starter TakiraThemes

    (@takirathemes)

    Ok,

    Got it to work, should have read the doc better, here is how to do it

    `$args = array(
    ‘taxonomy’ => ‘issues’,
    ‘term_args’ => array
    ( ‘hide_empty’ => true,
    ‘number’ => ‘2’),
    ‘paged’ => $paged
    );

    $terms = apply_filters( ‘taxonomy-images-get-terms’, ”, $args);

    Now, how can I add pagination, anyone ??

Viewing 1 replies (of 1 total)
  • The topic ‘Limit number of results’ is closed to new replies.