WordPress Find Categories By Name The below works for both categories, and other custom taxonomies (e.g genres) you may have. Find category by an exact match $cat = get_term_by( ‘name’, $cat_name, ‘category’ ); Find category by partial match anywhere $categories…
Programming, Security and Tech (and Code Snippets)