I have tried several git GUI applications in my windows development environment and I have found Sourcetree to be the best git GUI application to be best. Let me share a few features of it. Integration with many remote git services You can easily add a remote git account from various services like Azure DevOps,…
Author: Murali Kumar
I am a Full Stack Web Developer with over 12 years of experience. I love WordPress & WooCommerce.
If you need the help from a WordPress developer for your website, get in touch now!.
Twitter : @geekz
YouTube : @wptipsofficial
Let’s say you want users to click a buy now button, and it should add a particular product with a certain quantity to the cart by removing all other items. That’s when you will need this code handy. Just paste it into the functions.php file of your currently active theme.
Meta generator tag in WordPress reveals the plugin or WordPress core version which makes WordPress vulnerable. So, here i list snippets to disable meta tag generator by various plugins. Remove WordPress & Woocommerce meta tag generator This code will disable meta tag generated by WordPress, Woocommerce and many other standard plugins that hook up with…

Spammers love WordPress comment forms. They use bots that automatically post spam comments with malicious links in hundreds of websites. Their goal is to gain SEO juice out of your site. But what if there is a way to discourage them from using such tools on your website? Its simple, we can disable the website…
You may want to display most recent posts of your website in your WordPress website post or page. You can achieve that creating a custom WordPress shortcode. Let me first explain what is a WordPress shortcode and how it works. What is a WordPress shortcode? WordPress Shortcode is a feature defined in WordPress core that…

You just got your new WordPress website up and running? Great. Now, do you know whats the most important thing you should do first? It would be best if you considered implementing a visitor tracking code to measure the traffic or number of visits your site gets. Google Analytics is one of the most popular…