Every media item that is uploaded to Wordpress can be viewed in a page. This can be seen if you browse to the Media section, hover on any item and click view. Are there any benefits to this because I am not seeing any at the moment. Can this feature be edited (or removed)?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
It is desirable because you can modify that page, to introduce extra functionality. e.g.:
If it troubles you, you can 'remove' the feature, by making an attachment.php template, and putting a wp_redirect() to the images full size URL. I would avoid this however, as this is a good opportunity to show off and make the most of your content, e.g.: http://ma.tt/2011/09/wordcamp-bulgaria/mcm_3152/#image Here, Matt Mullenwegs site uses attachment pages for gallery posts individual images, you can comment on images, you can navigate to the next image in the gallery and back, and upwards. |
|||||
|