The built-in taxonomy 'post_tag'.

learn more… | top users | synonyms (1)

-2
votes
1answer
41 views

Moving Blog and Changing URL

I'm moving a blog with a decent amount of traffic and some good google juice. I want to try and proactively fix links that will change. How would I loop through all my categories and tags on my ...
0
votes
2answers
173 views

List 'n' number of posts from a Tag, each with a different class or ID

I want to list 'n' number of posts (ordered by latest first) -- post's title linked to the post's permalink -- from a tag on my WordPress blog. I also want to assign each link its own class or ID. I ...
2
votes
2answers
340 views

wp_tag_cloud inline CSS

I am using wp_tag_cloud but my problem is the inline CSS (for the font-size). I am doing RWD so I need full control of my markup/css. As I saw there is no property that will make it go away, so I ...
2
votes
1answer
252 views

Plugin to auto convert custom fields to tag

I have 3 custom fields that i would like to have automatically converted to tags anytime the post has them. Custom field names: tag_name1, tag_name2, tag_name3 Is there a plugin or function that i ...
1
vote
2answers
147 views

What is the difference between terms and tags?

I am working on a problem to get the most recently used tags within the last 30 days. My current thought process is not working, so I am trying to come up with an alternative method. I came across ...
-1
votes
1answer
32 views

What plugins would you recommend for improving the admin dashboard's category selector? [closed]

Is there a plug-in to change the default behavior of the cat's drop down in the admin dashboard so that I can type-in the name of a category and the results are filtered down to those starting with ...
0
votes
2answers
427 views

how to replace get_template_part('loop','tag') with explicit styled version?

So my theme has a tag.php, that contains this line: get_template_part('loop','tag'); that runs the loop and spits out the tag entries. I'm modifying it to include post thumbnails (using ...
0
votes
2answers
226 views

Is it possible to disable certain user roles from creating tags?

As a site admin, I'd like to have control over things. I'd like to prevent my contributors and authors ( who generate content for me ) from creating new tags. I don't want that tag taxonomy to turn ...
-1
votes
1answer
163 views

BuddyPress User Profile Tagging Plugin Needed [closed]

Does anyone know of a good (low overhead) plug-in for BuddyPress that can be used to apply tags to member profiles? Thanks.
2
votes
1answer
345 views

remove tags from posts in php

I feel like this should be a simple question, but I can't figure it out. If I have a post_id, how can I remove a particular tag from that post in php?? I know how to update meta information, but tag ...
0
votes
1answer
1k views

Display posts and thumbnails with certain tags

I want to display specific posts from an array with specific tags i.e. "Bolivia" and "Brazil" and then show the post thumbnail and permalink. This is the code I am using so far but as you can see I ...
0
votes
1answer
173 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
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
2answers
276 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
458 views

How to exclude/filter a tag from get_the_tag_list()

Does anyone know how to exclude/filter a tag from the HTML string generated by get_the_tag_list()? http://codex.wordpress.org/Function_Reference/get_the_tag_list Any help much appreciated.
2
votes
3answers
966 views

Display list of most used tags in the last 30 days

I am looking for a way to display the most used tags over the last 30 days. I am no coder, but I have come up with this mashup to display a list of the most used 28 tags (preference to fit my theme). ...
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 ...
1
vote
1answer
516 views

How to create a linked tag list in my sidebar

I'm looking for a solution to display a tag list that shows how many times the tag has been used in posts as well as link to a list of results. I found a php code snippet you posted on the Wordpress ...
1
vote
1answer
125 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?
5
votes
3answers
490 views

Plugin to restrict non-admin user to existing tags

Is there a plugin that would restrict non-admin users to only existing tags? I could have used categories for this, but it will be difficult to display with a large population (~1000) of tags.
1
vote
1answer
161 views

Search by keywords with boolean operators

Is there a way to tell WordPress to only search the keywords and nothing else? For example, if I searched "yellow, red, white" it would only display posts with one or a combination of those keywords ...
0
votes
1answer
61 views

Create a Seperate widget for both Tags and TagsCloud?

Is it possible to create a seperate widget for "Tags" and "TagsCloud"? This question is similar, however how would you make 2 seperate widgets for "Tags" and "TagsCloud"? The difference is class ...
1
vote
1answer
173 views

How can I make a post that belongs to a category or have specific tags, display different from the other single posts?

How can I make a single post display different from the other single posts when I add it to a specific category. example: I have a post that is in 3 categories: music, songs & video clips. I ...
1
vote
4answers
814 views

Loop through all tags & output posts in alphabetical list

I have a bunch of posts that each have multiple tags, and I'm trying to find a way to output all of them on a single page, organized under an alphabetical listing of their respective tags. E.g. if ...
0
votes
1answer
38 views

Bumping a (tagged) post to the top of archives

One of my WordPress sites is a monthly newsletter sent out by a small team to a big organisation that employs over 1,000 people. The main site works well, but I'm working on the archive pages just ...
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 ...
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 ...
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
176 views

Add exception for specific tag

I'm using this piece of code to generate Related Posts by looking at the tags of posts. The problem is I have use a tag named Featured in order for a post to show up in a slideshow. So posts are ...
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 ...
0
votes
1answer
147 views

How to have “the most used tags” taxonomy always expanded?

How can I have some taxonomies to always have "the most used tags" displayed when a new post is being created. Thanks.
1
vote
2answers
219 views

Custom post type getting wrong categories and tags

Ok i have a custom post type on my blog called videos, where i only post a video. There's a sceen cap below On the right are the latest post from the custom post type, on the left is the video, ...
-1
votes
2answers
227 views

Moving Categories submenu to Media, but still opens Posts menu

I'm developing a very media-centered site with WordPress and am using the default categories and tags on uploaded media using, in part this plugin Media Categories. I am displaying a sub-menu item ...
-1
votes
2answers
261 views

how do i align text to the right of an image? [closed]

I'm trying to (in my css style sheet for my Wordpress site) get some text to populate to the right of an image but it just aligns to the right of it, BELOW the image, instead of BESIDE it. How do I ...
-1
votes
1answer
71 views

Show tags in post? Function not working

I'm using the first example from here: http://codex.wordpress.org/Function_Reference/get_the_tags but nothing is showing up. There's nothing about get_the_tags in my function.php... nor do I know ...
2
votes
1answer
55 views

What Defines What Category A Post Picks (if in multiple)

If I have a post in multiple categories, what defines what category shows up in the URL? Assuming I have permalinks setup as /%category%/%postname% is it the ID or the name?
3
votes
1answer
563 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
28 views

One post auto attached to many another items

Let's say I'm building site with mp3's. I'm adding every single mp3 as custom-post-type. I 'm also adding artists bio and its displayed on every single-mp3 post. What I want to do is add this bio just ...
1
vote
1answer
128 views

Does anyone have a plugin that could automatically tag custom post types in wordpress?

I was looking at http://wordpress.org/extend/plugins/web-ninja-auto-tagging-system/ and unfortunately, it wont work on custom post types. Can anyone suggest (with what changes are needed) to have ...
0
votes
2answers
1k views

How to make tags show up in search results?

Im looking for a way to make tags a searchable object. To clarify, Im NOT trying to make the search engine search posts by looking at its tags, but I want tags to show up in the results just like a ...
0
votes
1answer
1k views

Filter Posts By Tag

I'm trying to filter my posts by category, then further by city. The only way I can think of filter by city is if the admin adds the city to the listed tags and then filtering from there via switch ...
3
votes
1answer
417 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 ...
-1
votes
2answers
827 views

alt attributes not showing on pages

I have downloaded a wordpress theme called livepuse, and unfortunately the alt tags are not showing on portfolio pages for my images. The website is as follows: ...
0
votes
1answer
144 views

Tags break custom Excerpt function

Quick question here. I have a function that echoes out the post-type's content (if none available, the excerpt). It looks like this: function era_excerpt($post, $length = 11, $ext = ' ..') { ...
0
votes
1answer
51 views

Need help deciding on a taxonomy

I'm working on a project that mimics a product Catalog, all products belong to a Collection and they all have a Type and Attributes. For instance, a shirt belongs to the Apparel Collection, so I ...
2
votes
1answer
274 views

Control term order on a per-post basis

I have a taxonomy in which term order matters, but varies from post to post. So I want to be able to set the order that terms are displayed in on a per-post basis: My first post | Tagged: Apples, ...
0
votes
2answers
870 views

How to create wordpress page that shows posts with specific tags?

Like the title says, what code would I use on a wordpress page so that it will only show posts that have a specific tag?
-1
votes
1answer
344 views

Customize Multi-Column Tag Map to fetch specific post-type

I'm using a plugin called "Multi-Column Tag Map" that lets you display all tags that were used and arrange them in a alphabetical order. This plugin works fine in a regular post-type but It's not ...
0
votes
1answer
130 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
162 views

Post type cloud like tag cloud?

Anyone know if it's possible to create something similar to the wordpress built in tag cloud (wp_tag_cloud) but instead of displaying tags, display custom post types? Thanks

1 3 4 5 6 7 9