@shaisimchi
Not recently active
-
shaisimchi posted on the forum topic adding widgets to a custom page in the group Creating & Extending: 14 years, 6 months ago
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]