Theme Profile Page / replace with bpress profile page.
/* set default BP to profile page instead of activity page */
define( 'BP_DEFAULT_COMPONENT', 'profile' );
in your
wp-content/plugins/bp-custom.php file (create that file if it does not exist – see
https://codex.buddypress.org/plugindev/bp-custom-php/ for more about that file).
in my reasearch this what I have found and didnt work. so any ideas?
I have seller reviews tagged to my buddy press profiles and would like that to be the about profile that shows instead of the themes profile. Kudos in advance!