WordPress Tutorial
WordPress Tutorial for beginners to learn WordPress online.
WordPress is the world’s most popular website CMS and blogging system that runs on PHP and a MySQL database. It is an open source software you can use to create a beautiful website or blog.
WordPress Tutorial covers WordPress basics, Installation, Dashboard, Posts, Pages, Menus, Themes, Plugins, Functions, and APIs.
In this online WordPress course, you will learn how to use WordPress to create your website step by step. You will also find useful exercise, codes, Interview Questions to enhance your knowledge at the end of the most chapters.
WordPress Introduction
What is WordPress? WordPress is open source web publishing software you can use to create a beautiful website or blog. It is a content management system (CMS) based on PHP and MySQL….
WordPress Installation
WordPress installation is an easy process as it includes a few simple steps. Steps to Install WordPress on Localhost/Xampp This tutorial will guide you with WordPress installation on localhost Download the latest…
WordPress Frontend & Backend
As WordPress is a Content Management System; it allows us the management (creation and modification) of website content. Where WordPress manage its content? The answer is: using “WordPress Backend” WordPress Frontend &…
WordPress Dashboard Screen
In this tutorial, we will provide an overview of the WordPress Dashboard Screen. It is also known as WordPress Admin Panel and Backend. WordPress dashboard enables you to control the content of…
WordPress Dashboard Overview
WordPress dashboard allows you to manage the content of your website. In this tutorial, we will quickly learn about the various tools available in the WordPress dashboard admin area. Dashboard – Home:This…
WordPress Posts
WordPress allows two type of content sections, Posts & Pages. You can add content in the form of posts or pages depending on your requirements. WordPress Posts:WordPress posts are such kind of…
WordPress Pages
WordPress provides you two kinds of sections to manage content: Posts & Pages. WordPress Pages:WordPress pages section is a static kind of content that we once add and forget. You do not…
WordPress Themes
A WordPress theme is a collection of files that defines the design of a WordPress website. WordPress theme contains PHP code, CSS styles, JavaScript and few other kinds of files to create overall…
WordPress Top Theme List
A WordPress theme is a group of files that defines the overall structure and design of a WordPress website. In this tutorial, we will provide a list of Popular WordPress themes, which you…
WordPress Plugins
WordPress plugins are used to add features and functionality in WordPress website. WordPress Themes mainly take care of website structure and designs while plugins extend the functionality of the website. You can…
WordPress Top Plugins List
There are more than 50,000 plugins available in WordPress official plugin directory. You can also found thousands of plugins on third party websites. Then, how can you choose the best plugin for…
WordPress Development
You can simply create a website in WordPress CMS even if you do not know coding and programming. You can find various themes for frontend design and a lot of plugins for…
WordPress Loop
WordPress Loop is a PHP code to fetch and display posts in WordPress themes. Learn how to use WordPress Loop, or The Loop with example here.
WordPress Custom Post Types
WordPress Custom Post Types (CPT) creates different types of content like Posts & Pages. Learn Custom Posts using register_post_type() here
WordPress WP_Query Class
WordPress WP_Query Class is used to fetch content based on custom queries & parameters. See WP_Query example to fetch n Number of Posts here.
WordPress Register Sidebar
How to create custom WordPress Sidebar using register_sidebar() and display widgets using dynamic_sidebar() function. Learn with example.