How to Run Background PHP Script on WordPress with WP-Cron
WP-Cron is a feature of WordPress used to schedule tasks with recurring time periods. The tasks can be easily defined in few steps.
WP-Cron is a feature of WordPress used to schedule tasks with recurring time periods. The tasks can be easily defined in few steps.
Developing your website with WordPress is fun because it provides a lot of features in-built. It requires very little or in many common cases zero technical knowledge. This is the beauty of WordPress. Along with the in-built features it’s functionality can be enhanced with the use of thousands of plugins available. These plugins are built …
How to Develop Custom Shortcode in WordPress with PHP Read More »
As a WordPress developer it is the most common thing to add custom fields to a WordPress post. This post is going to give you the most easy and common way to add a custom field to WordPress post. The biggest benefit of this method is that you can add the field to any post …
Easiest Way to Add Custom Fields in WordPress Post Read More »
Have you ever tried to run an e-commerce store? If yes, you might have stumbled with WooCommerce somewhere. This is because WooCommerce is an open source plugin of WordPress to convert your WordPress site into an e-commerce store without separately creating a new website. Here I am going to write a little bit about my …