Questions tagged [taxonomy-terms]

Terms are usually associated to custom taxonomies in Wordpress

Use this tag if you mean terms used for custom taxonomies in Wordpress

486 questions
0
votes
1 answer

wrap each custom post taxonomy term within an li - using a foreach loop

I'm trying to display a number of custom post taxonomy terms - but each within their own specific list item. I have a site which is about garages. (developing on localhost so don't have a link yet). I have a custom post type called Cars. Within this…
fidev
  • 1,222
  • 2
  • 21
  • 51
0
votes
1 answer

Wordpress do term is child of something term

For example I have term 'child', how to check do this term is child of term 'Mother' ?
Wizard
  • 10,985
  • 38
  • 91
  • 165
0
votes
2 answers

Get terms related to custom post type

I am building a site based on categories of information given to each US state. I have created a taxonomy called state_data and a custom post type for each state. The state post types share the taxonomy, but not all states will get all terms. I am…
0
votes
1 answer

I'm trying to make a list of all the posts classified under one term for a custom taxonomy.

I'm trying to make a list of all the posts classified under one term for a custom taxonomy. I have created a custom post type called "testimonial" with a custom taxonomy of "testimonial categories". with in testimonial categories I have created the…
0
votes
1 answer

WP custom taxonomy description by term

Seen a lot of posts elsewhere, but nothing quite hitting the mark. I need to echo the description of a specific term of a custom taxonomy related to a custom post type. Right now, I'm doing the following loop successfully to pull content for related…
RooWM
  • 583
  • 9
  • 23
-1
votes
0 answers

WooCommerce backend dropdown product categories code fix

I'm new here, and I apologize if I'm breaking any rules without realizing it. I tried some code that a friend provided from this stack overflow answer: woocommerce backend dropdown product categories But it doesn't work properly anymore with…
-1
votes
0 answers

Error Call to a member function get_attribute() on int in WooCommerce

Recently, I installed a plugin that send the order details to WhatsApp, I did some changes on this to fit more for that I need, but now I have a problem and no ideia how to resolve, basically I need the attribute name and value after the user…
-1
votes
1 answer

Is there a way to use a system like Term Store(SharePoint) in ServiceNow?

I am looking to implement translated terms and reuse them inside ServiceNow platform. What is the equivalent of SharePoint Terms Store in ServiceNow?
Aslan
  • 148
  • 7
-1
votes
1 answer

Show related posts based on two custom taxonomies in WordPress - AND relationship issue

I have a custom post type "product", and two custom taxonomies: "productfamily" and "industry". On my single product page, I need to show products that are in the same productfamily and industry. Some products might be in a few different…
-1
votes
1 answer

How to separate terms name with comma in an array?

I am trying to get taxonomies terms names separated with a comma. This is the code, but it separates taxonomies and terms with : If there are many terms they get separated with : instead of , If I delete the : symbol there are nothing in between…
twelvell
  • 257
  • 1
  • 8
  • 19
-1
votes
1 answer

Add Post Tags Taxonomy automatically from Post Genre Taxonomy

I created a custom WordPress Post Taxonomy called “genre” And Is it possible to add post genres Taxonomy values in post tags meta field automatically after saving/publishing post. Means if i added “File Manager” and “Tools” genre in post then the…
-1
votes
1 answer

Allow comma in custom WordPress taxonomy

I need to allow comma in custom taxonomy, when I add some values in the administration. I have a custom taxonomy "Location" and want to add this kind of value : "New York, NY" from a post. But if I use comma, WordPress splits my value into 2 terms.…
-1
votes
2 answers

Order custom taxonomy hierarchy

I have some custom taxonomy for regions. Commonly it would look something like this. USA (parent) - Arizona (child 1) - - Phoenix (child 2) however, there will be cases where it will only be like USA - Arizona or UK - Wales and maybe even…
Ronald Langeveld
  • 694
  • 1
  • 8
  • 23
-1
votes
1 answer

How to Add a "all button" to add all term in a SharePoint Managed Metadata site column

In a sharePoint site, we have a lot of Managed Metadata site column. I want to alow users to store all term using a button. Sample Is there a solution to this need? What is the best way to proceed?
Didou000
  • 33
  • 8
-1
votes
2 answers

node_save() failing when creating node programatically

I am trying to create a node programatically like so, $newNode = (object) NULL; $newNode->type = 'job'; $newNode->title = $data['JobTitle']; $newNode->uid = $user->uid; $newNode->created = strtotime("now"); $newNode->changed =…
Udders
  • 6,914
  • 24
  • 102
  • 194
1 2 3
32
33