post->ID ); $sticky_class = $this->is_sticky_class(); array_push( $post_classes, 'article-wrapper trilisting_widget_item_1', $sticky_class ); $post_classes = implode( ' ', $post_classes ); ?>
current_post_type ) && 1 == $this->get_inner_option( 'meta_' . $this->current_post_type . '.category' ) ) { echo $this->render_category(); } ?>
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 ); } ?>
current_post_type ) { $date = get_the_time( 'U', $this->post->ID ); $author_id = esc_attr( $this->post->post_author ); ?> get_inner_option( 'meta_' . $this->current_post_type . '.date' ) ) { echo $this->render_date(); } if ( 1 == $this->get_inner_option( 'meta_' . $this->current_post_type . '.comments' ) ) { echo $this->render_comments( true, '' ); } echo $this->render_fields(); } ?>