01/30/2014 at 3:28 pm
#278716
Keymaster
@ Jenny
Ok, you’ll need to edit the card.php file found here:
..wp-content/plugins/connections-excerpt-plus/
Look for the two instances of this:
$entry->getNameBlock( array( 'format' => $atts['name_format'], 'link' => $atts['link'] ) )
You’ll need to replace both with this:
$entry->getOrganization()
Also, in both those lines you’ll need to change the commas to periods.
Then to add the name back add the following where you want it to show.
$entry->getNameBlock( array( 'format' => $atts['name_format'], 'link' => $atts['link'] ) );
I think that it it.
