Posted by brett on 11/05/06 00:00
> try > > $category = get_the_category(); > $category=$category[0]; > $cat_d = $category->category_description; > print_r($cat_d); Yes - you are right. I went with this: print_r($category[0]->category_description); Thanks, Brett
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming