The problem is CGBlog handles all the category details internally, I use this
to show the categories, then you click one (I have added a back to root link here) and you then click the article.
At this point I can still link back to the root of the blog system but not back to the category as I can't find the category information from the article. It must be there as it displays it. The problem is it uses a category_id which must go through a sort of lookup system to get the name. So I need to extract the category_id and the process it to get the name. Then I can <a "link_to_category_id">category_name</a>.
Anyway if no-one has done this I am not going to pursue it, thanks for your time, I will live without it.
