i want to show the height & width of Uploaded image below the image in the post
which is the function to get height & width ?
i want to show the height & width of Uploaded image below the image in the post
which is the function to get height & width ?
IS It possible to show height & width using custom field
How can i do that?
Hmm, using PHP...
Or this (which will load the whole file to figure out the size...)
Or try a search...
thankx
i want to link diffrent image resolution available for the pic
like this
http://img7.imageshack.us/img7/1197/walleuv.jpg
If you uploaded the image using WP media upload interface then you can use wp_get_attachment_metadata to get the height and width.
ok
but i want to show diffrent resolutions available
under post with link to download (like Wallpapers download)
something like this
http://img7.imageshack.us/img7/1197/walleuv.jpg
any plugin or method to achieve this
Or
its better to do this using custom field for each resolution
& use custom field under post with IF ELSE statement:o
experts guide me plz !
This topic has been closed to new replies.