🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
conypnu.com
/
wp-content
/
themes
/
kadence
/
template-parts
/
archive-title
✏️
Editing: description.php
<?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>' ); }
💾 Save Changes
❌ Cancel