Skip to content

Instantly share code, notes, and snippets.

@Geoplous
Geoplous / divi-blog-module-tags.txt
Last active January 9, 2024 09:09
WordPress Divi show tags in Blog module
/* Create an override in your child theme.
/* Copy of the: Divi/includes/builder/module/Blog.php
/* to (create /module/ folder if does not exist): Divi-child/module/Blog.php
/* Edit the new Blog.php,
/* line3, replace: ET_Builder_Module_Blog with: Geoplous_ET_Builder_Module_Blog
/* last line, repace: new ET_Builder_Module_Blog; with new Geoplous_ET_Builder_Module_Blog;
/* Just before </article> (it will show the tags on the bottom of the post) add the code below:
<?php