Tagged Questions
0
votes
3answers
49 views
Pull Tags But Not as Links
I'm trying to take a list of tags and list them on the page but without linking to their archive page.
At the moment I'm doing this:
<?php
global $wp_query;
$postid = $wp_query->post->ID;
...
0
votes
1answer
33 views
Hook to change Custom Tag Taxonomy Links?
I have a Custom Post Type named News that has a URL structure like this...
domain.com/news/news-post-name
I have also added a Custom Tag Taxonomy for my News Post Type.
Here is my Re-write settings ...
1
vote
1answer
62 views
non-hierarchical custom taxonomy using checkboxes on edit-screen -> saving issue
I registered a non-hierarchical custom taxonomy ('property_features').
There is a checkbox for every terms of this tax in a custom meta box on the edit-screen.
All terms are displayed and all terms ...
0
votes
1answer
16 views
Why is my taxonomy have a category style div id?
I created two custom taxonomies. I created them using identical code and then finding and replacing the "name" with "name2".
I've then looked at the post type page and there are two tag boxes to ...
0
votes
1answer
319 views
Create custom taxonomy and Display in metabox dropdown
I'm looking to create a dropdown in the post edit screen which contains 3 already existing tags. What's the easiest way of doing this?
Basically all I'm looking for is a simple drop down which adds ...
0
votes
0answers
70 views
Wordpress infrastructure dilemma - Multisite or Single site? [closed]
I was thinking about building some kind of network or large website, so I was reading a lot about the Multisite option that came up last years.
I still have some question marks on when should I use it ...
1
vote
1answer
160 views
How to add tags (custom taxonomy) to post class css?
I am trying to figure out how to add my custom taxonomy for tags to the post class css when I already have added the custom taxonomy for categories. The code Im currently using to add the category ...
1
vote
1answer
67 views
How to adjust code to refresh a dropdown box with tags that are active on filtered category listing
I have multiple custom tags setup (ptags) and custom posttypes (products) and made it so i can filters posts by multiple tags in a category.
Currently the code retrieves tags from posts relating to ...
2
votes
1answer
76 views
Wordpress renames slug of tags used in multiple taxonomies?
I've noticed Wordpress renames the slug of identical tags used across multiple taxonomies, is there an easy way to change this behavior?
Let's say I create a tag called Nintendo under the publisher ...
1
vote
1answer
91 views
Metabox to list/store a certain type of post tag
I'm at an impasse here. I'm admin-ing a food blog for a friend. She enters the ingredients for each recipe post as post tags. Down the road I'm going to create a page where a user sees a list of all ...
0
votes
1answer
293 views
get tags from custom post type
I have a custom post type called "portfolio" with 2 registered taxonomies : portfolio_category and portfolio_tag.
I'm using a custom theme that use a lot of javascript/jquery.
So this is how the ...
1
vote
1answer
183 views
search also in taxonomy, tags and custom fields
I have found many answers separately for Taxonomy, Custom fields and Tags, most of them outdated.
But how to combine a search in:
- designed custom fields of a custom post
- custom taxonomy terms
- ...
1
vote
0answers
157 views
Front-End Custom Taxonomy Tag Select
The theme I am currently using features a front-end dashboard with posting and post editing, but the pre-existing submission form currently lacks a field to select one or more custom taxonomy tags ...
0
votes
1answer
72 views
How to randomise a custom taxonomy tag cloud
I have about 70 tags, I want to get 5 different random tags out of that 70 each time the page refreshes... this isn't working for me
<?php wp_tag_cloud( array( 'taxonomy' => ...
0
votes
1answer
120 views
List all the tags from a custom post type
I'm looking for solution that will display all the tags that used on a custom post type.. I just want to list them all coz I'm going to add jquery code on each tag. :)
0
votes
2answers
480 views
portfolio custom type tags support
I have portfolio-post-type.php which contains this:
<?php
add_action( 'init', 'create_portfolio_post_type' );
function create_portfolio_post_type() {
register_post_type( 'portfolio',
...
0
votes
1answer
363 views
Advanced archive url structure (category, tag and date)
Is it possible to create a permalink structure like this:
mysite.com/category/books/tag/read/2010/01
Or at least something like this:
mysite.com/category/books/?tag=read&year=2010&month=01
...
0
votes
1answer
373 views
How can I create an automatic drop down menu with my tags?
I have another post type which isn't the default one.
I have four taxonomies attached to that post type.
And I have many tags attached to these taxonomies.
I would like to create a drop down menu ...
0
votes
1answer
163 views
Tags and Taxonomy links not working for Custom Post Types
In my theme, I registered a taxonomy by the name of tax_groups for a custom post type named custom_items.
So the following URL was returning the lastest custom_items
...
1
vote
2answers
104 views
Make tag cloud links consistent
I'm using this code:
<?php wp_tag_cloud( array( 'taxonomy' => 'channels') );?>
To display custom taxonomy as a cloud tag.
How can display with all links being the same size? I can't seem to ...
0
votes
2answers
346 views
Displaying the post count of all custom taxonomy terms in a list format
I thought this would have displayed the post counts right next to the clickable links
wp_tag_cloud(
array( 'taxonomy' => $taxonomy,
'format' => 'list',
'smallest' => 12,
'largest' => ...
1
vote
2answers
341 views
Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
Simple question, really. I know pretty much nothing about SEO, and i'm trying to define a good structure for this clients online magazine.
I already know i'll be using a few custom taxonomies along ...
0
votes
1answer
75 views
How do i change the tags and taxonomies
Ok i found the code to change the "TAGS" to another name..
I changed my tags to say "Celebrities" but the permalinks still says TAGS i want it to say "Celebrities" how do i do this.
Here is the code ...
0
votes
2answers
139 views
How to get custom category's link?
I have created a custom post type and custom category for that post. There are some categories in that custom category. now I want to get the links for each category I have in that list.
I just want ...
3
votes
1answer
566 views
Exclude Specific Term from Search
It is possible to search for posts with a specific term by appending the URL with:
?&term=abc
Is it possible to do the opposite and search excluding a specific term? Something like:
...
3
votes
1answer
418 views
How to remove the tag cloud from custom taxonomy admin page?
When I register the taxonomy I have this which I thought might hide it:
'show_tagcloud' => false
The default category page does not show a tag cloud so why does my custom taxonomy page, how do ...
0
votes
4answers
159 views
Can custom taxonomies items have attached properties?
Let's say for (a classic) example that I want to create an event custom post type, which will have assigned some specific fields/properties. One of them: location venue.
Location venue, which I'm ...
3
votes
3answers
2k views
Custom columns on edit-tags.php main page
I am trying to add custom columns to edit-tags.php for a custom taxonomy that I have created. This custom taxonomy is called equipment-types and it only applies to one custom post type called ...
1
vote
3answers
738 views
Use tag interface for hierarchical taxonomy?
Custom taxonomies are great. I registered a bunch of new taxonomies and wrote an importer to import our hierarchical taxonomy into WordPress a la XML. The problem is one taxonomy has about 1,100 terms ...
0
votes
1answer
299 views
Automatically tag posts based on user-defined words
I want to systematically add tags (/custom taxonomy terms) to all previous posts, from a predefined set of tags (i.e., not Yahoo tags or tags from 3rd-party APIs).
For future posts, I would like ...
0
votes
1answer
198 views
saving meta/custom field to tag
In my custom post type what I am trying to do is say I have select drop down option called party_ad. The value of the options are obtained via an RSS feed.
echo '<select name="ad_Tags" ...
1
vote
1answer
168 views
Listing tags from a custom post type
The topic custom post type:
register_post_type( $this->forum_post_type, $bbp_cpt['forum'] );
/** TOPICS ************************************************************/
// Topic labels
...
0
votes
1answer
145 views
making an index from custom taxonomies and tags of posts (not hierarchical taxonomy)
i have attached custom taxonomies to posts.
now i'm looking for the best way, architecturally speaking, for automatically creating list that would look like this:
energy (32):
how to build a solar ...
1
vote
2answers
988 views
Show certain terms from custom taxonomy but exclude 'parent' terms?
I have a custom post type "mycustom_products" (hierarchical) that has custom taxonomies called 'categories' and 'tags' (as many other custom post types do). My custom category is called ...
0
votes
3answers
831 views
display custom taxonomies limited to custom post type?
i have a stupid situation, where i somehow can't find a solution and would really need some help!
So... i'm working on a project, where i have in addition to Post and Pages two Custom post types: ...
2
votes
1answer
943 views
Widget to display custom taxonomy tag cloud
How to alter the default widget to display a tag cloud of a custom taxonomy?
0
votes
2answers
392 views
Problem with removing post tags programmatically
I use the following function in order to retrieve tags of a post, remove an element from the array and then set the result to the post:
$post_tags = wp_get_post_terms( $post_id );
foreach ( ...
4
votes
1answer
380 views
Can I turn off write-in tags/taxonomies?
One of the big problems my site staff has had with tags is the overwhelming number of similar or duplicate tags, due to the write-in ability.
I'm about to add new custom taxonomies to my site for ...
2
votes
1answer
861 views
How do I display a tag cloud with both post tags AND a custom taxonomy?
Using wp_tag_cloud(), how can I display a single tag cloud that incorporates both regular post tags and a custom taxonomy?