Divi : Divi is a WordPress Theme and standalone WordPress plugin from Elegant themes that allows users to build websites using the visual drag-and-drop Divi page builder.
This technology is used by 16.76% of websites in the Page builders category. The most popular industry vertical is Business and Finance, with Business being the top subcategory.
What is Divi?
Divi is both a WordPress theme and a visual page builder developed by Elegant Themes. It provides an all-in-one website building solution with real-time visual editing, pre-made layouts, and extensive customization options without requiring coding knowledge.
Launched in 2013, Divi has grown into one of the most popular WordPress products with over 800,000 customers. Unlike standalone page builders, Divi combines a fully-featured theme with the builder, providing complete site design control including headers, footers, and global styles. Elegant Themes' lifetime membership model and continuous feature updates have created a loyal user community.
Industry Vertical Distribution
Technologies Frequently Used with Divi
| Technology | Co-usage Rate | Website |
|---|---|---|
| RSS | 81.22% | https://www.rssboard.org/rss-specification |
| Open Graph | 57.08% | https://ogp.me |
| Google Font API | 48.2% | http://google.com/fonts |
| Google Tag Manager | 29.98% | http://www.google.com/tagmanager |
| core-js | 27.73% | https://github.com/zloirock/core-js |
| jQuery Migrate | 23.09% | https://github.com/jquery/jquery-migrate |
| jQuery | 23% | https://jquery.com |
| MySQL | 22.79% | http://mysql.com |
| WordPress | 22.75% | https://wordpress.org |
| PHP | 22.66% | http://php.net |
Key Features
Visual Builder
- Real-Time Editing: Click-and-type directly on the page
- Drag-and-Drop: Position elements with visual feedback
- Responsive Editing: Device-specific design controls
- Right-Click Actions: Context menu for quick operations
- Keyboard Shortcuts: Productivity features for power users
Modules (40+)
- Content: Text, image, video, gallery, slider
- Navigation: Menu, sidebar, search
- Forms: Contact form, email opt-in, login form
- E-commerce: WooCommerce shop, product, cart modules
- Social: Social follow, share, comments
Theme Builder
- Headers: Global and conditional headers
- Footers: Sitewide footer designs
- Templates: Post types, categories, archives
- Dynamic Content: Populate from WordPress data
Design System
- Global colors and fonts
- Presets for consistent styling
- Design library with 2,000+ layouts
- Element copying and pasting styles
AI-Powered Technology Recommendations
Our AI recommender engine, trained on 100 million data points, suggests these technologies for websites using Divi:
| Technology | AI Score | Website |
|---|---|---|
| jQuery Mobile | 0.21 | https://jquerymobile.com |
| The Events Calendar | 0.17 | https://theeventscalendar.com |
| RSS | 0.15 | https://www.rssboard.org/rss-specification |
| MediaElement.js | 0.13 | http://www.mediaelementjs.com |
| Jetpack | 0.12 | https://jetpack.com |
| Microsoft Word | 0.11 | https://office.microsoft.com/word |
| RankMath SEO | 0.11 | https://rankmath.com |
| WP-PageNavi | 0.11 | https://github.com/lesterchan/wp-pagenavi |
| LivePerson | 0.11 | https://www.liveperson.com/ |
| Microsoft HTTPAPI | 0.1 | http://microsoft.com |
IAB Tier 1 Vertical Distribution
Relative Usage by Industry
Market Distribution Comparison
Use Cases
Freelancer Client Sites
Freelance designers build client websites rapidly using Divi's layout library. The visual builder enables design iteration during client meetings, and lifetime licensing supports unlimited projects.
Small Business Websites
Business owners create and maintain their own websites using Divi's intuitive interface. Pre-made layouts for restaurants, law firms, agencies, and other industries provide starting points.
E-commerce Stores
WooCommerce stores customize every aspect of the shopping experience. Product pages, shop layouts, and checkout processes are all visually editable.
Marketing Sites
Marketing teams create landing pages and promotional content without developer assistance. A/B testing through split testing features optimizes conversions.
Portfolio Websites
Creatives showcase work with gallery layouts and project case studies. The visual editor makes organizing and presenting work intuitive.
Agency Production
Digital agencies use Divi for efficient site production. Saved layouts, global elements, and design presets maintain consistency across client projects.
IAB Tier 2 Subcategory Distribution
Top Websites Using Divi
| Website | IAB Category | Subcategory | OpenRank |
|---|---|---|---|
| scottsongs.com | Music and Audio | Jazz | 5.74 |
| reachlocal.com | Business and Finance | Business | 5.24 |
| siggraph.org | Technology & Computing | Virtual Reality | 4.88 |
| plotprojects.com | Business and Finance | Business | 4.82 |
| theconfettibar.com | Events and Attractions | Personal Celebrations & Life Events | 4.75 |
| aquafold.com | Technology & Computing | Computing | 4.73 |
| frost.com | Business and Finance | Industries | 4.72 |
| rockthevote.org | News and Politics | Politics | 4.72 |
| interfaithpowerandlight.org | Science | Environment | 4.67 |
| cosmoquest.org | Hobbies & Interests | Space and Astronomy | 4.66 |
Development and Customization
Custom Module Creation
// Create custom Divi module
class Custom_Module extends ET_Builder_Module {
public $slug = 'custom_module';
public $vb_support = 'on';
public function init() {
$this->name = 'Custom Module';
$this->main_css_element = '%%order_class%%';
}
public function get_fields() {
return [
'title' => [
'label' => 'Title',
'type' => 'text',
'toggle_slug' => 'main_content',
],
'content' => [
'label' => 'Content',
'type' => 'tiny_mce',
'toggle_slug' => 'main_content',
],
];
}
public function render($attrs, $content = null, $render_slug) {
return sprintf(
'<div class="%1$s">
<h3>%2$s</h3>
<div>%3$s</div>
</div>',
$this->module_classname($render_slug),
esc_html($this->props['title']),
$this->props['content']
);
}
}
new Custom_Module;
Child Theme Customization
/* Custom CSS in child theme */
.et_pb_section {
padding: 4% 0;
}
.et_pb_text h2 {
font-family: 'Playfair Display', serif;
color: #2c3e50;
}
/* Custom button styles */
.et_pb_button {
border-radius: 30px !important;
transition: all 0.3s ease;
}
Divi Hooks
// Add custom functionality
add_action('et_header_top', 'add_top_bar');
function add_top_bar() {
echo '<div class="top-bar">Call us: 555-1234</div>';
}
// Modify builder options
add_filter('et_builder_load_requests', 'modify_builder_options');
function modify_builder_options($options) {
// Custom modifications
return $options;
}
Usage by Domain Popularity (Top 1M)
Usage by Domain Age
The average age of websites using Divi is 12.4 years. The average OpenRank (measure of backlink strength) is 2.5.
Pricing and Comparison
Elegant Themes Membership
- Yearly Access: $89/year - Divi + 86 themes + plugins
- Lifetime Access: $249 one-time - Lifetime updates
- Unlimited Sites: No per-site licensing
- Includes: Divi, Extra, Bloom, Monarch
Key Benefits
- Value: Lifetime license is exceptional value
- All-in-One: Theme + builder in single product
- Layout Library: 2,000+ professional layouts
- Split Testing: Built-in A/B testing (unique feature)
- Community: Large, active user community
Considerations
- Performance: Can be heavy with many elements
- Lock-in: Switching away requires redesign
- Learning Curve: Many options can overwhelm beginners
Comparison
- vs Elementor: Divi includes theme; Elementor more widgets
- vs WPBakery: Divi more modern and feature-rich
- vs Beaver Builder: Divi more features; Beaver cleaner code
- vs Webflow: Divi WordPress-based; Webflow hosted platform
Emerging Websites Using Divi
| Website | IAB Category | Subcategory | OpenRank |
|---|---|---|---|
| targetpestcontrol.org | Business and Finance | Industries | 0 |
| easygpsonline.com | Business and Finance | Business | 0 |
| fastunlocksite.com | Personal Finance | Forum/Community | 0 |
| mymarketingtool1.com | Business and Finance | Business | 0 |
| harmonics-app.com | Hobbies & Interests | Musical Instruments | 0 |
Technologies Less Frequently Used with Divi
| Technology | Co-usage Rate | Website |
|---|---|---|
| AB Tasty | 0.01% | https://www.abtasty.com |
| Accessible360 | 0.01% | https://accessible360.com |
| AccuWeather | 0.01% | https://partners.accuweather.com |
| Ace | 0.01% | https://github.com/ajaxorg/ace |
| Ad Lightning | 0.01% | https://www.adlightning.com |
