'; } } // End if 'layout5' !== $blogcentral_layout_opts['layout']. /** * Template file that constructs the various html fragments for the layout-item-wrapper-begin template. */ include( locate_template( 'templates/postmeta-layout.php', false, false ) ); // Call the post_class function and pass it $blogcentral_extra_li_class variable, after converting to array. $class_array = explode( ' ', trim( $blogcentral_extra_li_class ) ); ob_start(); post_class( $class_array ); $blogcentral_extra_li_class = ob_get_clean(); /** * Template file for each post item. */ include( locate_template( 'templates/layout-item-wrapper-begin.php', false, false ) );