Hi, Luoy,
Thanks for picking this up. I've taken a look at the documentation. Could you possibly compare this with the existing code on the site? I think it mirrors the logic of laid out in the documentation, although the shortcodes may differ somewhat. For an example of a non-functioning link, you could refer to the third Table of Contents item on this page: http://www.apraksinblues.com/apk-issue/ab15/
Then this from Layout HTML/CSS/JS in the associated View:
[wpv-layout-start]
[wpv-posts-found]
<!– wpv-loop-start –>
<table width="100%">
<tbody class="apk-isu-articles">
<wpv-loop>
<tr>
<td class="apk-isu-artaut">[wpv-post-taxonomy type="apk-author-tx" separator="<BR>" format="link" show="name"]<div class="apk-isu-arttrd">[wpv-post-taxonomy type="apk-translator-en" separator="<BR>" format="link" show="name"]</div></td>
<td class="apk-isu-arttit">[wpv-post-title][empty_body] – Link to Article[/empty_body]</td>
</tr>
</wpv-loop>
</tbody>
</table>
<!– wpv-loop-end –>
[/wpv-posts-found]
[wpv-no-posts-found][wpml-string context="wpv-views"][/wpml-string][/wpv-no-posts-found]
[wpv-layout-end]