post->ID ); array_push( $post_classes, 'article-wrapper trilisting_widget_item_1' ); $post_classes = implode( ' ', $post_classes ); $def_thumb_img = $this->platform->get_option( 'def_thumb_img' ); $no_img_class = ''; $no_img_class_bool = false; if ( empty( $this->post_thumb_id ) && empty( $def_thumb_img['url'] ) ) { $no_img_class_bool = true; $no_img_class = ' trilisting-item-no-img'; } $tagline = ''; if ( function_exists( 'get_field' ) ) { $tagline = get_field( 'trilisting_tagline', $this->post->ID ); } ?>
render_image( $img_layout, true, $data = '' ); echo $this->render_category( 1, 'trilisting_category', 'tax_category_icons' ); ?>
is_sticky(); echo $this->render_title(); ?>
current_post_type ) && 1 == $this->get_inner_option( 'meta_' . $this->current_post_type . '.reviews' ) ) { echo trilisting_display_average_rating( $this->post->ID ); } ?>
get_inner_option( 'meta_' . $this->current_post_type . '.date' ); $comments_opt = $this->get_inner_option( 'meta_' . $this->current_post_type . '.comments' ); $author_opt = $this->get_inner_option( 'meta_' . $this->current_post_type . '.author' ); $date = get_the_time( 'U', $this->post->ID ); $author_id = esc_attr( $this->post->post_author ); ?> get_inner_option( 'meta_' . $this->current_post_type . '.category' ) ) { echo $this->render_category( 1, 'trilisting_location' ); } ?> get_inner_option( 'meta_' . $this->current_post_type . '.comments' ) ) : ?>
render_comments( true, '' ); ?>
render_fields(); ?>