by Shashi Dhar Kumar | Jul 1, 2019 | Woo-commerce, WordPress
WordPress auto generates a lot of low value pages like the search results pages (generated if you use the WordPress search feature), the 404 error pages which are generated in-case of requests to non-existent pages and archive pages that have links to your blog posts...
by Shashi Dhar Kumar | May 20, 2019 | WordPress
Steps to Set Up an e-Commerce Store on WordPress WordPress is assumed as a full-fledged content management system. This CMS is being used to create e-Commerce stores for start-up and small businesses with a restricted budget. Online stores based on WordPress CMS are...
by Shashi Dhar Kumar | Apr 8, 2019 | WordPress
A serious WordPress helplessness which has been left a year without being fixed can possibly upset innumerable sites running the CMS, analysts guarantee. At the BSides specialized cybersecurity gathering in Manchester on Thursday, Secarma scientist Sam Thomas said the...
by Shashi Dhar Kumar | Aug 6, 2018 | CodeIgniter, HTACCESS, Magento, Open-Source, PHP, Programming, WordPress
How to group group Security for web application using htaccess? Group Security Headers htaccess X-XSS-Protection sets the configuration for the cross-site scripting filters built into most browsers. The best configuration is “X-XSS-Protection: 1;...
by Shashi Dhar Kumar | Aug 1, 2015 | Open-Source, Programming, Woo-commerce, WordPress
To use WooCommerce’s price in your custom theme template open the template file and use the following code and see the magic. Example <?php global $post, $product; ?> <span itemprop=”price” class=”price”><?php echo...
by Shashi Dhar Kumar | Jul 20, 2015 | Open-Source, Programming, Woo-commerce, WordPress
What are hooks? Hooks are helpful in WordPress which allow you to manipulate code without editing core files. It is used extensively used throughout WordPress and WooCommerce by developers. Two types of hook: actions and filters. Action Hooks allow you to insert...