Hey guys,
Issue: I’ve been modifying some theme files and copying the modified version into the edu-clean-child directory. I am now modifying the bp-profile.php and copied to the edu-clean-child directory but changes are not showing. I noticed that in the header, the reference to profile is not the same as to bp-profile
<?php locate_template( array( ‘profile.php’:wink:, true ) ?>
vs.
<?php include (TEMPLATEPATH . ‘/bp-profile.php’:wink:; ?>
How do I handle changes to bp-profile.php ?
Thanks.