$attachment->post_title not displaying title
1. the_post_thumbnail… … is a wrapper for echo get_the_post_thumbnail. Hence the echo construct you are using is redundant. That’s not the core of your problem, but worth noting. 2. The empty attributes In your HTML output, the attributes are empty, but they are created. That leads to the likely conclusion, that the culprit is not … Read more