Hello,
i'm trying to add the category description in my theme.
so i added <div><?php echo osc_item_category_description(); ?> </div>
in search.php and it works well.
Perhaps, i have some description that shows also on regular search pages.
how can i add something like "if(is_category()) { echo osc_item_category_description(); }"
( is_category(); ) is a wordpress function that helps to show some informations only if we are on a category page.
thanks a lot in advance for your help !