Is there any way to combine two Wordpress themes without using a plug-in that renders pages in different themes, and if there is, what is the most efficient way to do so? Is it as simple as copying and pasting one theme's function.php (and other files) into the first theme? Do I make a child theme?
I'm trying to build a database for clean energy initiatives across the globe, and like the map functionality of one the themes I've purchased. However, once you go pass the map, the theme is not very user-friendly and cannot hold a lot of information. This is where the second theme comes in. I want to keep both the functionalities of both themes if possible.