#10320 closed feature request (wontfix)
Tags separator
Reported by: | bi0xid | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9 |
Component: | Administration | Keywords: | tags |
Focuses: | Cc: |
Description
I know it has been discussed in forum:ideas (http://wordpress.org/extend/ideas/topic.php?id=1630) but still I think we must offer add tags separated by space.
I mean, in forum people was talking about standard use. The services I use most are flickr and delicious, and both of them uses space separated tags, so when I'm writing a post, I need to change the tags I write automatically to put commas.
I think we can offer in WordPress options the tag separator style (comma or space) to use.
Change History (8)
#1
@
15 years ago
- Milestone 2.9 deleted
- Resolution set to worksforme
- Status changed from new to closed
#2
follow-up:
↓ 6
@
15 years ago
- Resolution worksforme deleted
- Status changed from closed to reopened
Uh... sorry, I'm talking about add tags when you are writing a post, in Post Tags, while editing. There's no way to use template tags here.
And offer in Options the way to add tags in edit page: spaces or commas.
#3
@
15 years ago
- Milestone set to Future Release
ahh sorry.
given wordpress's support for multi-word tags, not sure how easily thats going to be able to be implemented without an extra option..
#4
@
15 years ago
Multi-word tags works now. If you write, for example,
wordpress mu, blog
WordPress takes wordpress mu as a tag.
The idea is change the options, and have it work too when writing
"wordpress mu" blog
which is the other standard way to write tags on the net.
#6
in reply to:
↑ 2
;
follow-up:
↓ 8
@
13 years ago
- Milestone Future Release deleted
- Resolution set to wontfix
- Status changed from reopened to closed
Replying to bi0xid:
And offer in Options the way to add tags in edit page: spaces or commas.
Our philosophy is decisions, not options.
The problem with spaces is that if using a multi-word tag (like a name) you have to smoosh it into one fake word. This ticket has been sitting here for 2 years with no activity, so I'm going to close it.
#7
@
13 years ago
Definitely not changing this at that point.
You could always replace the tags box if you wanted to. It's only UI.
try using the Seperator arg of the the_tags() call like most other template functions offer.
Eg:
See: http://core.trac.wordpress.org/browser/trunk/wp-includes/category-template.php#L790