Category Description Won't Show For 1 Category
Hello,
I have category descriptions set up below the header tag on the archive_default.php page. For some odd reason, the descriptions will show up in all of my categories except one. It was working in this category at one point, but now is not. I did install a few "header plugins" to see if I could get a custom header for each page, but I quickly deleted each of them once I found out that they wouldn't serve the purpose I needed.
I tried to delete the problem category and re-create it, but it didn't solve my problem and the category description will not display. Here is the code I am using to display category descriptions:
<?php echo category_description( $category ); ?>
I am able to enter and modify category descriptions in any other category and they will show up on the category pages, but for some reason this one category stopped showing the category description.
Has anyone else encountered this issue?