WordPress Tutorials Compilation Here are the list of our WordPress Lessons and Tutorials Introduction to WordPress Content Management System Installing WordPress on WAMP server WordPress Dashboard How to Add User Account in WordPress Managing Posts in WordPress Managing Categories in…
Tag: Web Development
PHP-MySQL Lesson: UPDATE statement
UPDATE statement In this lesson we are going to write a PHP script that updates records in MySQL database using the UPDATE statement. Parameter of UPDATE command: UPDATE – Performs an update MySQL query SET – Updates (assigns new value…
Managing Plugins in WordPress
WordPress: Managing Plugins Plugins are tools to extend the functionality of WordPress. Manage plugins: 1. Login to your WordPress site using the administrator account. 2. Click Plugins in the Plugins tab in your dashboard to go to the Plugins administration…
How to modify site information in Drupal
Drupal: Site Information In this lesson we are going to learn how to change our site details information such as site name, email and slogan. Updating site information: 1. Login to your Drupal site using the administrator account.
How to make your Drupal site Offline
Drupal: Site Maintenance In this lesson we are going to learn how to turn the site in offline mode. Whenever you perform maintenance or upgrading your site sometimes you need to turn your site offline. You can display message to…
WordPress Tutorial – Managing Widgets
Managing Widgets in WordPress In this tutorial you will learn how to manage and customize your widgets in WordPress. A widget is a small box of content, dynamic or not, that shows up somewhere on a widget-enabled site. Often, that…
WordPress Tutorial – Managing Themes
WordPress: Managing Themes Themes are also called Templates of layout of your site. It gives your site the look, style and design. WordPress allows you to change the style of your site without knowing how to code in HTML and…
WordPress Tutorial – Managing Pages in WordPress
WordPress Tutorial – Managing Pages in WordPress In this lesson we are going to learn how to manage Pages in WordPress. Pages are similar to posts however pages are more static and aren’t generally expected to change that much. Creating…
Joomla Tutorial – Creating Articles
Joomla Tutorial – Creating Article In this lesson we are going to learn how to create an Article in Joomla. Here are the steps in creating an Article in Joomla: 1. Login first in the backend site of Joomla or…
How to create a Blog Post in Drupal
Creating blog post In this lesson we are going to learn how to enable and start creating blog post in Drupal. How to enable the blog module: 1. Login to your Drupal site using the administrator account. 2. Click Modules…