11/07/2014 at 2:07 pm
#309423
Keymaster
@ Rich
It is possible, but you would have to edit the widget’s PHP file. Not knowing exactly which widget you’re using, here a gerenal direction.
- Edit the the
../wp-content/plugins/connections-widgets/includes/class.widgets.phpfile. - Replace all instances of
$entry->getNameBlock( array( 'link' => TRUE ) )with$entry->getNameBlock( array( 'link' => FALSE ) ). There should be six instances. - Save.
That remove the link from all widgets.
fyi, I am working on a major rewrite of the Widget Pack making the widgets themselves far more flexible and far more feature rich while being much more performant due to implementing fragment caching of the widgets.
As a direct result of this, I added the option to enable/disable that link from within the widget options … as easy as point/click/save.
