#10320 closed feature request (wontfix)
Tags separator
| Reported by: | bi0xid | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.9 |
| Severity: | normal | Keywords: | tags |
| Cc: | Focuses: |
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)
#2
follow-up:
↓ 6
@
17 years ago
- Resolution worksforme
- Status closed → 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
@
17 years ago
- Milestone → 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
@
17 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
@
15 years ago
- Milestone Future Release
- Resolution → wontfix
- Status reopened → 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
@
15 years ago
Definitely not changing this at that point.
You could always replace the tags box if you wanted to. It's only UI.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
try using the Seperator arg of the the_tags() call like most other template functions offer.
Eg:
the_tags('', ' ');See: http://core.trac.wordpress.org/browser/trunk/wp-includes/category-template.php#L790