tutorial

Blogging with WordPress

Blogging with WordPress | WordPress 101 Members Public

Welcome back to WordPress 101 series. In this series, we’re learning the basics of WordPress. WordPress is used to create all types of websites such as eCommerce, Forums, Social networking sites, etc. But majorly, WordPress is known for blogging. It hosts the majority of blogs on the Internet. Blogging

sohail
sohail
WordPress 101
wordpress homepage setting

Structure & Design WordPress Homepage | WordPress 101 Members Public

Welcome back to WordPress 101 series. WordPress 101 series aims to teach WordPress CMS to beginners. In this article, we will learn to better structure and design the website homepage with WordPress. Homepage is the main page on your WordPress site. If better designed and structured, your website’s homepage

sohail
sohail
WordPress 101
what is headless server

What Is Headless Server Members Public

You may have heard of the headless server. A headless server is simply an operating system installed on a computer without a monitor, mouse, keyboard, and other peripherals. One can make a server a headless server by connecting it to a network and removing the monitor, mouse, keyboard, and peripherals.

sohail
sohail
Reviews
WordPress Menus

WordPress Menu Members Public

Welcome back to WordPress 101 series. The series is dedicated to teaching WordPress CMS to WordPress beginners. If you have any questions, let me know in the comment section below. In this article, we will learn to structure menu(s) in a WordPress site. Menu(s) is an important part

sohail
sohail
WordPress 101
WordPress themes

WordPress Themes | WordPress 101 Members Public

Welcome back to WordPress 101 series. If you are new to WordPress, follow our series WordPress 101 from the beginning to learn WordPress basics in detail. This article will discuss how to find, install, and set up perfect WordPress themes for your site. WordPress themes Several WordPress features make it

sohail
sohail
WordPress 101
WordPress posts vs pages

WordPress Post Vs. Page | WordPress 101 Members Public

Welcome back to the WordPress 101 series. In this series, we are discussing the basics of WordPress for new WordPress users. In this article, you’ll learn the differences between WordPress post vs. page. Often new users get confused between WordPress posts and pages. I remember my cousin created more

sohail
sohail
WordPress 101
WordPress Dashboard settings

WordPress Dashboard & Settings Page | WordPress 101 Members Public

WordPress dashboard is an important page for website administrators. In this article of the WordPress 101 series, we will learn to read and customize the WordPress dashboard. If you do not know to set up WordPress, we have written a detailed guide on how to install WordPress – Step By Step.

sohail
sohail
WordPress 101
Create classes and functions in Laravel

Create Custom classes And functions in Laravel Members Public

PHP is an object-oriented programming language, and we can define classes and functions like any other OOP language. Laravel is a PHP framework and provides great advantages over other PHP frameworks. We can easily import Laravel classes anywhere in the application. It is equally easy to do if you are

sohail
sohail
Programming