Just for the record:
<?php
locate_template( array( ‘members/index.php’ ), true );
?>
és
<?php
locate_template( array( ‘groups/index.php’ ), true );
?>
Templétként ment, feltölt témába, oldalra ráhúz. Forrás.
Just for the record:
<?php
locate_template( array( ‘members/index.php’ ), true );
?>
és
<?php
locate_template( array( ‘groups/index.php’ ), true );
?>
Templétként ment, feltölt témába, oldalra ráhúz. Forrás.