WordPress Plugin for Page Redirection
Hi guys some time you need WordPress plugin for pages redirection or direction custom url to any url in your wordpress project. In this article I am suggesting you a …
Hi guys some time you need WordPress plugin for pages redirection or direction custom url to any url in your wordpress project. In this article I am suggesting you a …
WordPress has a modest limit for uploading images, videos, and other files. It is a similar story for your PHP memory limit. PHP memory limit helps you run plugins and …
Hi friends, Google has an improved, user-friendly Captcha system. In Which it asked for checked a checkbox for confirming “I’m not robot”. In WordPress, Contact Form 7 is the most …
I was working on a project where I need to create a database table for my WordPress plugin. Generally we use mysql_query($sqlquery) for executing query in our PHP project. But …
Some time you need wordpress plugin for calculating EMI with chart emi-breakups for your website.”EMI Calculator” Plugin allow you to add EMI (Equated Monthly Installment) Calculator at your website. This …
For protect your WordPress blog from script injection, and unwanted code of _REQUEST and /or GLOBALS. I found this code on wprecipes. Simple copy and paste the code below to …
Search engine spiders crawl over your entire WordPress site and index every content. For stop hacking sensitive information We can disallow search engines to index the admin section which contains …
How to write a query for creating a relationship with post and taxonomy. Before writing query don’t forgot to define global $wpdb variable. $wpdb is a global variable which instantiates …
Hello guys some time we are facing problem for making logical relation which is not possible by using word press predefined functions. In this article I guide how to write …
There’s a WooCommerce builtin shortcode to add a product to cart, by default the shortcode works only for simple product, not for variable products, as when using this shortcode you …