Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • OK I still need a little help here: I am creating custom pages on my site the following way: in bp-custom.php I am adding: define(‘BP_MYPAGE_SLUG’, ‘mypage’); function mypage_page_setup_root_component() { global $bp; bp_core_add_root_component( BP_MYPAGE_SLUG ); } add_action( ‘plugins_loaded’, ‘mypage_page_setup_root_component’, 2 ); function…[Read more]

Skip to toolbar