WooCommerce: Adding the Product Short Description to Archive Pages

What You’ll Be Creating WooCommerce comes bundled with archive pages and loops that do a great job, but sometimes you might need to display a bit more information on your main shop and other archive pages. In this tutorial, I’ll show you how you can add the product short description to your archive pages and display it… Continue reading WooCommerce: Adding the Product Short Description to Archive Pages

How to Create, Write, Read, and Delete Files in PHP

In this tutorial, we are going to learn file handling in PHP. I’ll show you how to create, read, write, and delete files in PHP by using the built-in file handling functions. File handling is something that you will need to do very often as a PHP developer. You could use PHP file handling functions… Continue reading How to Create, Write, Read, and Delete Files in PHP

How to Build an SEO Tool from Scratch

A quick Google search of the term “SEO tools” will give you a list of countless apps and software all claiming to help you get higher rankings. For SEO specialists and digital marketers, this can be both good and bad news. Good, because it’s a sign that the industry is constantly evolving. Bad, because finding… Continue reading How to Build an SEO Tool from Scratch

Getting Started with CSS Grid Layout ― Scotch

Introduction CSS Grid Layout allows us to construct custom grids with more flexibility and control than ever before. Grid Layout gives us the ability to divide a webpage into rows and columns with simple properties. It also allows us to position and size each element inside the grid using CSS only, without any change to… Continue reading Getting Started with CSS Grid Layout ― Scotch

10 Pure CSS3 Tutorials And Examples

CSS3 tutorials are the great help for web designers and web developers. With the help of CSS3 tutorials, designers and developers can easily make their website designs more attractive and eye-catching. In this collection, we are going to showcase pure and latest CSS3 tutorials and examples for you. We are sure all these wonderful and… Continue reading 10 Pure CSS3 Tutorials And Examples