The built-in taxonomy 'post_tag'.

learn more… | top users | synonyms (1)

0
votes
1answer
59 views

How can I include custom category and tag base in template files?

How can I include custom category and tag base names in the category and tag template files? Specifically, I'd like to include in the page title of category and tag pages the custom category and tag ...
1
vote
3answers
340 views

“more” tag doesn't appear when browsing category achives or search

Almost finished my website, but ran into one problem: When you view the archive of a category or do a search, the "more" (or "continue reading") link/ tag doesn't appear. It words fine on the ...
1
vote
2answers
107 views

get_terms with more than x post count

Is there an argument for get_terms which I can fetch terms that only have say over 2 posts associated with it? I have a terms page which lists all my terms for 'artists', the page is huge but a lot of ...
-1
votes
1answer
57 views

HTML code stops showing after endwhile tag [closed]

I am having this issue when I am logged out of the back-office of Wordpress. http://www.secure-events.co.za/about-us For some reason the stops showing after the endwhile tag. Or it could be after ...
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 ...
0
votes
1answer
54 views

Comment out a link all the text below disappears [closed]

If I comment out standard text <!-- hide this text --> it works fine. But if I comment out a link <!-- <a ...
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
160 views

Setup proper 301 redirect for deleted tags

I recently deleted a large number of tags (~20k-25k) from one of the categories that publishes news items. These tags were contributed by our authors and added no value to the site. As a result, ...
-1
votes
1answer
173 views

Search with multiple selects that include tags

I need to make custom search for specific house projects in my new wordpress site. It needs to have 4 dropdown lists - 1 [number 2] for categories and 3 [numbers 3,4,5] for tags. Tags need to be ...
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 ...
3
votes
1answer
564 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: ...
0
votes
1answer
518 views

Stop Wordpress removing <script> tags when switching from HTML to Visual (TinyMCE)

Ok, I've seen solutions which go halfway to sorting out this problem, but nothing definitive, and nothing that 100% solves my problem. Scenario: In HTML mode, I add some javascript to a post I'm ...
1
vote
1answer
215 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?
0
votes
1answer
110 views

Displaying the most recently used tags

Is it possible to just show the most recent tags from e.g. the latest 10 posts as a tag cloud? The only things that I found were the WP Recent Tags plugin which is a bit outdated and no tags are ...
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
1answer
50 views

Pretty URLs with Categories and Tags

How do I create pretty permalinks for a query page that includes results from both categories and tags. For instance, if the category is Country (America) and the tag name is city (New York), can I ...
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
126 views

reducing the amount of wp_query calls

I'm working on a site where we're introducing drop down panels from the menu which will display thumbnails from various tags on the site. Each panel has a left column displaying a featured post, and ...
0
votes
1answer
408 views

how to limit and display tag?

Hi i need to show random 3 tags for a post. all my posts have been tagged with more than 10 tags, i need to display any 3 tags randomly. for eg: A sample post <a href="/tag1">Tag1</a> ...
0
votes
2answers
78 views

Delete all Tag Links from Posts

We're working on this site: http://granthammond.staging.wpengine.com/ which will no longer be using tags, i need a way to strip / remove all the tag links in the post content, for example: any ...
0
votes
1answer
209 views

custom post type tags

I have this code: $args=array( 'post_type' => array ('portfolio'), 'orderby' => $orderby, 'order' => 'DESC', 'paged' => $paged, 'posts_per_page' ...
0
votes
1answer
79 views

Query Custom Post Type by Tag

Kinda confused on this.. hoping someone can help. I have custom post type named "Providers" that I want to pull entries from that are tagged "highlighted". I enabled tag support on the custom post ...
0
votes
1answer
81 views

Do we have In_category like function for tags?

I have been using "if (is_single() && in_category('keyword') )" to display custom links on the sidebar. I was wondering if we have in_tag or any similar function for tags?
0
votes
1answer
16 views

Problem using the word “RSS” as a tag

I'm using RSS as a tag for some of my blog posts, and I was using them without any problem. myblog.com/tag/rss/ But I've just realised that Google Webmaster Tools gives me some related errors. The ...
1
vote
2answers
161 views

Using permalinks, category slugs, and tag slugs

I'm trying to set up some permalinks for my site. Right now all the posts are under sitename.com/blog/, which is fine. But the category pages and tag pages show as 'sitename.com/blog/category/catname' ...
4
votes
3answers
828 views

How to Get Next or Previous Post in a Specific Tag?

I'm trying to create links to the next and previous posts within a specific tag (on the post page itself), but I can't seem to find a plugin or source that does this. I want to be able to something ...
2
votes
0answers
119 views

List posts from certain category, by tag

Basically I need to get all posts from a particular category (or multiple categories), and list them out according to their tag. In Category X, there are the following tags, and under each tag is the ...
6
votes
1answer
371 views

How do I display a tag cloud under my post that only shows tags from that post?

I've be looking to add a tag cloud under my post that only shows tags pertaining to the post. The tags shown should be in a tag cloud format; the post tags that have more post tagged with it will be ...
7
votes
3answers
907 views

How can I allow commas in tag names?

I want to allow commas in tag names? For example, "hello, world" or "portland, or" but Wordpress keeps separating them. I can do it from the categories page: And it shows up fine. But anything ...
0
votes
3answers
92 views

How to Remove a Title from All Category and Tags Page?

I am trying to remove the title from all my category and tags page. So far, I have been using this code http://pastebin.com/xxmyw7BP. It works but not perfectly. The title of my category and tag ...
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
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
2answers
127 views

wp_tag_cloud() and the_taxonomies() work but not the_tag()

wp_tag_cloud() and the_taxonomies() work in a widget I built but I can not get the_tags() to work. I want to display the tags assigned to the current post. I built a widget to do this. the widget ...
1
vote
1answer
64 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
226 views

How important are WordPress tags for SEO purposes?

Am I missing out SEO-wise by not including any tags in general when I write posts on my blog? How do they help a site rank better?
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
1answer
27 views

Categories: A Greenhorn Question on Strategy (Not Code)

Im having an issue in my category set-up logic Let's say I sell new/used (including Vintage) Drums/Drum Parts wherein a user can search by new, used or by individual part. So let's say they choose ...
0
votes
1answer
13 views

Displaying Tags for the Page I'm On?

I currently have <?php $comma = array( 'separator'=> ", " ); wp_tag_cloud($comma); ?> and I thought this was solved, until going to other posts and seeing the same exact tags.. so I'm ...
0
votes
2answers
103 views

Commas in Tag Cloud

Using <?php wp_tag_cloud(''); ?> to display tags on my website, how do I separate each tag with a comma but also remove the comma from the last tag?
2
votes
1answer
153 views

Individual css class for each tag in wp_tag_cloud

Help, this is probably the best way to have control over the styling of the wp_tag_cloud ... I was looking for a way to add size based classes to my tags within the tag cloud widget. The problem here ...
0
votes
1answer
51 views

Is there any way of making post tags (or custom post type tags) pop up as suggestion as in StackExchange sites?

In any SE site, there are suggestions that pop out when you are writing in the Tag field. Is there any way of doing something similar in Wordpress? (a simple vertical list is enough). (Maybe helped ...
1
vote
1answer
124 views

How can I make an auto-fill search box auto-completing with the tags?

I want to mimic stackexchange's method of selecting tags by typing first letters. Any ideas? All instant search plug ins I tried dont work, dont know why. I have latest WP version.
0
votes
2answers
525 views

attachments with tags and get_posts

having problems with filtering a posts attachments by tag... It worked fine until i added the tag__in arg (and other variations of it). $vidArgs = array( 'tag__in' =>5, ...
0
votes
1answer
149 views

Remove commas between tags

So I have been googling for quite some time now and I can't seem to solve this. A lot of sources refer to a file called the_tags.php but it's nowhere to be found. Can anyone point me in the right ...
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
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 ...
0
votes
1answer
83 views

Display by tag from different post types

I'm trying to display posts within the WP loop and am able to successfully do so with <?php query_posts('tag_id=10'); ?> Here the loop will display all posts with the tag ID of 10, but I'd also ...
2
votes
2answers
156 views

Limit tag cloud terms by date

I've been looking for a plugin that limits the tags dislayed in the tag cloud by date. Basically, I want all tags from a certain date forward. I've searched current plugins and haven't found anything ...
0
votes
1answer
132 views

Navigate by Tags inside a custom Post Type

I want to have the possibility of navigate by 'standard Tags' inside my custom post type 'Car', like the following: http://www.example.com/car/toyota http://www.example.com/car/blue Of ...
0
votes
1answer
222 views

Hide tag and category boxes from the post editor

I want to hide the tag and category boxes from the post editor, the theme I've just developed doesn't need them, thus I want to hide them. I am aware they could be hidden using the 'screen options' ...

1 2 3 4 5 9