Hello, I'm using the Bluap Gavick template, NSP GK5 ver 1.3.2 and having some problems linking to a K2 article from the homepage. I'm using a custom Article Format to match the Bluap template:
<div data-width="40" data-anim="left"><a href="{URL}"><img src="{IMAGE_SRC}" alt="{TITLE}" /></a>
</div>
<div data-width="50" data-anim="right">
<h2 class="gkHeader"><a href="{URL}">{TITLE}</a></h2>
<p class="gkDesc">{TEXT}</p><a href="{URL}" class="button bordered">Read more</a>
</div>
When I click one of the links it takes me to the K2 category page instead of the specific article. My data source is a specific K2 category. When I don't use the custom Article Format it works as expected.
Thanks for any help.