WordPress

Create WordPress Plugin from Scratch – Beginner Guide

Create WordPress Plugin from Scratch: WordPress is the most liked and popular CMS blog system. It has huge extensibility and ease to manage. Even a user who does not have programming skills, can easily manage WordPress hosted website. Using different plugins, we can enhance WordPress site functionality. Add new features using plugin management module.

How to Create Custom Widget in WordPress Theme Step by Step

Do you want to add custom functionality in your WordPress theme. WordPress Widget is perfect solution for it. Although WordPress has in-built Text Widget area, where you can place HTML code along with CSS and JavaScript. But if requirement is something else, than you need custom widget to fulfill it.

How to Use Custom Thank You Page in Woocommerce

In this post we will explain you how to use custom thank you page in WooCommerce, So the customer will redirect your specific thank you page after purchase completed. For achieve this task we can use WooCommerce hook wc_custom_redirect_after_purchase.