File "description.php"

Full Path: /home/timepamn/dailynetworth.org/wp-content/themes/kadence/template-parts/archive-title/description.php
File size: 371 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template part for displaying the archive description
 *
 * @package kadence
 */

namespace Kadence;

if ( apply_filters( 'kadence_show_archive_description', ( is_tax() || is_category() || is_tag() || ( is_archive() && ! is_search() && ! is_post_type_archive( 'product' ) ) ) ) ) {
	the_archive_description( '<div class="archive-description">', '</div>' );
}