I deleted:
$metadata = wp_get_attachment_metadata();
printf( '<span class="attachment-meta full-size-link"><a href="%1$s" title="%2$s">%3$s (%4$s × %5$s)</a></span>',
esc_url( wp_get_attachment_url() ),
esc_attr__( 'Link to full-size image', 'twentythirteen' ),
__( 'Full resolution', 'twentythirteen' ),
$metadata['width'],
$metadata['height']
);
from “Twenty Thirteen: Image Attachment Template (image.php)”
And that worked.
Does anyone know any better options?
I guess images do not display here, this is an image of my site and what I would like to remove in case there is any confusion:
View post on imgur.com
weird. http://jeepmj.com/
does that work?