WordPress Tutorial – Managing Categories in WordPress In this lesson we are going to learn how to Manage Categories in WordPress. Categories are used for grouping post topics. Creating Categories: 1. Login to your WordPress site using the administrator account.…
Tag: Web Development
How to Manage Contents in Drupal
How to Manage Contents in Drupal In this lesson we are going to learn how to Manage Contents in Drupal. Creating Content: 1. Login to your Drupal site using the administrator account. 2. Click Content in the toolbar to go…
Joomla Tutorial – Creating Section
Creating Section in Joomla In this lesson we are going to learn how to create a Section in Joomla. Section in Joomla is container in which you can manage your categories. You must first create a section in order for…
How to Manage Menus in Drupal
Manage Menus in Drupal Menus are a collection of links used to navigate a website. The Menu module provides an interface to control and customize the powerful menu system that comes with Drupal.
PHP if…else…if statement
PHP if…else…if statement if…elseif….else statement – use this statement to select one of several blocks of code to be executed. The if…elseif….else statement This statement is used to select one of several blocks of code to be executed. The if..else…
PHP if statement
PHP if statement – this statement is used to execute a specific programming code if a specified condition is true. The if statement Used to execute a specific programming code if a specified condition is true. An if statement can…
How to Install Modules in Drupal
Installing Modules in Drupal In this lesson we are going to learn how to install a Module to add functionality in our Drupal site. Modules in Drupal can provide a wide range of additional functionality to your site. You can…
The Frontend and Backend of Joomla
Joomla Frontend and Backend After you have successfully installed your Joomla site on your local computer, you actually have to sites and these are: Site Frontend (the public site) – it is where your visitor see, interact and navigate with…
How to Manage Themes in Drupal
Manage Themes In this lesson we are going to learn the process of changing the looks of your Drupal site by changing and installing new themes. Changing a theme: 1. Login to your Drupal site using the administrator account. 2.…
How to Add User Account in WordPress
Adding User Account in WordPress In this lesson we are going to learn how to create user accounts in WordPress. To add user account: 1. Login to your WordPress site using the administrator account. 2. Click Add New in the Users tab…