Echo list attachment size in post
wp_get_attachment_thumb_url() doesn’t accept three parameters. It takes one– the attachment ID. And, as you might guess from the name of the function, it return the thumbnail URL *_thumb_url. If you’d have simply checked the Codex entry for the function you’d have seen that. If you’d check the Codex, you’d see several other things too Don’t … Read more