blog module

Add ACF Taxonomy Fields to the Divi Blog Module Post Meta

Boosting your Divi Blog Module with Advanced Custom Fields (ACF) can be a powerful way to enhance your posts' metadata. In this tutorial, we'll walk through adding ACF taxonomy fields to your Divi Blog Module post Meta. Step 1: Enable custom blog module filters This...

Extend the Divi Blog Module With Custom Filters

Here is a powerful way to customize your Divi Blog Module using PHP code and filters. By adding the code given below, new filters will be added to the Divi Blog Module, which allow you to modify and extend the functionality of the Blog Module. First, I'll give the...

Show Posts for a Specific Author in the Divi Blog Module

Divi's blog module lets you display a list of posts, optionally filtered by category. If you instead need to show only the posts by a specific author, here's how to do it.Filter Blog Module Posts by Author using Divi Booster Divi Booster adds an option for filtering...

Add Second Button to Blog Module Posts

The Divi theme comes with a blog module, which lets you display a list of posts anywhere on your site, complete with featured image, excerpt and read more button. If you'd like to add a second button beside posts in the Divi blog module, here's a way to do it. I've...

Show Tags in the Divi Blog Module

The Divi theme comes with a blog module which lets you display a list of posts. You can also show some details along with the posts, such as the author of the post and the categories the post is in. One thing the blog module doesn't allow you to display is the posts'...

Make Blog Module Featured Images Non-Clickable

The Divi Theme's blog module displays a list of posts and, optionally, their featured images. By default, clicking on the featured images will take you to the corresponding post. Here's how to make the blog module's featured images non-clickable.Disable the Blog...

Change the Blog Module "Older / Newer Entries" Text

The Divi Blog Module presents users with pagination links showing "older entries" and "newer entries" to allow them to navigate a long list of posts. If you'd like to change the text of these links, here's how. Changing the Older / Newer Entries Link Text in CSS While...

Open Blog Module Featured Images in Lightbox

The Divi Theme's blog module gives you the option of displaying featured images for each of the posts. By default, these images link to the post to which they relate. If you'd prefer that the images open in a lightbox, you can use the following jQuery code:Related...