How To Create table with plugin creating and active in WordPress

you will almost certainly find database table that you need to store some information in the WordPress database. Create Database Tables The first step in making your plugin create database tables automatically is to create a custom PHP function within your plugins that adds a table or tables to the WordPress MySQL database. So, it … Read more

How To Fix “The Link You Followed Has Expired” Error in WordPress

The “link you followed has expired” is a common error that occurs when trying to upload themes and plugins via the WordPress dashboard. In this article, we will show you how to easily fix ‘the link you have followed has expired’ error in WordPress.The best way to fix the issue is to increase the default … Read more

How to Add reCAPTCHA to WordPress Comment Form

Are you looking to add reCAPTCHA to your WordPress comment form? Instead of turning off the comments, you can add CAPTCHA to the comment form to practically eliminate spam. In this tutorial, we’ll show you how to easily add reCAPTCHA to the comment form of your WordPress website.     What is Google reCAPTCHA? reCAPTCHA … Read more

WordPress 5.2.1 Maintenance Release

WordPress 5.2.1 is now available! This maintenance release fixes 33 bugs, including improvements to the block editor, accessibility, internationalization, and the Site Health feature introduced in 5.2. You can browse the full list of changes on Trac. WordPress 5.2.1 is a short-cycle maintenance release. Version 5.2.2 is expected to follow in approximately two weeks. You can download WordPress 5.2.1 or visit Dashboard → … Read more

What’s New in WordPress 5.2 (Features and Screenshots)

WordPress 5.2 is expected to be released 7th may 2019. Our team have tested the beta version and we would like to share you about the new features and experience in this article. Although version 5.2 is still under active development, the WordPress Core Team recently released WordPress 5.2 Beta 1 with a host of … Read more

Why You Can’t Find .htaccess File on Your WordPress Site file

The .htaccess file is not exclusive to WordPress.important htacess file in site run on apche server. In today’s WordPress tutorial, we Aim to rectify that, by explaining what WordPress .htaccess file is, what it does, and show you how to create it. What is the .htaccess file? The .htaccess file is a server configuration file … Read more