06/15/2018 at 9:16 am
#465635
Keymaster
@ Scott
The path you are using:
../wp-content/themes/updated-child-theme/connections-templates/cmap.php
This is incorrect, you need the template slug too, as mentioned in the dev doc. The file name is not correct either. It needs to be card.php or card-single.php. I would suggest starting with a copy of one of the original files. Like this:
../wp-content/themes/updated-child-theme/connections-templates/card.php
Hope this helps!
