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 Automatically Post New Instagram Photos to WordPress

Do you want to automatically post new Instagram photos to your WordPress site?  There are lots of people who post their Instagram pictures on WordPress. But what if you want to go the other way? Going from WordPress to Instagram is maybe something you want to do, not only to increase your blog’s reach and … Read more

How to Install opencv in python

Install the python in opencv module (a) 1. Packages for standard desktop environments you create an environment: There are four different packages and you should select only one of them. Do not install multiple different packages in the same environment. There is no plugin architecture: all the packages use the same namespace (cv2). Open the … Read more

How to Install Python on Windows OS

Install Python 3.6.0: To follow the installation procedure, you need to be connected to the Internet. Visit:-Download Python At the bottom locate Windows x86-64 executable installer for 64 bits OS and Windows x86 executable installer for 32 bits OS. Click on the located installer file to download. After the download completes, double click on the … 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