Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
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
Hello. Would you care to let us know exactly what kind of problems?
sorry ;) have mentioned the problem
The blog template you are using is clonable and so now you'll have to make a distinction between 'list-view' and 'page-view'. Please see http://www.couchcms.com/docs/concepts/views.html for details.

The tutorial site provides practical examples of how to implement views in both the blog as well as the portfolio sections. I think you'll find that useful.
4 posts Page 1 of 1