The classification, or categorization, of things

learn more… | top users | synonyms

0
votes
0answers
17 views

How to use all taxonomy terms in as Array Values

I'm working with a custom taxonomy called "locations" within Wordpress. The following function checks against a Advanced Custom Fields radio button and if true adds the term "Hollywood" from the ...
-1
votes
0answers
10 views

drupal 7: custom url-aliases for taxonomy with 2 or more taxonomy terms

for a furniture-website i have a taxonomy like this: living-area: bathroom living room kitchen etc. each furniture can be in multiple living areas. i need a url-scheme like bathroom/example_01. ...
0
votes
0answers
9 views

How to display a list of custom categories

I'm a wordpress newbie. I've created a custom post type named ow_products and a custom, hierarchical taxonomy to use it for product categories, like ow_clocks , ow_watches, ow_jewelry, etc. I've ...
0
votes
0answers
15 views

Creating custom “things” menu in WordPress Admin

I think WordPress have this capability, because I've seen this before, but I'm not being able to find it. I would like to know how to create my own set of custom "things" in a WordPress site. I'll ...
0
votes
0answers
20 views

set taxonomy field multiple values

I'm creating a sharepoint hosted app which is based on javascript only. I wanted to update a multivalue taxonomy field in a list so I wrote this function which didn't work. there is a very little ...
0
votes
0answers
4 views

Remove some categories from taxonomy in custom post

I know there's a lot of questions about custom taxonomies, but my one is a little more complicated (i suppose). I created a custom post type but don't need custom taxonomies. Instead, would be better ...
-1
votes
0answers
24 views

Change tax type on bulk products

I am trying to change tax type to tax exempt on all products with the taxonomy term Children. I cant seem to find the flied in the db that gives a product a tax id (tax type). Does any one no another ...
0
votes
1answer
24 views

Create Taxonomy sub-term using CSOM and javascript

in sharepoint managed metadata I found very little documentation on managing terms using javascript CSOM. I could create a taxonomy term directly under the term set but I want to create a term under ...
0
votes
0answers
12 views

wordpress: show list of posts only on category site

I use the following code to create a list of my custom categories and custom post types. <ul> <?php $custom_terms = get_terms('project_category', ...
0
votes
0answers
10 views

Node save with multiple taxonomy field of different vocabulary in drupal 6

I'm trying to create a node with php with node_save. I have three field of taxonomy term of different vocabulary in content type so I'm not able create a node of content type with php. This is my ...
1
vote
0answers
18 views

Wordpress, turn wp_tag_cloud into a front-end filter

I have a photo gallery with wp_tag_cloud in the sidebar to display hierarchical taxonomies that categorize photos. The taxonomy name is person. <div id="filter"> <?php wp_tag_cloud( array( ...
0
votes
0answers
9 views

Show Future Posts / Hide Published Posts

Got an issue that is doing my head in! This is what I want to achieve. I have an events section, which I want to work by scheduling the posts for the date of the event. I only want to show events in ...
0
votes
1answer
41 views

Show related posts by taxonomy Wordpress

I am trying to show related posts by taxonomy in single post page on Wordpress. I've used the following code to show posts in the same category, but not the same custom taxonomy. The custom taxonomy I ...
0
votes
0answers
15 views

Future / scheduled posts sorted by custom taxonomy

I've been having trouble creating a table that lists future sporting matches, categorised by the competition that match is in (ie NBA, MLB). I've managed to get it to now successfully categorise ...
-1
votes
0answers
18 views

Filter checkbox taxonomy google map on wordpress

i search how to use taxonomy term checkboxs with my map. My loop is a query, i would to check or not to display the category. I do a taxonomy list at the end, i want to use it to filter the markers. ...
0
votes
0answers
34 views

How to filter a wordpress search by taxonomy terms?

I have a custom post type named projects and a taxonomy named type and some terms of that taxonomy like research, work, personal in which a project can belong or not. I want to create a wordpress ...
0
votes
0answers
32 views

wordpress: Insert custom taxonomy into post

i am trying to insert post from Android app via web services. i am using "wp_set_object_terms" for this purpose. when i perform it on my localhost it insert the post and taxonomy ids and tick the ...
0
votes
1answer
19 views

How to target custom taxonomy in Wordpress

I have a plugin that creates custom taxonomy categories for showing portfolio. On hovering Edit categories on admin panel, i see link like : ...
0
votes
1answer
34 views

Show Category in Wordpress Portfolium Theme

I'm using the portfolium-theme for Wordpress and I need your help. I would like to show the portfolio category under the title on the frontpage (loop-portfolio). The Categories are with taxonomy but ...
0
votes
0answers
17 views

How to target custom taxonomy in Wordpress? Anyone Answer please

I have a plugin that creates custom taxonomy categories for showing portfolio. On hovering Edit categories on admin panel, i see link like : ...
0
votes
0answers
27 views

change portfolio “category” and “skills” taxonomies

In a wordpress installation utilizing the Portfolio post type, there are two taxonomies: Category Skills Within each of these taxonomies, I have various categories (like Web and Print for ...
0
votes
1answer
24 views

create taxonomy in wordpress

I am new to word press, I want to display results on a page which belong to some group from database(I have group column). I think this can be done by taxonomy so I have taxonomy table but I don't ...
0
votes
1answer
69 views

Orchard CMS: How to add a Taxonomy field to a Content Type on a migration?

I need to define a new Content Type having a Taxonomy field on my module's migrations. I guess I need to do something like this: ContentDefinitionManager.AlterTypeDefinition("ContentTypeName", ...
0
votes
0answers
38 views

Custom categories and custom tags in custom post type

Seeking help from all WordPress gurus. I'm stuck on following error. How to display and filter custom categories and custom tags in custom post type? I have registered custom post type: ...
-2
votes
1answer
36 views

How do I assign an ID to a Custom Taxonomy Term? [closed]

I've created a 'Project' custom post type. At the bottom of the Single page for a Project I'm displaying a list of 4 different custom taxonomies. I need to target the individual terms from each ...
2
votes
0answers
62 views

Orchard CMS taxonomy, import terms

I want to add several terms to an Orchard taxonomy, this taxonomy holds a large number of terms and if I added manually it would take me a life, so tried using the import, I know that it appends new ...
0
votes
1answer
24 views

wordpress custom taxonomy display in post edit screen

I have installed the Custom Post Type UI plugin, and created a new CPT called 'Holidays'. I then created a custom taxonomy called 'Type'. Fine so far and both appear where they should in the menu. ...
-1
votes
1answer
29 views

Wordpress, Custom Taxonomies Broken Every Install

I just created my first proper theme and I'm having trouble working out the last bug, I have a custom 'portfolio' post type with its own custom taxonomy (portfolio-category). However, every/any time I ...
0
votes
0answers
85 views

Wordpress drop down with custom taxonomy on multiple language site

I'm creating a webpage for two languages and use qtranslate for the translation part. I have now got stuck on my front end drop down that I have created for my custom_post_type taxonomy. It works ...
1
vote
1answer
30 views

WordPress Shortcode Adding Taxonomy Attribute

I have a custom post type for "Staff". That post type has a taxonomy of "Position" (Doctor, Nurse etc.). I'm trying to create a shortcode that will allow the user to return only staff of a particular ...
0
votes
1answer
39 views

Wordpress Taxonomies

I'm about ready to cry! I've done a lot of Google searches but I can't quite get this piece of coding working the way I want it to. In Wordpress I have the following taxonomy: Active - Open - ...
0
votes
0answers
29 views

Conditional Sidebar on Taxonomy Category (Wordpress)

I have a taxonomy with some different categories for it and I want to have a different sidebar on the individual post page depending on if the post belongs to a particular taxonomy category. At the ...
0
votes
1answer
46 views

Wordpress categories taxonomy

I`m using ACF plugin for custom fields and categories made from the plugin. My problem is that I made a custom category called "Mobile". Adding a new custom post and inserting it in the category ...
-1
votes
1answer
121 views

Display a custom post type list by taxonomy term

I need to show a list of custom post type classified by terms. The idea is something like this: Service list: <ul> <li> <a href="#">Webdesign (taxonomy term)</a> ...
0
votes
0answers
66 views

Modify code to auto complete on taxonomies instead of title

I've been trying for hours to modify this plugin to work with custom taxonomies instead of post titles and/or post content http://wordpress.org/extend/plugins/kau-boys-autocompleter/ Added the code ...
0
votes
1answer
17 views

Wordpress Terms natsort

I want to alphanumeric sort the terms obtained from a custom taxanomy.. My data is appearing as 1 pack 10 pack 11 pack 12 pack 2 pack 20 pack I want the term to be sorted alphanumeric 1 pack 2 pack ...
0
votes
0answers
27 views

How to exclude 2 Portfolio Categories from page?

I want to exclude 2 Portfolio categories (IDs 4 & 23) from a page using the code below but it still displays all categories. Similar code works for 'Posts' but not for 'Port' - can anyone see what ...
1
vote
1answer
31 views

Wordpress Custom Taxonomy - List them individually

My problem is that I want to list my custom taxonomies singularly rather than all on one line. I have the parent taxonomies Location and Venue and would like to list them as such: Location: ...
0
votes
1answer
41 views

Display data from taxonomy using Ektron CMS with ASP.Net

I am trying display the content from taxonomy by using Ektron CMS with ASP .Net By using the taxonomy path i got the id and trying to display the content. But i am getting content as null. Please ...
0
votes
0answers
25 views

Drupal 6 - Feeds - Set node taxonomy by tid #

In Drupal 6 Feeds, in node import, the taxonomy mapper only takes term names. My vocabulary has many identical terms, so I would rather give it the correct tid # myself. I did this with Feeds ...
1
vote
1answer
50 views

SQL overload - weird query

My hoster claims the following SQL query is overloading the server and causing it to perform slowly and threatens to disable my account. I can't seem to find a bottleneck - can anyone help me detect ...
0
votes
0answers
27 views

Attempting to exclude two Portfolio categories from a page

I am attempting to exclude two Portfolio categories (IDs 4 and 23) from a page using the code below but unfortunately it still displays all categories. I think I’m close as similar wording works for ...
0
votes
1answer
38 views

Exclude term of current post in the list of terms of taxonomy

Under single-CPT.php, I have a select tag which displays terms of my taxonomy. I first return the term of the current post then return the other terms. The problem is that I have a redundant current ...
0
votes
1answer
56 views

Transfer my default post categories to custom-post-type terms of taxonomy

I have a website built in Wordpress default structure using default posts under about 200 categories. Actual requirements need that I transform my website to a custom post type strucure using the ...
1
vote
1answer
256 views

Sharepoint 2010 client model. Set multiple values in taxonomy field

How can I set multiple values in taxonomy field using client model? For single value I use follow snippet: var item = ctx .get_web() .get_lists() .getByTitle('News') ...
0
votes
1answer
55 views

Custom post types and default posts at the same installation

Is it appropriate to use under the same Wordpress installation custom post types and default posts? I have a website with many default posts, I need now to intergrate a custom post type and a custom ...
0
votes
0answers
94 views

WordPress Custom Drop Down Taxonomy not displaying

So I've got a page called "Speakers" and on this page you can search a subject category and then a price range by using drop down boxes. I first created all this while the site was on my localhost and ...
-1
votes
1answer
29 views

Orchard Tag Description Page with Blog Posts

I have an Orchard Site where I have Pages and Blog Posts both Tagged. Each Tag has: A single associated page Multiple associated Blog Posts I'm basically trying to create a page with a ...
0
votes
0answers
64 views

How to list posts by custom post type and custom taxonomy term?

I'm searching for a solution from last 5 hours and i had no luck .... I've taxonomy name and custom post type name and need to get the taxonomy term url from page slug. ( page slug is taxonomy term ...
0
votes
1answer
64 views

Register Taxonomy for multiple post types

I need to register taxonomies for 2 different post types, and I have tried to achieve this using the following code: function add_custom_taxonomies() { // Add new taxonomy, make it ...

1 2 3 4 5 12