' . str_replace( "&","&", $code ) . ''; } // Construct the $blogcentral_post_format_icon variable. This variable is used in the postmeta-layout template. if ( ! empty( $blogcentral_layout_opts['display_format_icon'] ) && ! empty( $blogcentral_layout_opts['video_icon'] ) ) { $blogcentral_post_format_icon = ''; } } /** * 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 ) );