ID ) ); ?> data-animation-enter="" data-animation-hover="" >

>

post_title ); if ( $thumbnailURL ) { $id = esc_attr( 'post-list-thumbnail' . $post->ID ); $class = esc_attr( 'post-list-thumbnail' ); $atts = array( 'class' => $class, 'alt' => ( $alt ? $alt : sprintf( esc_html__( 'No Titles - %s', 'shapeshifter' ), SHAPESHIFTER_SITE_NAME ) ), 'title' => ( $post_title !== '' ? $post_title : sprintf( esc_html__( 'No Titles - %s', 'shapeshifter' ), esc_html( SHAPESHIFTER_SITE_NAME ) ) ), 'data-style' => 'width: ' . absint( $shapeshifter_theme_mods[ 'archive_page_post_thumbnail_width' ] ) . 'px; height: ' . absint( $shapeshifter_theme_mods[ 'archive_page_post_thumbnail_height' ] ) . 'px; background-size: ' . absint( $shapeshifter_theme_mods[ 'archive_page_post_thumbnail_width' ] ) . 'px ' . absint( $shapeshifter_theme_mods[ 'archive_page_post_thumbnail_height' ] ) . 'px; background-position: center center; background-repeat: no-repeat;' ); echo get_the_post_thumbnail( $post->ID, absint( $shapeshifter_theme_mods[ 'archive_page_post_thumbnail_width' ] ) . 'px ' . absint( $shapeshifter_theme_mods[ 'archive_page_post_thumbnail_height' ] ) . 'px', $atts ); unset( $atts ); } else { $id = 'post-list-def-thumbnail' . absint( $post->ID ); $class ='post-list-def-thumbnail'; $default_cat_thumbnail = ShapeShifter_Frontend_Methods::shapeshifter_get_the_default_thumbnail_url( $post ); ShapeShifter_Frontend_Methods::shapeshifter_default_thumbnail_img_tag( $class, array( 'width' => absint( $shapeshifter_theme_mods[ 'archive_page_post_thumbnail_width' ] ) . 'px', 'height' => absint( $shapeshifter_theme_mods[ 'archive_page_post_thumbnail_height' ] ) . 'px' ), $alt, esc_url( $default_cat_thumbnail ) ); unset( $default_cat_thumbnail ); } unset( $thumbnailURL, $alt, $id, $class ); ?>

ID ), 'post_tag' ) ) { ?>

post_content, $excerpt_length ); } unset( $excerpt, $excerpt_length ); ?>