Reputation: 8511
I'm new in wordpress. I posted images through 'add media'. What I want is to display its description in a popup window once I clicked the image. But by default, description is not displayed. Is there a way to do this? Thanks!
Upvotes: 0
Views: 160
Reputation: 1056
There are multiple ways to achieve this. The simplest way would be to use a lightbox plugin, or to write a simple javascript plugin that uses the image's ALT attribute and displays it on click.
Upvotes: 0
Reputation: 26732
Check wordpress plugin repository for this http://wordpress.org/extend/plugins/
Upvotes: 1