@soloacademy
	Not recently active
	
	- 
	
	Henry replied to the topic Help with homepage redirect to Profile Page in the forum How-to & Troubleshooting 12 years, 4 months ago You don’t need to put any code in your homepage template. @bphelp‘s code goes into your bp-custom.php file. I am using a slightly different method. Copy and paste this into your theme’s functions.php file. 
 //redirect logged in users away from homepage to their profile page[Read more]
 function bp_homepage_to_profile() {
 global…
- 
	
	bp-help replied to the topic Help with homepage redirect to Profile Page in the forum How-to & Troubleshooting 12 years, 4 months ago