How to use conditional tags for displaying 5 categories description in theme. For one category description i am using:
if (is_category('9')) { Code 1 } elseif (is_category('9')) { Code 2 } elseif (is_category('3')) { Code 3 } else { Code 4 }
you can just go add the widget named categories in the sidebar and edit it from there to display the description
For category description i have another code, here i ask about showing some text before cat posts. BOHRA already answered. but THANKS to u