Pagination with Custom Post Type and Taxonomies return 404
问题 I've been trying to fix this issue since last week but I can't get it done. The problem itself sounds quite simple, my pagination on WordPress works just fine when it's not dealing with taxonomies, for example: www.example.com/post_type/2 but if I try to use a taxonomy, I can't go past page 1 (www.example.com/taxonomy/term/2). Custom Post Type = noticias and Taxonomy = assunto, so I don't think the name is a conflicting factor here. $custom_query_args['paged'] = get_query_var( 'paged' ) ? get