Sorry for the repost. I originally oput this in the general discussion ... Sorry ....
Admin, please can you delete the post in General Diiscussion with the same name? Thanks
Hi guys,
I've opted for CGBlog instead of the blogs made simple, but there are a couple of things I'm having trouble with regarding linking pages to each other.
1) Categories don't seem to be showing ... This could be me being silly.. I have general as the defailt and 3 other blog categories along with it .... I just figured that the other 3 categories would become part of the general and link to each other accordingly.
Yep, me being silly inserted
Code: Select all
{CGBlog action="browsecat"}
2) In the summary page, which shows the blog entries lovely. It shows me what category the blog entry is in, but I'd like that to be a link to that category, and for that page to show all the blog entries for that ategory, much like the summary page does.
Thought this might work, but alas no:
Code: Select all
<a href="{$category}" title="{$category.name}">{$category.name}</a>
Code: Select all
<a href="{$entry->detail_url}" title="{$category.name}">{$category.name}</a>
Code: Select all
{$entry->category_url}, {$entry->category.url}, {$entry->categories}, {$entry->category}
3) On each details template I'd like a RETURN link ... Going back to the summary or category
4) Tried placing the breadcumbs in, but they don't seem to work.
All these functions are already active in BlogsMadeSimple ... But in CGBlogs it seems to be a nightmare to get them to work. I've tried copying some of the code from the other blogs, but I can't seem to get them to work.
Someone please help me!! ;o)