'. '
'. '
'. '
'. tag_post_icon( array( 'icon' => '' ) ). '
'; // The image that is normally shown using 'the_content' is too small - // instead, draw up our own image that better fits the width. $image_info = getimagesize( $post->guid ); $alt_text = \ski\media::get_attachment_alt_text( $post->ID ); if ( empty( $alt_text ) ) $alt_text = get_the_title(); if ( wp_attachment_is_image() ) { echo '
'. ''. '
'; } echo '
'. $post->post_excerpt. '
'; echo '
'. $post->post_content. '
'; // Put together the postmeta into a single line. echo ''. '
'. '
'. ''; // Post-content. do_action( 'action_bpq_article_after' ); ?>