Do child themes have access to bp_core template tags?
-
This line in members-loop.php works fine when included from bp-sn-parent:
<?php if ( bp_has_members( ‘type=active&per_page=10’ ) ) : ?>
But when I include it from a child theme I get this:
Fatal error: Call to undefined function bp_has_members()
Am I missing something?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Do child themes have access to bp_core template tags?’ is closed to new replies.