01/12/2013 at 10:12 pm
#249006
Keymaster
@MARA KAPLAN
Open the templates.php file found here:
../wp-content/connections_templates/cmap
Change these two lines:
//$entry->getDateBlock();
//$entry->getLinkBlock();
To this:
$entry->getDateBlock();
$entry->getLinkBlock();
Save the files and upload it saving over top of the original file. Pretty easy right?