Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress pages didplay but return a 404 header HTTP status

part of bp_core_do_catch_uri() when a template is not located then:

if ( $located_template = locate_template( array( ‘404.php’ ) ) ) {
status_header( 404 );
load_template( $located_template );

Skip to toolbar