I'd like to be able to query a Wordpress blog for a list of existing tags so that they can be offered at the time that a new post is being created. Is this possible through AtomPub with Wordpress? I'm finding the documentation for Wordpress AtomPub support to be lacking. I'm wondering if this is more of a restriction on AtomPub than on the Wordpress implementation.
|
feedback
|
|
It seems Atom does not have a concept of "tags", only "categories". As AtomPub is based on it, it only specifies a request for categories. The WordPress AtomPub implementation calls When a post is created or updated WordPress only looks at the categories, so you will have to add the non-category terms yourself. You can do this by hooking into the | |||
|
feedback
|