I’m building a new template for my BuddyPress site, but for some reason Ican’t get the custom template pages working. I copied an existing archive.php file to links.php,
put
<?php
/*
Template Name: Links
*/
?>
at the top of the code and put the file into the sn_parent directory.
When I add a new page in admin, I’m not able to select the template of the new file. Is this different then WordPress? Or am I doing something wrong.