bbPress 2.x – Cure 404 header in Users Profiles

When bbPress is parsing a user query it sets the author_name query var. // Set author_name as current user’s nicename to get correct posts $posts_query->set( ‘author_name’, $user->user_nicename ); This could be useful if you want to show user’s blog posts … Continued