'archive-container', 'footer' => false, 'wrapper' => false, 'render' => function() { while ( have_posts() ) { the_post(); if ( is_search() ) { get_template_part( 'template-parts/content/entry', 'search' ); } else { get_template_part( 'template-parts/content/entry', get_post_type() ); } } }, ) ); // Add theme support for Responsive Videos. add_theme_support( 'jetpack-responsive-videos' ); // Add theme support for Content Options. add_theme_support( 'jetpack-content-options', array( 'post-details' => array( 'stylesheet' => 'kadence-content', 'date' => '.posted-on', 'categories' => '.category-links', 'tags' => '.tag-links', 'author' => '.posted-by', 'comment' => '.comments-link', ), ) ); } }