'. '
'. tag_post_icon( array( 'icon' => '' ) ). tag_post_image( array( 'size' => 'medium' ) ). '
'; // Always show the full content. echo '
'. apply_filters( 'the_content', get_the_content() ). '
'; // End article - no footer. echo ''; // Post-content. do_action( 'action_bpq_article_after' ); ?>