Adding JQuery to Standard WordPress Gallery through a plugin
-
We are trying to use the default gallery feature for WordPress to power the images for a Real Estate plugin that we are working on.
The idea is using the standard gallery feature with WordPress we are wanting to manipulate the way that the gallery displays using jQuery. We know this is possible through the functions.php file but we are not wanting to touch the functions file. We want ll the scripting to be in our plugin files.
By adding jQuery function in the plugins file, will it take effect on the front end of the WordPress site as well?
The topic ‘Adding JQuery to Standard WordPress Gallery through a plugin’ is closed to new replies.