Web Development

Discover the world of web development through our comprehensive guides. Learn about HTML, CSS, JavaScript, and popular frameworks like React and Angular. Stay up-to-date with the latest trends and best practices in front-end and back-end development. Unlock your coding potential and create captivating websites with our Web Development resources.
Posted by

How to create a custom order status in woocommerce!

Woocommerce has 7 order statuses the moment you install it in your wordpress website(pending, failed, on-hold, cancelled, refunded and completed). These statuses are enough for an ecommerce website’s order processes...

Posted by

How to install phpPgAdmin

phpPgAdmin is a database administration tool dedicated for PostgreSQL, much like phpmyadmin for mySQL. It’s a great tool which will help you manage your database without installing other client app...

Posted by

Woocommerce product is not purchasable

This issue often to happen when you add a product programmatically. Probably the third party api source where the product are coming, have an empty price.To fix it, you just...

Posted by

Passing variables to get_template_part

This is about how to pass variables inside the file being used from get_template_parts function of wordpress. There are other ways to pass it and the common was making a...

Posted by

How to enable session in lumen 5.4

You can just use the laravel but you choose lumen simply because the app you're about to build only needs a minimal features but the problem is, the session has...