Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hello,

I am having issues with my website's blog. I have installed couch cms and set up the blgo according to the documentation. It works just fine if I want to navigate from my blog list, to individual blogs and back again... However if I try to click on the category the blog is posted in (for instance... Health Tips), its brings me to a blank blog page which looks like a template page, and none of the blogs that are listed under the Health Tips folder are listed...

You can see an example of this here: http://www.profootcare.ca/blog_list.php

Any solutions or anyone have similar errors with their own sites? Ive looked through the forums but with no success.

Appreciate your time,

Cheers.
Hi,

I had a look at the site and it seems you have deviated a little from the tutorial.
In the tutorial the only front-facing template was blog.php - blog_list.php was embedded inside it and was not accessible from the frontend.

Whereas, the way you have structured your blog, blog_list.php is a registered template in itself (http://www.profootcare.ca/blog_list.php) and is used to list pages belonging to another template i.e. blog.php.

So, blog.php is showing only page_view. Now when you click on a folder link (e.g. http://www.profootcare.ca/blog.php?f=6) you are invoking blog.php which is NOT doing the listing - it just shows a page-view of a non-existent page.

Please take a look at the tutorial again and use only blog.php. Embed blog_list.php inside blog.php to handle the listing (take care to remove the <?php include etc. from it as it no longer would be a front-facing template).

Hope this helps.
Do let us know if you require any help.

Thanks.
2 posts Page 1 of 1