Essential security measures There are several essential steps you should take to enhance the security of a WordPress site: Strong Passwords Use a strong password for all administrator accounts, and change passwords periodically. Strong passwords are not easily...
Training & Learning Articles
How to Build a Membership Site with Divi – Part 1 | Elegant Themes Blog
Being able to build a membership site with Divi is an extremely valuable skill set. Combining the power of Divi with the power of an easy-to-use membership plugin is an exciting proposition. But let’s face it. There is a lot of moving parts involved with a membership...
Quirk redirect after login | WordPress.org
function loginRedirect( $redirect_to, $request, $user ) { if ( is_a( $user, 'WP_User' ) && $user->has_cap( 'edit_posts' ) === false ) { return get_bloginfo( 'siteurl' ); } return wp_safe_redirect( wp_get_referer() );}add_filter( 'login_redirect',...
How to Add a Shortcode in WordPress? (Ultimate Guide)
Shortcodes are an easy way to add dynamic content into your WordPress posts, pages, and sidebars.Many WordPress plugins and themes use shortcodes to add specialized content like contact forms, image galleries, sliders, and more.In this article, we will show you how to...
Divi Comment Module Learn How to Find and Use on Your Site
Divi Comment Module Shortcode Jan 2, 2017 | Divi Shortcode Guide Divi Comment module is used to place the comment box on any post or page and it provides a great way for user interaction. As comments are the standard part of any website and it appears at the...
How to Show Recent Comments in WordPress Sidebar
Are you looking to add recent comments in your WordPress sidebar? Recently, one of our readers asked if we could cover how to display recent comments in WordPress. That’s why in this article, we will show you how to easily show recent comments in WordPress sidebar or...
CSS Tricks: Modern and Advanced Techniques for 2019
As time goes by, CSS is becoming more and more powerful and nowadays it offers lots of possibilities to create visually stunning websites.This article is a compilation of fresh, advanced CSS tips and techniques to master your web design and front-end web development...
How to Hide the Header and Footer in Divi | MarkHendriksen.com
In some cases, you might want to hide the Divi header and footer on a certain page or for your entire website. For example, on a landing page, you might want to hide the header for less distraction. In this tutorial, I will be covering how you can accomplish this....
Build Your Own Plugin: A Simple Plugin to Easily Embed A Divi Section Or Module Within Another | Divi Notes
BUILD YOUR OWN PLUGIN: A SIMPLE PLUGIN TO EASILY EMBED A DIVI SECTION OR MODULE WITHIN ANOTHERPosted by Rob Hobson | Nov 19, 2017 | Development, Plugins | 15 | If you’ve ever had to add code to your child theme’s functions.php file, or you just want to try your hand...