'. '
'. tag_post_icon( array( 'icon' => '' ) ). tag_post_title( array( 'label' => '' ) ). '
'; // Some pages should show excerpts - others full content. if ( apply_filters( 'filter_bpq_use_excerpt', true ) ) { echo '
'. tag_post_image( array( 'size' => 'thumbnail' ) ). apply_filters( 'the_excerpt', get_the_excerpt() ). '
'; } else { echo '
'. tag_post_image( array( 'size' => 'thumbnail' ) ). apply_filters( 'the_content', get_the_content() ). '
'; } // Put together the postmeta into a single line. echo ''. '
'. ''; // Post-content. do_action( 'action_bpq_article_after' ); ?>