Собственно "VK.Widgets.Comments("vk_comments", {limit: 10, width: "520", attach: "*"}); ">" - вот этого не должно быть.
CMS вордпресс. Тема twelveeleven.
Код вставленный в страницу:
<!-- Put this div tag to the place, where the Like block will be -->
<div id="vk_recommended"></div>
<script type="text/javascript">
VK.Widgets.Recommended("vk_recommended", {limit: 5});
</script>
<?php if (function_exists('get_highest_rated')): ?>
<ul>
<?php get_highest_rated(); ?>
</ul>
<?php endif; ?>
<!-- Put this div tag to the place, where the Comments block will be --> <!-- Комментарии вконтакте -->
<div id="vk_comments"></div>
<script type="text/javascript">
VK.Widgets.Comments("vk_comments", {limit: 10, width: "520", attach: "*"});
</script>