How to track/save all the changes you made to the
-
I’m installing WP and already I’m adjusting all kind of files. Sometimes just changing english tekst for dutch or replacing pieces of code within templates, or adding classnames where necessary etc.
But what happens when I have to reinstall or upgrade? All the files would be overwritten and I’d loose all small and bigger changes I made?
At this moment I’m keeping copies of all the files I changed in a seperate folder named “changed files” so I could copy them back in the future. Or adding comments at the top of the page of the changes.
Is there a better way of doing this to save and keep track of all the changes I made? How do you readers and ‘wordpressers’ deal with this?
One addittional question about my-hacks.php: I changed the dropdown_cat() within the category template. Could I also have put the new adjusted function within the my-hacks file and does this overwrite the function in the original template? Or would it be better to leave the original file unchanged and give a new name to the changed function and use that in my index.php?
- The topic ‘How to track/save all the changes you made to the’ is closed to new replies.