crowdfavorite / wp-post-formats

An admin interface and structured post meta for WordPress post formats.
363 stars 78 forks source link

Some post formats not implemented #5

Closed blogan closed 12 years ago

blogan commented 12 years ago

The WordPress codex lists some post formats: http://codex.wordpress.org/Post_Formats

Of these, wp-post-formats doesn't appear to implement:

  1. asides
  2. audio
  3. chat

It would seem now is the perfect time to develop the standard.

alexkingorg commented 12 years ago

Do you have suggestions for how these should be handled?

blogan commented 12 years ago

In my opinion:

Asides should be handled like statuses: a post with no title. Audio should be handled like video: add a custom field for a URL to the audio file. Chat ??? I have no idea. I only mentioned it because it's mentioned in the Codex. I've never seen chants posted.

alexkingorg commented 12 years ago

If Asides need titles in single post pages, we probably need to show the title.

blogan commented 12 years ago

Would that also apply to Statuses, or do Statuses not get displayed in single post pages?

alexkingorg commented 12 years ago

Statuses have single views, but not titles.

I've implemented initial support for other formats (includes audio embed field), please open future tickets for discussion on a specific format.