I want to export all WordPress categories (no posts, just categories) from one blog to another. How can I do that ? 6 ...
-
April 14, 2022
- 0 Comments
In a site I’m developing, I have the following category structure: * movies (parent) * thriller (child) * comedy (child) * drama (child) ...
-
April 14, 2022
- 0 Comments
I have a WordPress database with over 2 million posts. Whenever I insert a new post I have to call wp_set_object_terms which takes ...
-
April 14, 2022
- 0 Comments
I’m creating an age select menu in the admin, populated from a taxonomy of age. The taxonomy is hierarchical as follows: 18-25 (parent, ...
-
April 13, 2022
- 0 Comments
Being given a taxonomy or term, is is possible to pull any / all post types the taxonomy is attached to? For example, ...
-
April 12, 2022
- 0 Comments
Ok, so i have a Custom Post Type called “Services”. This custom post type has a taxonomy called “Areas” and there’s 5 terms ...
-
April 11, 2022
- 0 Comments
I was just reading the Codex regarding get_terms();. What exactly is the parameter 'term_group'? You can use it in (example): 'order_by' for get_terms();. ...
-
April 10, 2022
- 0 Comments
I am trying to get only top level term: But this query return all childterms too, I tried everything but it always get ...
-
April 10, 2022
- 0 Comments
What function will display custom taxonomies associated with a post as text? I’m currently using get_the_term_list which works great for a singular page ...
-
April 10, 2022
- 0 Comments