" time: Text: the_time( esc_html_x( 'Y/m/d', 'Date Format', Ace::TEXTDOMAIN ) ) div: Author, class="archive-article author vcard" a: class="fn url" href="post_author ) ); ?>" Text: esc_html( get_the_author() ); div: Categories div: Tags div: Optional class="archive-article-item archive-article-optional" */ // Post Data // Category $category = get_the_category(); // Tags // Permalink $article_link = get_the_permalink(); // Post $title = the_title( '', '', false ); $title = ( ! empty( $title ) ? $title : esc_html__( '( No Title )', Ace::TEXTDOMAIN ) ); $excerpt = get_the_excerpt(); // Thumbnail $thumbnail_url = get_the_post_thumbnail_url( $post, 'archive-article-200' ); if ( false === $thumbnail_url ) { $thumbnail_url = get_theme_mod( 'default_thumbnail', ACE_DIR_URL . 'assets/img/no-img-dark.png' ); } $thumbnail_size = apply_filters( ace()->getPrefixedFilterHook( 'thumbnail_size' ), array( 100, 100 ), $post ); $thumbnail_atts = array( 'class' => 'archive-article-3-cols ', 'src' => $thumbnail_url, 'data-src' => $thumbnail_url, 'alt' => $title ); ?>
>
'thumbnail', 'alt' => $title, 'width' => absint( $thumbnail_size[0] ), 'height' => absint( $thumbnail_size[1] ), 'desc' => $excerpt, ) ); ?>
Read ?