@ Alex
Maybe it’s best to start by tweaking one of the template that come with Connections to learn how. See the ~README.txt file in the ../wp-content/plugins/connections/templates/ folder.
To answer you question … since I do not know what in the file, its impossible for me to answer but I’ll point you the right direction.
You need to register a template with Connections. See how its done here in the Default Card Template.
The registration is called here:
https://github.com/Connections-Business-Directory/Connections/blob/8.1.5/templates/card/card-default.php#L126
The actual registration details from the above call is here:
https://github.com/Connections-Business-Directory/Connections/blob/8.1.5/templates/card/card-default.php#L29
Hope that helps!
