How to Change Return to Shop Link in Woocommerce

How-to-Change-Return-to-Shop-Link-in-Woocommerce

Inside this article you will see a tricky concept to change return to shop link in woocommerce. This will be very interesting to see the logical and short code to do it very easily. WooCommerce is an open-source e-commerce plugin for WordPress. It is designed for small to large-sized online merchants using WordPress. … Read more

How To Print The Executed SQL Query in WordPress

How-To-Print-The-Executed-SQL-Query-in-Wordpress

Inside this article we will see the concept of printing executed SQL query in wordpress. In several cases we want to print the executed sql query, print result set data of wordpress. If you are looking for an article i.e How to print the executed sql query in wordpress then you are at … Read more

Best Free WordPress Plugins For Programming Blog Website

Best-Free-Wordpress-Plugins-For-Programming-Blog-Website

Inside this article we will see best free wordpress plugins for programming blog website. These wordpress plugins we can use to enhance the performance as well as for user prospective. These top wordpress plugins choosen from wordpress repository which is 100% free to use. Inside a wordpress website, plugins are one of the … Read more

How to Download with Countdown Timer in WordPress

How-to-Download-with-Countdown-Timer-in-WordPress

Most web applications provides a download timer button to download any content from site. Inside this article we will see How to download with countdown timer in wordpress. We will add a download button in wordpress site, when someone clicks on it to download content. It will show a timer and then download … Read more

How to Use & Work with jQuery UI in WordPress

Work with WordPress and jQuery UI

WordPress is the powerful CMS of PHP language. There are several features which makes flexibility to users to work and control the flow of application. WordPress have 10000+ available plugins at wordpress repository which manages wordpress for every functionality. jQuery UI is a set of plugins which creates amazing effects, themes, widgets built … Read more

An Introduction to WordPress Global Variables Tutorial

Wordpress Global Variables

WordPress is an open source PHP based CMS. CMS stands for Content management system. It provied the flexibility to users to build dynamic websites, portals, online store, blog etc. Inside this article we will see complete information of wordpress global variables from basics. WordPress Global Variables are pre-defined variables found throughout the WordPress … Read more

Learn WordPress CRUD Tutorial with wpdb Object

Wordpress Global Object with Database

In this article we will see about insert, update & delete data into wordpress database table. In the previous articles we discussed about global wordpress database object, wordpress methods like get_var, get_row, get_col & get_results to select data from table into different different formats. WordPress manages it’s database very well. It takes care … Read more