Category: WordPress 101

What is WordPress Child Theme?

A WordPress Child theme is essentially a theme that fully inherits the styles and functions of the parent theme. WordPress will first check to see if a template file exists in the child theme, if not, then it will pull from the parent theme. A child theme is the safest way to modify a WordPress theme without making any changes...

How to Recover a Lost Password in WordPress?

If you forget or lost the password in WordPress you don’t need to worry about it. We can easily recover the lost password. In WordPress, there are many options to reset the password. Normally, the easiest way to reset it through the WordPress built-in system “Lost your password?”. Recover Lost Password in WordPress by e-mail The easiest way to recover...

8 Common Mistakes Beginner WordPress Users Make

As a beginner, it is always tough to make choices from the elements for building a website. You would take a look at the references or follow the steps given in a tutorial before starting to build it. WordPress is a popular choice amongst developers or beginners to start a website upon. According to a statistic report, 34% of the...

Add Images in WordPress Using Media Library

To add images in WordPress you need to follow a few simple steps. The steps will be familiar and easy if you know WordPress Dashboard options. If not then it will be a bit difficult but don’t worry we will guide through it. So the very first thing to do will be the installation of WordPress in a server and activating theme as well...

Tutorial : How to create a Ajax Form in WordPress

WordPress Ajax stands for Asynchronous JavaScript and XML. This helps us to load data from the server without refreshing browser page. Ajax is the technique for creating better, faster and more interactive web application with the help of CSS, XML, JavaScript, and HTML. How to create a contact form using WordPress Ajax? 1. Create an HTML Form At first, let’s...

How to create a Custom Post Type without using a plugin in WordPress

Here, you will learn to create a custom post type without using a plugin in WordPress. What is Custom Post Type? A custom post type is a new post type that is customizable according to your preferences. When custom post type is created, it is stored at table (wp_posts) in database. By default, there are five post types which are already available...

How to install a Plugin in WordPress

Here you will learn to install a plugin in WordPress” which is an essential process to follow by every WordPress users. Different WordPress plugins provide varieties of additional functionalities to your website. Before going through the whole process of Plugin installation, take a look at “how to install WordPress in localhost server”  and “how to install WordPress theme“. What is...

WordPress Posts vs Pages: Basic Differences

In this article, we are going to take a look at WordPress Posts vs Pages. We know that WordPress is a free, open source content management system. It covers 60 million websites throughout the world. Consisting of the powerful features of a plugin architecture and a template system, WordPress is one of the popular content management systems, also a blogging...

How to install WordPress theme

New to WordPress and don’t know how to install WordPress theme? No need to worry! Today in this tutorial, we will show the easy steps to find, install and activate WordPress theme. You don’t have to be a tech guru, little knowledge of computer and internet is enough. So, buckle up your seatbelt as we will be taking you to...

How to install WordPress in localhost ?

WordPress is one of the best platforms to create sites as well as easy to use. The most flexible part of WordPress is even a non-coder can create a site with the themes and plugins available. A lot of beginners ask questions about how to install WordPress in localhost as well as other servers. Sometimes they simply face difficulties in...