[wp-trac] [WordPress Trac] #19570: Post Formats: admin UI + fallbacks for themes that don't support them

WordPress Trac noreply at wordpress.org
Tue Feb 19 00:58:56 UTC 2013


#19570: Post Formats: admin UI + fallbacks for themes that don't support them
----------------------------+------------------
 Reporter:  alexkingorg     |       Owner:
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  3.6
Component:  Editor          |     Version:  3.3
 Severity:  normal          |  Resolution:
 Keywords:  needs-patch     |
----------------------------+------------------

Comment (by alexkingorg):

 The situation that needs to be addressed is the following:

 1. user installs theme that supports new formats data and creates posts on
 their site with various formats - populating the new formats data
 2. user decides to switch to a theme that doesn't support the new formats
 data

 In this situation, the "fallbacks" functionality (proof-of-concept plugin
 linked in the original description above) is what  would make everything
 work OK.

 WP Core can look at the declared theme support (or lack thereof) for
 formats, and it can look at the data for each post. If it sees a video URL
 in the format meta field and the current theme doesn't declare support for
 the video post format, then it can be automatically pre-pended to the
 content.

 This is the only edge case where things get tricky, but I think that a set
 of sane fallbacks mitigate the problem pretty efficiently.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/19570#comment:55>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list