ID ) ); $tags = get_the_category( absint( $post->ID ) ); // Permalink $article_link = get_the_permalink(); // Post $title = the_title( '', '', false ); $title = ( ! empty( $title ) ? $title : esc_html__( '( No Title )', 'ace' ) ); $excerpt = get_the_excerpt(); // Thumbnail $thumbnail_url = get_the_post_thumbnail_url( $post, 'archive-article-card' ); 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-card ', 'src' => $thumbnail_url, 'data-src' => $thumbnail_url, 'alt' => $title ); ?>
cat_name; ?>
ID ), 'post_tag' ) ) { ?>