karunnt
Member
Posted 3 years ago #
I have a theme that comes with some plugins that implement a nice gallery. The trouble is that the gallery is implemented very closely with the theme and it is not something I can plug into another theme.
I would like to take the functionality of this theme and add it to that of another theme.
Is all functionality placed in the functions.php file?
thanks
You need to look into the theme's php files and see the function calls which will be replaced with the gallery on your blog. Then just copy the function calls and put in the right place of your new theme.
Are you by any chance referring to using the Featured Content Gallery feature that comes with Revolution theme in another theme?