How to Create Custom Taxonomy in WordPress September 7, 2019 WordPress Categories are one of the built-in taxonomies in WordPress, but they only appear in custom posts by default. Read more
Display current taxonomy term when inside custom post type in WordPress July 9, 2019 WordPress This code you can use for the current taxonomy term when inside all custom post types WordPress. <?php foreach (get_the_terms(get_the_ID(), ‘unlimited’) as […] Read more