[buddypress-trac] [BuddyPress] #3627: Support post formats in BP-Default

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Fri Oct 7 10:55:51 UTC 2011


#3627: Support post formats in BP-Default
----------------------------------+------------------
 Reporter:  Sadr                  |       Owner:
     Type:  enhancement           |      Status:  new
 Priority:  minor                 |   Milestone:  1.6
Component:  Theme                 |     Version:  1.5
 Severity:  minor                 |  Resolution:
 Keywords:  needs-patch needs-ui  |
----------------------------------+------------------

Comment (by karmatosed):

 I think the way twenty-eleven does custom post formats may be good for
 this.  It would involve us going along a content-postformattype.php route
 changing the calls to be something like this:


 {{{
         while ( have_posts() ) : the_post();
                 get_template_part( 'content', get_post_format() );
 }}}

 However, it means galleries, images and other post types get a chance to
 be styled beyond the normal format.  Also for things like aside / chat you
 can really make them fit better styling wise.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3627#comment:4>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list