Posts

Deleting or Closing WordPress Post Versions

/
WordPress has a feature called post versions.

PHP Lesson 3 – Data Types

/
In PHP, as in other languages, there are different types of data…

PHP Lesson 2 – Variables

/
The simplest definition of a variable is to store the data we want…

PHP Lesson 1 – What is PHP?

/
PHP is a server-side programming language. 1995…

Adding Infinite Scroll to WordPress Theme Without Plugin

/
In this article, I will tell you how to use WordPress theme without using plugins…

Sending the File Uploaded with the Form by Attaching it to the Email

/
Note: The class has been updated since I wrote this post…