python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Taxonomy Custom field image is not showing
I want to show taxonomy custom field images on loop on the home page
"developers" is taxonomy name
and "developer_logo" is image field slug
I used that code only name is showing bu...
Rohit Bansal
Votes: 0
Answers: 1
my custom taxonomy does not work and only returns the most recent posts
I have a custom post type called cme-education which I am trying to query to get only the posts that have a term of covid-curriculum however, the tax query does not work and only returns the most rece...
raja
Votes: 0
Answers: 1
Categories and sub categories for Strapi collection
Working with Strapi I have a collection 'Events' that has a category 'Music' and the subcategories 'Jazz', 'Funk', 'Samba'.
How do I create a taxonomy system as WordPress has for its posts in Strapi??...
ThalesAndrade
Votes: 0
Answers: 2
How to get active Taxonomy Name in WordPress
I am customizing the Taxonomy edit page in the back-end.
My requirement is to get ALL the ACTIVE taxonomy slug.
For that, I am using the following code.
global $wpdb;
$table_name_tax = $wpdb->pref...
Parthavi Patel
Votes: 0
Answers: 1