archives

Hi, Can you help me use the function get_the_category() for private pages? I want to display the category name for instance : $categories = get_the_category(); $category_name = $categories[0]->name; echo $category_name; Thank you Yves  

Continue Reading