>
', '' ); ?>
get_the_ID(),
'post_status' => 'inherit',
'post_type' => 'attachment',
'post_mime_type' => 'image',
'order' => 'ASC',
'orderby' => 'menu_order ID',
) );
$image = array_shift( $images );
if ( isset( $image->ID ) ) {
echo wp_get_attachment_image( $image->ID, 'post-thumbnail', false, array( 'class' => 'wp-post-image' ) );
$exclude_from_gallery = 'exclude="' . absint( $image->ID ) . '"';
}
}
?>
%3$s',
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
esc_attr( sprintf( __( 'View all posts by %s', 'ideation' ), get_the_author() ) ),
esc_html( sprintf( __( 'By %1$s', 'ideation' ), get_the_author() ) )
); ?>