#3627 closed enhancement (wontfix)
Support post formats in BP-Default
Reported by: | Sadr | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | minor | Version: | 1.5 |
Component: | Templates | Keywords: | needs-patch needs-ui |
Cc: | mercijavier@…, karmatosed@… |
Description
I searched the forum & trac and only saw it briefly discussed:
http://buddypress.org/community/groups/creating-extending/forum/topic/post-formats-in-wp-3-1-bp-1-2-8/
With post formats now being a core WordPress feature, I think the default BuddyPress theme ought to support them.
Some existing BP themes already support post formats, e.g. 'Canvas BuddyPress' by WooThemes and 'Visual' by DevPress. Consider contacting them for patches.
(there was no '1.5.1' available in the version list)
Change History (10)
#4
@
13 years ago
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.
#5
@
13 years ago
I haven't seen any love for this ticket, so it's likely that it'll get punted (unless we get some really stellar patches really soon!)
#7
@
13 years ago
- Cc mercijavier@… added
Interested in giving this some love as well :-)
However, given that plans are on for porting bbPress template parts method to BuddyPress wouldn't this be immaterial by BP 1.7 or is it still worth the exercise?
Thanks for the suggestion.
'Version' is the version on which you're experiencing the problem. 'Milestone' is the version by which we hope to fix the issue. Only core devs have access to Milestone.
Putting in 1.6, with the understanding that we'll punt if we don't get patches.