taxonomy

Wordpress Taxonomy title output

I'm trying to output the title of a taxonomy page when viewing it... So like, if i was on a 'tag' page i would go: <?php if (is_tag()) {?> <h1><?php single_cat_title(); ?></h1> <?php } ?> But how would i achieve the same thing for if the user is viewing a specific taxonomy page? is_taxonomy() doesn't exist so i'm suck! :/ ...

Change post permalink structure on WordPress to use custom taxonomy

Hi there! I want to change the post permalink schema on my WordPress 3.0-beta1 to use my new custom taxonomy. Today I can use /%category%/%postname%/ and the /my-category/my-post/ URL, that's nice but I need to use another taxonomy instead "category" one. I tried to use /%acervo%/%postname%/ but my URLs came with %acervo% on the URL i...

Automatically Organize Tags in Tax/Folksonomy

I'm working on a process that will perform natural language processing (NLP) on one--and potentially several--of our content rich sites. What I'd like to do once the NLP is complete is to automatically organize the output (generally a set of terms that you might think of as tags given the prevalence of that metaphor) into some kind of st...

WordPress: Only show posts according to their taxonomy

Hey, I am running WordPress with custom taxonomy, added through functions.php in my theme. I am calling posts of a certain post type in another template in my theme but want to restrict which ones it shows by only showing those posts if their taxonomy value equals the current post name that is calling it. So for example: if I'm on the ...

Drupal taxonomy multi-select default value

I'm using drupal 6.16 and have a set of taxonomy terms that are set up as a multi-select box. I would like for the first item to be selected when the user loads the page. I dont know if I need to add code to a file or just simply change a setting. I should warn you I do not have a lot of experience, but would rate myself as a low inter...

custom url for taxonomy > vocabulary at Drupal 6

Hi friends, I'm new at Drupal. a question; I create a hotels directory site. I created Taxonomy>Vocabulary for locations like London, Liverpool, etc... For example the url below lists the London localhost/drupal/taxonomy/term/1 how can change that url to something like localhost/drupal/hotels/london is it possible? appreciate adv...

Changing background image of a Drupal page based on user's selection...?

Hi I'm trying to give my users the functionality to change what the background image used on a page is. The list of background images will be a small number that won't really change. I thought I could add a few Taxonomy terms...one for each background type...then apply a class to the body tag when the page is viewed. Does this sound ...

Drupal: How can one use Context to trigger a reaction for a Taxonomy Term condition caused by a View?

What I would like to do is use the Context module to insert $body_classes of my choosing based on a Taxonomy Term condition. Fine, that's what the Context module is for. Seems simple enough IF your content/page source is a node that is involved with the appropriate Terms. However, I have a page generated by Views that has the appropri...

Drupal - Organic Groups event type/terms

I installed the OG Calendar module and I see dropdown select boxes with "event types" and "event terms". I checked Taxonomy but don't see reference to them there. Where do these come from & how do I maintained them? ...

Adding item to taxonomy menu vocabulary in the create content form?

I've implemented taxonomy menu in Drupal, and trying to set it up so that it is pretty easy for the user to add new items to the vocabulary from the create content form instead of having to administer the vocabulary itself. So far, all I can manage is the default behaviour of displaying the existing items. Edit: Enabling the 'tags' op...

Drupal - Break up content with different content (After every 12 products, show an ad?)

Currently I have the homepage of a t-shirt site list a 4 column grid, each cell containing all the shirts on the website (using views). The client would like every few rows to display an ad (perhaps a random view/block item). Is this possible? I'm sure I will end up needing to set the grid display to something else but how could I progra...

Displaying a single term of a custom taxonomy in Wordpress

How am I able to show a single term of a custom taxonomy in Wordpress? I have a custom taxonomy, which will always have only one term in it, and I want to display it in a custom loop on my home page. I have tried all possible ways, with one (blargh, can't remember which one) I managed to display the term but as a link, which I don't wan...

Security events taxonomy

We are currently implementing a security log monitoring/auditing application for local law compliance. In our first implementation we used the security event taxonomy proposed by the OpenGroup XDAS working group since the interesting Common Event Expression (http://cee.mitre.org) effort is apparently going nowhere. Are there any other si...

Computer Science taxonomy

I am developing web application where users have collection of tags. I need to create a suggestion list for users based on the similarity of their tags. For example, when a user logs in to the system, system gets his tags and search these tags in the DB of users and showing users who have similar tags. For instance if User 1 has followi...

Exclude category from custom taxonomy output

Hello, I'm using the query below to output all links from a custom taxonomy. It outputs all posts that are tagged 'http' from the taxonomy 'words'. I would like to exclude some general categories from the output. So, fe. it only outputs links in the media and news categories. What would be the best way to achieve this? $wp_query->re...

Wordpress - related posts by custom taxonomy problem

Hello, I'm trying to display related posts based on a custum taxonomy. I found a query at wordpress.org that kind of works. However the original post gets duplicated in the results multiple times. (words is the name of the custom taxonomy I use) What seems to happen is that the single post gets duplicated according to what amount showpo...

Searching custom taxonomies in wordpress

Want to know is there any plugin/hack available for searching custom taxonomies in wordpress? Directions for any idea will be great. ...

Wordpress Taxonomy

I am creating a Wordpress blog (no live link yet because it's still at a planning stage). I want to set up the following tag structure: Category 1: Services Tags: Web design, logo design, print design, etc etc. Category 2: Type of clients Tags: small businesses, large companies So each post will be tagged with one or more tags from Ca...

Creating Movie Review Site structure using Custom Post Types and Taxonomies?

Hello All, Wordpress 3.0 just came out and it was cited that one can make a Movie Review site using custom post types and taxonomies as an example of using wordpress as a CMS. I want to try to do this as a learning example: I have experience programming but not with WP. Basically I'm looking for guidance on how to structure the post t...

Drupal Theming Taxonomy Vocab similar to a Node Type

Is it possible to theme a Drupal 6 vocab the same way you would a node type. Having it effect every term within the vocab? I find drupal 6's taxonomy core is lacking when it comes to theming. I want to build custom charts and user statistics based on my taxonomy terms but I can't get anywhere near it without doing some ugly dance with v...