'.wp_get_attachment_image( get_the_ID(), 'large' ).'';
}
else{
echo wp_kses_post(prepend_attachment(''));
the_content();
}
?>
post_parent ) ) : ?>
post_parent ) );
?>
%3$s',
esc_url(get_author_posts_url( get_the_author_meta( 'ID' ) )),
/* translators: %s - author name */
sprintf( esc_attr__('View all posts by %s', 'rife-free' ), get_the_author() ),
get_the_author()
)
);
?>
%2$s',
esc_attr( get_the_time() ),
get_the_date()
)
);?>
';
/* translators: %s - size in pixels */
printf( esc_html__( 'Full size is %s pixels', 'rife-free' ),
sprintf( '
%3$s × %4$s',
esc_url(wp_get_attachment_url()),
esc_attr__( 'Link to full-size image', 'rife-free' ),
esc_html($metadata['width']),
esc_html($metadata['height'])
)
);
echo '';
}
}
?>