08/14/2014 at 12:58 pm
#300890
Keymaster
@ Tim
The only way to do this would be to edit the card.php file found here:
../wp-content/plugins/connections-market/
The code to add would be:
preg_match( '/href="(.*?)"/', cnURL::permalink( array( 'slug' => $entry->getSlug(), 'return' => TRUE ) ), $matches );
$permalink = $matches[1];
echo '<a href="' . $permalink . '">Link</a>;
That should do it.
I highly recommend following this QuickTip to make this change update safe.
Hope that helps!
If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
http://wordpress.org/support/view/plugin-reviews/connections
