Not Good With Code? Just Use Divi!
There must be 20 different Divi tutorials and plugins out there trying to help people with a very common request – add a dynamic copyright year to Divi. It’s true that Divi has matured, and one of the ways this has happened is with Dynamic Content. That’s right, believe it or not, we are going to use Divi’s Dynamic Content to create an auto-updating copyright year in Divi without using code. Let’s do it!
▶️ Please watch the video above to get all the exciting details! 👆
Just Add A Text Module!
To get started, add a Text Module to your layout wherever you want it. You probably will want to add this to a footer section, whether that is in your Theme Builder or just in your page layout.
Step 1. Add Text Module
Step 2. Choose Dynamic Content Icon
Step 3. Choose “Current Date”
Step 4. Fill In The Fields
Before: Copyright © (notice the space after the symbol)
After: Type your website name here
Date Format: Choose “Custom” from the dropdown list
Custom Date Format: Here you need to type a capital “Y”
And that’s it! Simple as that.
Bonus #1
Dynamically Add The Site Title!
Too lazy to type your site name? Want that to be automatic also? Great, we have another hack for you! Just add a second text module, and this time choose the “Site Title” in the dynamic content.
Next, add a CSS class to the ROW Custom CSS field called “pa-inline-module.” Basically we need to move the two separate modules to stack side by side with each other so they line up horizontally.
Copy the CSS snippet below into your Divi>Theme Options>Custom CSS box.
.pa-inline-module .et_pb_text {
display: inline-block!important;
}
Add about 4px of margin between them and you now have a 100% automatic footer copyright text in Divi!
Bonus #2
Add Legal Links
You even use html in the “After” field, so just go for it! Nothing holding you back!
Another perfect solution, thanks!
I’m so glad you like it!
Awesome, I have been looking for a solution like this!
I’m so glad you found this! Excited for how easy this is to use!