blog module

How to Sort Divi Blog Module Posts by an ACF Field

Adding sorting to your Divi Blog Module based on a custom field created in Advanced Custom Fields (ACF) can significantly enhance the user experience on your site. In this post, we'll guide you step-by-step through sorting the posts in the Divi Blog Module by an ACF...

A Primer on Blogging with Divi

Here's a primer on blogging in Divi that I shared in one of the forums. I'm reposting here in case it is of use to anyone. It explains some of the main terms relating to the set up of blog posts, blog pages and blog templates in Divi. As you may know, WordPress is...

Add Author Profile Picture in the Divi Blog Module

When browsing blogs, it's nice to see a face attached to the words you're reading. A picture of the author can be the difference between a post that feels sterile and one that feels welcoming. For Divi users, adding an author's profile picture beside each blog post in...

Add ACF Taxonomy Fields to the Divi Blog Module Post Meta

Enhancing your Divi Blog Module with Advanced Custom Fields (ACF) can give your posts' metadata a significant boost. In this tutorial, we will walk through the process of adding ACF taxonomy fields to your Divi Blog Module post meta.Step 1: Set Up Taxonomy First, you...

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...