Tagged Questions
0
votes
0answers
33 views
Linking Attachment page to another attachment page of larger size
I am not sure is it really possible. I have a gallery. But few years ago, I did not cared to make the image size on attachment page full size. You know what I mean, attachment page shows default size ...
1
vote
1answer
273 views
Is it possible to list post attachments in a sub URL endpoint with a dedicated template?
Wordpress provides templates for displaying media attached to a post or page (attachment.php and more). They're also displayed with nice permalinks, such as:
...
0
votes
1answer
2k views
attachment page template? only show attachments for current post?
hey guys,
didn't know that, but the attachement page (i'm using attachment.php as template) is actually looping through ALL ever uploaded attachments to my blog!
I just want to use it in order to ...
6
votes
3answers
6k views
How do I get the size of an attachment file?
I'm using the following template code to display attachment links:
$args = array(
'post_type' => 'attachment',
'numberposts' => -1,
'post_status' => null,
'post_parent' => ...