Hello ALL,
I am using the following code to list the categories and sub-categories which I have created within my blog.
If I run the above code it perfectly display the information and for the "Current" category/sub-category also it is displaying the correct name. Now the problem is that if I try to store the value of "$CategoryLabel" after 1st "Current" statement in the above code like..
// displaying correct category / sub-category name
// My code to store the above value
Now when I try to print the value of my variable above using ..
It displays the name of parent category, even if I am on sub-category page. The variable with the line "
Can anyone let me know the reason for this? Where I am doing wrong? Kindly suggest.
Thanks in advance!
Ashish Sharma
Reported on Movable Type 4.3
It looks like your code examples got eaten. Could you post your code again? Note that just above the box where you enter replies in this forum, there is a link 'this utility'. Click it first, paste your code in the window that opens and then copy the result in the reply form...