'primary', 'footer' => 'page', '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', [ 'post-details' => [ 'stylesheet' => 'buddyx-content', 'date' => '.posted-on', 'categories' => '.category-links', 'tags' => '.tag-links', 'author' => '.posted-by', 'comment' => '.comments-link', ], ] ); } }