• Hi everyone

    I’m wondering whether it’s possible to take a function / feature from one template and import it to another template’s theme?

    The two themes in question I currently own.

    Many thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anything is possible. It might be easier to look for a plugin or develop a plugin that will give your theme the functions you want.

    Thread Starter hatshatshats

    (@hatshatshats)

    Thanks Mr Tom.
    Is there a plugin that extracts some code etc from one theme and inserts it into a new theme?
    I’m wanting to extract the diamond tabs from one theme (https://themes.laborator.co/silicon/diamond-tabs/) and use it for another?
    If no plugin, any advice with which code to extract?
    Thank you again

    If your talking about the triangle tabs in the middle of the page. I think most of the effects are created by CSS styling.
    You should look at including the classes that start with the name diamond and appling them to <li> items. Here some of the css Classes that you should look at.

    diamond , diamond_title_excerpt , diamond_type_image_only , diamond_type_image_only , diamond_type_blank

    There maybe some js files associated with these effects. But, I think they could all be accomplished with css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Combining WP themes’ is closed to new replies.