The built-in taxonomy 'post_tag'.
1
vote
1answer
155 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
131 views
How can I hide tags on a child-category page, if that tag has not been used?
I have a section of my site where I'm using child-categories and tags to sort content.
I'm have a tertiary navigation for the tags (templates/nav-tags.php):
<nav class="side left">
<ul ...
1
vote
1answer
260 views
Get posts with tag all post types
I'm trying to get all posts that have a specific tag, regardless of what type of post that is. I've tried every solution I've found (here on SO and further), but nothing works: I always only get the ...
1
vote
1answer
79 views
How can I show 1 featured post in a styled element, and the next few below differently styled
I'm looking for some thoughts, ideas, and/or direction on what is the best way to accomplish this:
Basically I want to have 1 "featured" post in a differently styled div, and then display the next ...
1
vote
0answers
17 views
how to add text to posts from tags
How can I add custom generated text to posts using text from tags?
Something like:
[Post Title] + custom text + tags + custom text ....
Or is there a plugin which does this ?
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
68 views
Problem getting current post tags to show in a widget
I have tried tons of examples and suggestion on this topic but I can not get them to work.
What I am trying to do is display the tags associated with the current post in a widget.
I have built the ...
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 ...
1
vote
1answer
334 views
Display tags that only appear in one category
I'm trying to get this less manual than it currently is. I want to display tags that appear in only a single category, so if they are in a post that has two categories, I want that tag ignored.
The ...
1
vote
2answers
230 views
Exclude Tags from get_the_tags
While following this article to get tags by date, I was wondering if I could exclude certain tags from what gets returned. The point is to have trending tags but some tags will always be there and I ...
1
vote
0answers
72 views
(Solved) category link not working [closed]
I created a theme using wamp. It works fine and all, but when I uploaded it to the server, I am having problems with categories.
It always generate this url:
http://deremoe.com/reviews/
this is what ...
1
vote
0answers
45 views
How to list all tags as radio buttons in a meta box?
I tried to search this issue but I never found anything..
I'd like to put in post-new.php admin page a list of tags (all tags present in the blog) as radio buttons. How can I do that?
1
vote
0answers
32 views
menu using category and tags
I'd like to do (somehow) manual menus that would display all posts within certain category.
Eg, I'd have sections "applications" and "games" so now i can do this:
...
1
vote
1answer
62 views
Modifying the built-in behavior of ajax tag type-ahead functionality of WordPress
Currently, it takes 3 characters to be entered into the tags, before WordPress can start suggesting matching tags.
Where do I make it so it instantly starts those suggestions?
I've got a 100's of ...
1
vote
1answer
214 views
Get the latest tags in a cloud? [closed]
Is there something that allows us to get a list of the latest tags used in post.
I want to get the 10 latest tags and align them side by side
How Can I make this happen?
1
vote
1answer
124 views
Any way to assign Post Categories and Tags to Links?
I would like to assign post categories and post tags to the links in my 'Links' section, and (ideally) remove the link categories feature since it would be redundant.
Anyone know how to do this?
1
vote
1answer
110 views
ID's being stripped out of editor for Admin user in Multi-Site
I have a Multi-Site install running on the current version of WordPress (3.3.1). The problem I'm having is the ID's are being stripped out of my tags in the editor. When I am logged in as a "Super ...
1
vote
1answer
43 views
Make tag links point to global wordpress.com pages [closed]
Is there a way to make those „tags” links under each post to point to global tag pages (http://pl.wordpress.com/tag/blah/) instead of the blog-local pages (http://blogname.wordpress.com/tag/blah/)?
1
vote
1answer
154 views
How to enable all Tag Descriptions in loop?
As the title states all I'm trying to do is get the descriptions for all tags inside the loop on my INDEX.php page to show up.
I know you can use code to call specific tag descriptions but I want to ...
1
vote
1answer
339 views
How to echo tag description on loop-page.php using WPeC 3.8
I'm trying to display the 'Tag Description' on my tagged pages. I've added an if statement to loop-page.php already to only show custom text when a tagged page is being displayed...
<?php } elseif ...
1
vote
1answer
593 views
How to rename 'Tag Base' with WPeC 3.8?
In Wordpress>Settings>Permalinks there is an option at the bottom of the page to change the 'Tag Base'.
I've entered 'testtag' in this option and saved, but my tag pages are still displaying as ...
1
vote
1answer
184 views
Wordpress “Categories to tags converter” not working. Pointing to import.php instead
I just imported my posts from blogger into wordpress. In doing this, the tags were converted to categories for some strange reason.
I am now trying to convert them back into tag using wordpress' ...
1
vote
1answer
260 views
Showing all tags in admin -> edit post
Someone knows how to show 'all tags' insteads of the 'most used tags' in edit post of administration panel?
This should give the ability to select with a single click tags that are not yet used!
Here ...
1
vote
2answers
551 views
limit a list of tags to one category [closed]
Sorry if this has already been asked, but I am attempting to limit a list of tags to one category, in a couple different spots on my web page. I have this code:
<?php
$tags = get_tags();
...
0
votes
2answers
119 views
Allow AJAX call to other roles than admin
On my website, registered users (subscriber role) can send drafts and, if admins validate them, they are published.
I'm trying to add a tag box to frontend editor used to send new posts. To implement ...
0
votes
1answer
52 views
How to rename 'TAG' to 'TOPIC'
i want to rename TAG to TOPIC
and url it should be
wordpress.stackexchange.com/tag/ to wordpress.stackexchange.com/topic/
is it possible ?
0
votes
3answers
76 views
how to change # of tag posts on /tag page?
I have my blog page limited to 5 posts on the main page, which I'm happy with. However, I want my tag pages to list much more, maybe 15 or so. How do I most easily make this change? There's no ...
0
votes
3answers
703 views
How to totally get rid of Category in my blog?
I prefer using tags and have no interest in using the categories. All my posts now are labeled with a category named "Uncategorized" and I want to turn them off! I want no more categories at all. How ...
0
votes
2answers
751 views
I want a query to list tags
how are you?
I want to using a string query to list tags in array and using it.
I write this query but dosen't work
$tags= $wpdb->query("SELECT * FROM $wpdb->term_taxonomy , ...
0
votes
3answers
1k views
Have multiple category queries from the URL been fixed yet?
Is it now possible to query multiple categories from the URL?
http://www.mywpsite.com/?cat=1+7
?
I think this has worked for tags for some time. If not, is there another way to achieve this?
0
votes
1answer
205 views
how to programmatically change post tags
Is there a php function which can add/remove tags of posts? If not how would I do this?
I am looking for something like this:
add_tag($post_id, 'tag-name');
remove_tag($post_id, 'tag-name');
0
votes
2answers
297 views
WordPress Tag Page Hook?
Is there any hook for a tag page, so I can alter it's content before outputting?
0
votes
1answer
147 views
get postviews under every posts in the main page
i need to display under every article in the main page, the respective number of post views. I tried with a plugin called wp.postviews but I cant figure out how it's works...it allow only the widget ...
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
29 views
Display Posts Only with Specific Tag
I'm trying to only display posts with the tags Movie Trailers and Gaming Trailers but my loops are still displaying everything under the category /videos/
heres what I have
category-videos.php:
...
0
votes
1answer
127 views
Add relevant tag to search results
Tags are a major part of my platform. Using the default search, if the search term matches a tag, on the results page, I want it to display:
<p>Are you looking for our <a ...
0
votes
1answer
100 views
tags not showing on custom post type single page
I have a single-events.php and in there i want to show the tags on that post.
I have tried using this but nothing comes up.
I have put it within the loop but still nothing.
This is my code
...
0
votes
2answers
429 views
Stop wordpress from adding html tags but not remove my own tags?
I've been trying to make wordpress stop adding html tags to my content but leave my own html tags alone?
Tried remove_filter( 'the_content', 'wpautop' ); and installed PS Disable Auto Formatting ...
0
votes
1answer
41 views
Tag with Alias capability
Is there such a feature in WordPress, that you have one tag which is the alias for another?
Example:
Muhammad Ali and Cassius Clay is the same thing. I have two separate tags for each.
And I tag my ...
0
votes
1answer
52 views
merging terms programmatically while maintaining the count
This question is all about finding out the best way to handle merging similar terms.
Let's say you have 10 posts tagged as Barack Obama and 20 posts tagged as Obama.
and you want to group them all ...
0
votes
1answer
939 views
Filter query_posts by tag slug on “Tag Archive” page (when tag is 2 or more words)
I'm using the following to bring up a tag archive page:
<?php query_posts( "tag=". '' . single_tag_title( '', false ) . '' ); ?>
This works perfectly for all tags of one word only, but any ...
0
votes
2answers
55 views
displaying tags in a widget
I have a widget which displays the latest projects as thumbnails on my website.
When I mouse over a thumbnail the project title appears;
this is the code for title:
<h2><?php echo ...
0
votes
1answer
362 views
Add tags to pages
I'd like to be able to add tags to my pages just like I can with posts.
What would I need to do to enable the tag editor/entry for the page editor?
0
votes
1answer
172 views
How to get the first tag of a post as a hyperlink?
This WordPress Codex document clearly shows how to get the name of the first tag of a post:
<?php
$posttags = get_the_tags();
$count=0;
if ($posttags) {
foreach($posttags as $tag) {
...
0
votes
2answers
275 views
Conditionals if tags exist?
I have the following code to display tagged articles with the same name as the page title, but I only want the to appear if the tag exists, otherwise it just says 'Related Articles' with no content. ...
0
votes
2answers
300 views
Dynamically output a class to an anchor tag depending on what tag is chosen
Not sure if this is possible, but what Id like to do is have the ability to output/add a class to an anchor tag depending on what tag I choose when creating the post.
My reasoning behind this is to ...
0
votes
4answers
158 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 ...
0
votes
2answers
1k views
Taxonomy count per Post type
Below is the code i use to output the post tag (taxonomy) count/number. I want to be able to split the count based on post type that the taxonomy features in (rather than the total number).
So i ...
0
votes
1answer
1k views
tag.php doesn't work with tags on a custom post type post?
here's another stumper.
I have a tag.php page. It works fine, unless you click a tag that is in a post associated with a custom post type. Then it doesn't work. Its like that tag, doesn't exist. But ...
0
votes
1answer
245 views
Display a tag only if there is a description
I'm building a site glossary and trying to display only tags with descriptions. Is there a way to determine if the description is available and only display the tag when it is?
Here is where I am so ...

