dshanske / indieweb-post-kinds

adds support for responding to and interacting with other sites using the standards developed by the Indieweb Community
https://wordpress.org/plugins/indieweb-post-kinds/
Other
44 stars 28 forks source link

Add Post Kinds to be edited in Quick Edit #114

Open xavierroy opened 7 years ago

xavierroy commented 7 years ago

Allow adding or modifying post kinds from the Quick Edit option in the All Posts page. I could push out a quick status post and later re-categorise it under a different Post Kind option.

dshanske commented 7 years ago

Can't promise a timeline, but this request is one I will eventually do.

xavierroy commented 6 years ago

I found that setting "'show_in_quick_edit' => true," in class-kind-taxonomy.php does this. :-)

dshanske commented 6 years ago

You are correct, however it doesn't allow for radio button selection of taxonomies, which is why it is still an issue.

xavierroy commented 6 years ago

Not having a radio button is ok for me as I would sometimes categorise a post with 2 or more kinds, say a check-in and an photo kind and an eat/drink for a post at a restaurant. 😀

dshanske commented 6 years ago

Multiple Kinds in a single post is a feature I decided not to implement.

dshanske commented 6 years ago

The biggest issue is that it doesn't move the metadata

dshanske commented 6 years ago

When you change the kind it now changes the mf2 data. But still no polished UI for it.

dshanske commented 5 years ago

Due to the fact @xavierroy is forking for this feature, I'm going to make a way to easily turn it on, even though in my opinion it isn't ready for most people.