08/28/2013 at 9:36 pm
#268264
Keymaster
@ Mitch
Not the most elegant solution, but CSS can be your friend.
#cn-cmap .link-block { display: none; }
#cn-cmap .cn-entry-single .link-block { display: block; }
Untested, but should work.