Skip to content
Advertisement

Force WordPress Gallery to Use Media File Link instead of Attachment Link

Is there a filter or hook to force WordPress Galleries to use the Media File Link instead of the Attachment Link. I can not trust my client to manually switch the setting while creating the gallery. http://cl.ly/image/2g1L1G2c2222

Brings up another issue of why Media File is not the default type.

Advertisement

Answer

You can basically ovveride the default gallery shortcode .

JavaScript

Inside the custom function you could set whatever you want .. look at the original gallery shortcode .

Another way is to actually filter the attributes ( if you will go to the above link, you will see a filter hook )

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement