Injecting a Footer In Divi Without a Plugin

May 28, 2019

Hey there Divi fam! Quick video and tutorial here on how to inject a footer into every page of your Divi website without the use of a footer. At the outset I’m assuming you have a child theme and know what you are doing with them.

First you’ll want to add the following code to your child theme’s function.php file. This code tells your website to allow the use of shortcodes in php files.

Secondly, you’ll want to make sure you add this into your footer.php file that is in your child theme on the next line after “get_sidebar( ‘footer’ );” for me it is around line 11.

Where you see “XXXXXX” after “global_module” you’ll want to add the post ID from the Divi library footer you created. Need to find the post ID?

Check out the video below for a complete walkthrough.