CGblog category detailpage
Posted: Sat May 08, 2010 9:33 am
I am having a hard time getting this to work. I have 2 unique layouts, one is the blog page that displays the summary view, and the other completely different for the details view.
So i have two pages. one page (id 56) which is the blog page and the other page is (id 57) which is used to display the detail view of the post.
On the home page I have something like this
and this works like it should
The same goes for the blog page
works fine
BUT its when I click on a category and then on a post within the category it does not want to take me to the details page. It open up in what ever page the category is in,...in this case its in the blog page.
This is what I have to display my category list ( inserted in the page template for the blog page )
...and does not work. What am I doing wrong?
So i have two pages. one page (id 56) which is the blog page and the other page is (id 57) which is used to display the detail view of the post.
On the home page I have something like this
Code: Select all
{CGBlog number="4" detailpage="details"}
The same goes for the blog page
Code: Select all
{CGBlog number="9" detailpage="details"}
BUT its when I click on a category and then on a post within the category it does not want to take me to the details page. It open up in what ever page the category is in,...in this case its in the blog page.
This is what I have to display my category list ( inserted in the page template for the blog page )
Code: Select all
{CGBlog action="browsecat" detailpage="details"}