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"}