Prevent script injection
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 …
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 relationship with post and taxonomy. Before writing query dont forgot to define global $wpdb variable. $wpdb is a global variable which instantiate of …
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 …
The following error is caused by a space after the site or home URL in the WordPress database: Warning: Header may not contain more than a single header, new line …
Create Facebook share links, Twitter “tweet this” links, Google Plus share links, LinkedIn share links, Pinterest “pin this” links and email “mailto” links that will work anywhere — even inside emails!
Front end registration form that allow your users to signup without ever leaving your main site, you provide a much more consistent and comfortable environment. Registration form has basic following fields.