Skip to main content

Wordpress

What is a CMS?

content management system or CMS for short is an application with the ability to create, modify and publish digital content. In most cases, it also supports multiple users, allowing them to work in collaboration.
For example, in WordPress it is possible to create several administrative users, each one having different privileges. Content management systems also include text and formatting features, the ability to upload videos, photos, audio, maps or even your own code.
  • A content management system consists of two major components:
  • content management application (CMA) : - The CMA can be referred to as the graphical user interface (GUI) that lets a user create, modify, remove and publish content without ever needing to have knowledge of HTML or programming languages.
  • content delivery application (CDA):- The CDA is responsible for the back-end services that manage and deliver content after it is in the CMA.

Other features worth mentioning are :-

  • SEO-friendly URLs
  • Online support and communities
  • User/group functions
  • Various templates and designs
  • Installation wizards and upgrades/updates

The three most popular content management systems in the world are WordPressJoomla, and Drupal.

Comments

Post a Comment

Popular posts from this blog

WordPress - Dashboard

  WordPress - Dashboard The WordPress Dashboard is a first screen which will be seen when you log into the administration area of your blog which will display the overview of the website. It is a collection of gadgets that provide information and provide an overview of what's happening with your blog. You can customize your needs by using some quick links such as writing quick draft, replying to latest comment, etc. Dashboard can be categorized as shown in the following snapshot. Each of these categories are discussed in the following sections − Dashboard Menu The WordPress Dashboard provides navigation menu that contains some menu options such as posts, media library, pages, comments, appearance options, plugins, users, tools and settings on the left side. Screen Options The dashboard contains different types of widgets which can be shown or hidden on some screens. It contains check boxes to show or hide screen options and also allows us to customize sections on the admin screen. ...