Important Update for all Child Theme Users
-
Tracks’ code base had gotten a bit messy over the last few months, so I did some spring cleaning. Some of the template files are now much simpler and easier to read.
Most likely, there will be no conflicts with your child theme. However, there is a chance of adverse effects if your child theme is using modified versions of any of the following files:
- content.php
- index.php
- search.php
- content/social-icons.php
- content/author-social-icons.php
- content/category-links.php
- content/further-reading.php
- content/tag-links.php
Also, any child themes using a modified version of the ct_tracks_featured_images() function may notice a change in behavior.
If you’d like to test your child theme’s compatibility now, you can download an advance copy of Tracks v1.35 here (please only use this for testing, not general use).
You can review all of the updates made to Tracks in the newest version here on the Github commit history (from Apr 29 – May 1).
What if I updated already and something has broken?
If you’re reading this because you have already updated and v1.35 has broken some part of your site, please download version 1.34.1 here, and revert to fix your site.
There are no critical updates in v1.35, so there is no rush to update your child theme to be compatible. I will be here for any questions you have along the way.
How do I update my child theme to fix any issues?
The easiest way is to take the edits you’ve made to the old files, and add those same edits to the newer files.
For instance, if you have content.php in your child theme, first back it up somewhere. Then, replace the content.php file in your child theme with the new content.php file from v1.35 of Tracks. Finally, take the same customizations you made in your old content.php file, and add them to the new content.php file in your child theme.
- The topic ‘Important Update for all Child Theme Users’ is closed to new replies.