paginate_links([ <'total'>=> $the_query->max_num_pages, <'current'>=> max(1, $paged ? intval($paged) : 1), <'prev_text'>=> '<', <'next_text'>=> '>', <'type'>=> 'plain', <'add_args'>=> $terms ? ['cat' => $terms] : [], <]);>
To Top