Divi Tutorial – Custom Footer

Divi Tutorial – Custom Footer

Footers are usually just made with widgets, and they do okay with what they have. Not the best layout, but still functional.

What we’re going to do today is add a custom layout into the footer, and make it so it’s easily updatable, and will not break from Divi updates.

Important. You will need a child theme for this to stay working even through updates.
Click here for a free Divi child theme.

START WITH A DESIGN

Use the builder on a regular page and design to your content.

Save it as a global item once you’re done.

GET THE ID# OF THE GLOBAL ITEM

Each library item has its own unique id. We will need that to call the global item in the footer.

Check the image below.

NEXT, GO TO THE FOOTER

Now we’re going to add the global item to the footer via shortcode.

Note: If we just add the shortcode as is, it won’t do anything in a php file.

We need to put it inside a php tag.

like this:


<?php echo do_shortcode(' '); ?>

Here’s what the footer.php file looks like.

So in the image above, you’ll see the footer code we’re going to take out.
And the image below is with the new shortcode added in.

Here’s the full footer.php file.

 

 

Line 10: Of course, the 56 should be the id number of your global item.

Or you can just copy line 10 and insert it in your own footer file.

Note: In the video, the module is 66, this is because they are different items. Your id number will most likely be different as well.

 
[sc name=”learn css”]
 
[sc name=”podcast”]
 

 

 

Photo by Hunter Johnson on Unsplash

Leave a Reply to Bto Cancel reply

Your email address will not be published. Required fields are marked *

  1. Awesome post!!

    I have one question, I do want to show the footer menu in my footer so left that in, how do I get the footer menu to show up above the custom footer section? Right now it’s showing below

    Thanks!

    • In the file I posted above (GitHub) move the shortcode snippet to after

      So move line 10 to 29. (from the github file I posted)

  2. I have used your code so that my custom footer appears on all the pages. I ‘m wondering if there is some way to exclude my footer Custom on a particular page.I am having some issues with woocommerce thankyou page,my custom footer is shown with some elements are broken that is the reason why I am thinking about the idea that my footer custom doesn’t appear just on the thankyou page. Could you help me with some code for it? Thanks

  3. Hi,i sorry about my english, i mean i want to remove my custom footer on the thankyou page- thanks

  4. Hi,nice tutorial but how can i exclude or remove in the thankyou page of woocommerce my footer custom? because of i´m having some problem getting a blank footer. Thanks

  5. Hello PK,
    Thanks a lot for this tutorial! Maybe you should promote it a bit more on Youtube, because I needed something like that and I couldn’t find anything, besides adding manually the global section to specific pages, until I stumbled upon yours. Just a quick question: I couldn’t find anywhere the code itself on your website (there’s code screenshots, but not a copiable code). Could you please add it to this page?
    Thanks a lot!

    • Oh snap! I was having trouble with the Divi builder and those lines of php for deleted in the aftermath. haha Sorry bout that. It’s all edited now.

New tutorials

Why no ads?

Hi, I'm PK, and I maintain and publish content on this site for two reasons.

  1. To give back to the community. I learned so much from people's tutorials and StackOverflow that I wanted to contribute and help others.

  2. To provide a more structured learning experience. People struggle to find the course that guides them from start to finish, based off of real life experience, and my courses provide that.

The only "ads" I have here are for my own courses, and maybe an affiliate link, but that's it. They fund the website resources and provide more motivation for me to produce better content.

Any bit of interest helps. Even sharing with your friends, suggesting my courses to your developer or designer, or subscribing to my YT channel, or joining our Discord. Thanks and I'll see you around!

There's a newsletter!

Sign up to the newsletter for the occasional updates on courses, products, tutorials, and sales.