07/06/2014 at 8:37 am
#296159
Keymaster
@ John
The solution is to the card-single.php file to anything other than card-single.php. I renamed it card-single-default.php. Then, open the connections-php file. Search for this line:
include_once CN_PATH . 'templates/card-single/card-single.php';
And change it to:
include_once CN_PATH . 'templates/card-single/card-single-default.php';
Another question…
Which version of Connections did you tweak the single entry card template? If it was 0.8 or newer, then I highly recommend moving your tweaked template folder to the plugins folder as mentioned in this QuickTip, otherwise you’ll lose any changes you made to the template if you should update Connections.
