* @package Componentz * @subpackage Componentz Theme * @since 1.0.0 */ // Do not allow direct access. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Hook: componentz/theme/before_article_wrapper * * @hooked grid_item_start - 10 * * @since 1.0.0 */ do_action( 'componentz/theme/before_article_wrapper' ); ?>
>
svg->icon( 'cz-icon-' . $format ); } else { $format = ''; } if ( is_sticky() ) { printf( '%1$s%2$s', esc_html_x( 'Featured', 'post', 'componentz' ), $format ); // phpcs:ignore } elseif ( $format ) { printf( '%s', $format ); // phpcs:ignore } if ( is_singular() ) : the_title( '

', '

' ); else : the_title( sprintf( '

', esc_url( get_permalink() ) ), '

' ); endif; ?> blog->post_meta(); ?> %2$s', array( 'span' => array( 'class' => array(), ), ) ), Componentz()->svg->icon( 'cz-icon-pencil' ), get_the_title() ), '', '' ); ?>
blog->thumbnail(); ?>
"%s"', 'componentz' ), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ) ); wp_link_pages( array( 'before' => '', ) ); ?>