Make WordPress Core

Opened 22 years ago

Closed 21 years ago

Last modified 5 years ago

#100 closed enhancement (wontfix)

Support for a "keywords" field

Reported by: steph-tara's profile steph-tara Owned by: matt's profile matt
Milestone: Priority: normal
Severity: normal Version: 1.2
Component: General Keywords:
Focuses: Cc:

Description

In addition to "excerpt", add a "keywords" field for each post, which can be used to store post meta-data.

Attachments (1)

0000100-post_keywords.php (2.2 KB) - added by steph-tara 21 years ago.

Download all attachments as: .zip

Change History (9)

#2 @2fargon
22 years ago

Keywords are just one kind of post meta field. The post meta function that wordpress offers can accomodate more than just one kind of post meta field. You can use a new meta item called Keywords after creating it.

If this answer satisfies your requirements, please close this bug.

#3 @anonymousbugger
22 years ago

I've found a workaround. The problem with it is that to have "nice" keywords support, I have had to edit edit-post.php and post.php.

The current interface for adding meta information is a bit painful if you're going to be adding the same bits of meta to each post. (Select the correct field name, enter info, submit, repeat.)

My suggestion is to add a "keywords" field proper to the admin interface, even if it means the keywords are stored as meta.

#4 @ryan
22 years ago

This can and should be done via a plugin. See attached file post_keywords.php.

edited on: 06-22-04 18:13

#5 @anonymousbugger
22 years ago

I came here through the recent discussion in the wp-hackers mailing list (web output, I am not yet a member). One of the advantages that MT has over WP when it comes to keywords is that it supports them at the XMLRPC level. Do you have any ideas how it would be possible to fix such a thing?

In more details, MT extends the metaWeblog API to support a mt_keywords field when editing and creating posts.

#6 @matt
21 years ago

  • Owner changed from anonymous to matt
  • Resolution changed from 10 to 90
  • Status changed from new to closed

Perhaps we could support the MT XML-RPC call for grins and just stick it in a custom field, but we're not going to add a keywords field outright, it's kinda silly.

This ticket was mentioned in Slack in #polyglots by petya. View the logs.


10 years ago

This ticket was mentioned in Slack in #hosting-community by dd32. View the logs.


5 years ago

Note: See TracTickets for help on using tickets.