04/30/2015 at 1:27 pm
#333057
Participant
OK Here is what I have done (still can’t figure it out)
I removed all of the code that I had added to card.php and started over from scratch.
I then tried to add in the GetContactNameblock like before and it duplicates.
I then removed everything but the GetContactNameBlock and it still duplicates.
Here is the code now:
echo '<h3 class="cn-accordion-item" data-div-id="cn-detail-' , $uuid , '"' , ' style="border-bottom: ' , $atts['color'] , ' 1px solid; color:' , $atts['color'] , ';">' , $entry->getContactNameBlock() ,'</h3>';
As you can see above the only $entry is the getContactNameBlock and it is still duplicating.
