Hi,
I have removed the line of code I added from category.php and the category descriptions have vanished.
here are lines 20 to 30 of my archive.php file if that’s any help:
<header class=”page-header”>
<?php the_archive_title( ‘<h1 class=”page-title”>’, ‘</h1>’ ); ?>
</header><!– .page-header –>
<div class=”square”><?php echo cleanportfolio_get_svg( array( ‘icon’ => ‘square’ ) ); ?><span class=”screen-reader-text”><?php esc_html_e( ‘Square’, ‘cleanportfolio’ ); ?></span></div>
<?php the_archive_description( ‘<div class=”archive-description”>’, ‘</div>’ ); ?>
</div><!– .archive-heading-wrapper –>
<?php
$blog_display = get_option( ‘jetpack_content_blog_display’);
if ( ‘content’ == $blog_display ) : ?>