Get parent category ID
-
Hey
Does anyone know the code for getting the current parent category ID?
E.g. Conditional Statement
if(wpsc_parent_category() == 4)
{
// do this code
}
else
{
// do this
}
The topic ‘Get parent category ID’ is closed to new replies.