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