WordPress XSS Vulnerability in Essential Addons for Elementor Affects Over 2M Sites A significant security concern has been raised for users of the Essential Addons for Elementor plugin on WordPress, affecting more than two million websites.
WordPress Rank Math WordPress SEO Plugin Vulnerability Affects +2 Million Sites The well-regarded WordPress plugin, Rank Math SEO, a tool favored by over two million website owners for optimizing search engine visibility, has recently undergone a crucial security update.
WordPress Astra Theme Vulnerability: A Critical Update for WordPress Users Over the recent weekend, the Astra theme for WordPress, celebrated for its widespread use and versatility, implemented a crucial security patch.
Web Development Bricks Builder For WordPress RCE Vulnerability Learn about the critical RCE vulnerability in Bricks Visual Site Builder for WordPress, rated 9.8/10, actively exploited. Find out how to protect your site with the latest security patch.
Web Development WordPress User Survey Reveals Growing Dissatisfaction Explore the latest insights from the WordPress user survey, delving into user frustrations, shifting preferences, and market trends. Discover key findings and recommendations for WordPress to address user concerns and foster a more inclusive community.
Web Development Critical WordPress SiteOrigin Widgets Bundle Plugin Vulnerability Affects Over 600,000 Sites Discover the critical vulnerability affecting over 600,000 WordPress sites due to the SiteOrigin Widgets Bundle plugin. Learn about the stored XSS flaw and the recommended actions to safeguard your website and visitors.
Web Development WordPress Backup Plugin Vulnerability Affects Over 200,000 Sites Stay protected! Discover how a critical vulnerability in a popular WordPress backup plugin affects over 200,000 sites. Learn why updating to version 1.2.6 is crucial to prevent potential denial-of-service attacks.
Digital Block Pinterest From Pinning Your Images in WordPress This WordPress function, "no_images_pinning," effectively blocks Pinterest from pinning your images by adding a custom meta tag to the website's head section.
Digital Introduction to WooCommerce In today's digital age, the world of e-commerce has experienced exponential growth, with more and more businesses shifting their operations online. Setting up an online store has become a crucial step for businesses looking to expand their reach and tap into a global customer base. To facilitate this
WordPress 10 Reasons Not to Choose WordPress for Blogging In this article, we will explore ten reasons why you might want to consider alternatives to WordPress when it comes to blogging.
Digital Add an SSL Trust Seal on Easy Digital Downloads Checkout Adding an SSL trust seal can increase trust from someone wanting to purchase from you and therefore increase the likelihood of them completing the order.
Digital Minimum Required PHP Version for Plugins WordPress has introduced a way for developers to set a minimum required PHP version for their plugins. If you are a WordPress plugin developer and want to set a minimum required PHP version for your WordPress plugin, simply add Requires PHP: to your WordPress plugin's readme.txt file.
Digital Redirect User After Login in WordPress The following is a code snippet that allows you to redirect users to a custom page after they login to your WordPress site.
Digital Allow SVG through WordPress Media Uploader Add the following to your theme’s functions.php file to allow .svg files to be uploaded through the WordPress media uploader:
Digital Create a List of IP Addresses Attacking Your WordPress Login These are the steps I use to create a list of IP addresses that are trying to login to my WordPress installations that did not have permission to do so. The following steps assumes that only you (or certain IP addresses) have access to your WordPress login, wp-login.php.
Digital Enable HTML5 Markup for the Genesis Framework To enable HTML5 markup for the search form, comment form, comment list, galley and caption in the Genesis Framework.
Digital How-To Install and Use WPScan WPScan is a black box WordPress vulnerability scanner. It’s a great tool that you can use to scan your WordPress installations or WordPress installations of your clients. WPScan requires Linux, Ruby version 1.9 or higher, RubyGems and Git.
Digital Essential WordPress Plugins There are tens of thousands, if not over hundred thousand WordPress plugins, so it’s hard to know which plugins are the best and work well together. Therefore, I’ve collected the essential WordPress plugins and put them in a single download, so you don’t have to waste time
Digital New Theme Template in WordPress 4.3: Singular.php Last week, the WordPress code development team announced a new theme template in WordPress 4.3, singular.php.
Digital Display the Latest Modified Posts in WordPress Display only posts that were modified last, and not necessarily posts that were published last.
Digital Display the Latest Posts in WordPress Learn how-to display the latest posts in WordPress. Display X amount of posts and learn how-to make the list group into a Bootstrap panel.
Digital Add Custom CSS to the Admin Area You can customize the WordPress administration panel by adding a function to your theme's function.php file. The custom CSS can be internal CSS, meaning the CSS is included in the web page or externally, meaning the CSS is grabbed elsewhere on your hosting account or another server.