hello I am facing problems in viewing the blog on front end
<h1><a href="<cms:show k_page_link />" class=""><cms:show k_page_title /></a></h1>
<cms:excerptHTML count='25' ignore='img'><cms:show thoughts_content /></cms:excerptHTML>
<p><a href="<cms:show k_page_link />" class="btn black">Read Article</a></p>
The read article is not showing the blog instead it refreshing page with url: /example.php?p=3
what should i do
<h1><a href="<cms:show k_page_link />" class=""><cms:show k_page_title /></a></h1>
<cms:excerptHTML count='25' ignore='img'><cms:show thoughts_content /></cms:excerptHTML>
<p><a href="<cms:show k_page_link />" class="btn black">Read Article</a></p>
The read article is not showing the blog instead it refreshing page with url: /example.php?p=3
what should i do