by greg | Jun 21, 2016
Click Here to download the Divi-child.zip file. The following are the code snippets for the respective files so you can recreate them yourself. The functions file includes the style.css files from both the parent and child theme. It also gets the current time stamp...
by greg | Jun 21, 2016
This is what you need to include in the functions file of your child theme to include the parents style without having to do a @import in the css file. This also checks the last modified time and uses that as a query variable to ensure you are loading the latest...
by greg | Jun 24, 2016
Here is a nice little script that takes a directory full of images, creates a thumbnail of said image and saves it to a directory, and then displays the gallery of images. I didn’t create this code but found a guy by the name of David Walsh who took code...
by greg | Apr 12, 2015
This little snippet of code allows for you to update the stylesheet url based on the time it was edited so when you update the stylesheet the url changes and the cached version is no longer the correct version. <link rel=”stylesheet”...