Re: creating a new child theme : help
PS : and it works with the default theme too.
But not with mine…
Another example : I have a custom index.php template in directories/group.
I changed almost nothing, but this :
<?php locate_template( array( 'directories/groups/groups-loop.php' ), true ) ?>
into
<?php locate_template( array( '../bp-sn-parent/directories/groups/groups-loop.php' ), true ) ?>
as I don’t have a custom group-loop.php.
With this, the groups are shown, but when I click on a single group I have : “The page you were looking for was not found.”
Don’t know if it can help you understanding the problem.