What’s the easiest way to change the default landing page for BuddyPress groups?

I’m looking to have the default view for Groups be the Forum component instead of the Activity component. What’s the best/easiest way to alter the default landing component/page? 1 Answer 1 [Edit – My original answer will only work in the upcoming BP 1.6] Versions of BuddyPress from 1.6 onwards function bbg_change_group_default_extension( $default ) { … Read more

Select All in Parent Category, Group by Child Category?

I am trying to format a custom post type for a “series”. Each post is an Episode, each Episode belongs to a Season, and each Season belongs to a series (just like a TV show). I have the following: Custom Post type: “Episodes” Custom Taxonomy: “Series” Inside Series, parent category of “Real Deal” Inside “Real … Read more

Display category posts grouped by taxonomy

I’m working on a project where I use the default posts as “Products”, default category as “Application” and a custom taxonomy called “Groups”. I want to list “Products” by “Application” (category.php) but group them together into their respective “Groups”: Automotive (Application) Silver (Group) Product 01 Product 04 Product 05 Flake (Group) Product 02 Product 03 … Read more