Duplicate Page Content on Image Galleries
-
This post is deleted! -
You could insert this line in the gallery code to display the category description right after the category name:
echo category_description( $category_id ); ?>
Wrapping it with some proper HTML code as well is highly recommended

-
Hi Laura!
Did Daniel's answer help?
