How to inherit changes made to a theme?

Post Reply
kostaslgr
Ssr. Bludit
Posts: 14
Joined: Fri Jan 11, 2019 8:58 pm

Hello amazing team! Lets suppose that i am using a theme and for customization reasons i have changed some things in the code (i.e. adding some links to the menu etc). Lets say that a new version comes for that theme, and we need to update. I suppose if we replace the files of our current theme with the files of the newlly created theme, we might lose these changes. Is there a way to inherit these changes to the updated version?
User avatar
bayerberg
Master Bludit
Posts: 141
Joined: Wed Jun 07, 2017 1:05 pm
Location: London, UK
Has thanked: 7 times
Been thanked: 10 times
Contact:

quickest way would be to use the init.php file and try to do as much customisation as you can this way. If this file exists in the theme folder it gets loaded automatically.


Couple of appends here and there, maybe some extensions to functionality and your are done ;)
bludit plugins and themes - makeitblu | I do things, check them out on behance and dribbble.
Post Reply