data-name="Post CP">
'Post Title', 'structure' => array( 'type' => 'object', 'elem' => 'h1', 'linked' => true, 'attr' => array( 'a' => array( 'href' => esc_url( get_permalink() ), 'rel' => 'bookmark', 'title' => esc_attr( $post_title ), ), ), ), 'content' => array( 'object' => esc_html( $post_title ), ), ) ); // E: Main Post Title $main_post_title = applicator_htmlok( array( 'name' => 'Main Post Title', 'structure' => array( 'type' => 'component' ), 'content' => array( 'component' => array( $post_title_obj, ), ), 'echo' => true, ) ); echo applicator_post_banner_visual(); ?>
'; $show_more_axn_mu .= ''; $show_more_axn_mu .= ''; $show_more_axn_mu .= ''; $show_more_axn_mu .= '%3$s %4$s %5$s'; $show_more_axn_mu .= ' %1$s'; $show_more_axn_mu .= ''; $show_more_axn_mu .= ''; $show_more_axn_mu .= ''; $show_more_axn_mu .= '
'; $show_more_css = 'show-more'; $show_term = esc_html__( 'Show', 'applicator' ); $more_term = esc_html__( 'More', 'applicator' ); $of_term = esc_html__( 'of', 'applicator' ); $show_more_of_term = esc_attr__( 'Show More of', 'applicator' ); $show_more_term = 'Show More'; $show_more_axn = sprintf( $show_more_axn_mu, esc_html( get_the_title( get_the_ID() ) ), $show_more_css.'-axn', $show_term, $more_term, $of_term, esc_url( get_permalink( get_the_ID() ) ), $show_more_of_term, $show_more_term ); // R: Post Excerpt Link $excerpt_link_mu = ''; $excerpt_link_mu .= ''; $excerpt_link_mu .= '%1$s'; $excerpt_link_mu .= ''; // OB: Excerpt ob_start(); the_excerpt(); $excerpt_ob_content = ob_get_clean(); $excerpt_link_content = sprintf( $excerpt_link_mu, $excerpt_ob_content, 'excerpt-link', esc_url( get_permalink( get_the_ID() ) ), esc_attr__( 'Show More of', 'applicator' ). ' '. get_the_title( get_the_ID() ) ); // E: Post Excerpt $post_excerpt = applicator_htmlok( array( 'name' => 'Post Excerpt', 'structure' => array( 'type' => 'component', ), 'content' => array( 'component' => array( $excerpt_link_content, $show_more_axn, ), ), 'echo' => true, ) ); ?>