07/23/2013 at 8:11 pm
#265601
Keymaster
@ Carlos
The error is in the theme files, not Connections. The file you need to edit is likely the header.php file. This line of code:
<script type="text/javascript">jQuery(function($) { $("li.post-item-255").children("a").attr('href', "javascript:void(0)");});</script>
Needs to be deleted from before the <html lang="en-US"> and inserted after the wp_head(); template tag.
