Skip to content

Commit

Permalink
Do shortcode on category description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Kolář committed Dec 20, 2022
1 parent dc042f3 commit febab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion category.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<h1><?php single_cat_title(); ?></h1>

<?php echo category_description(); ?>
<?php echo do_shortcode(category_description()); ?>

<?php
if ( $category_image ) {
Expand Down

0 comments on commit febab4a

Please sign in to comment.