+3 votes
161 views
in CMS by (242k points)
reopened
A look at the most used WordPress concepts

1 Answer

+4 votes
by (1.6m points)
edited
 
Best answer

Backend and Frontend
Core
Label
FTP
MySQL
Permalinks
PHP
Plugins
Topics
Widgets

image

A look at the most used WordPress concepts

WordPress is the ideal solution to take the first steps in creating your own website or blog. Its large community of users is a great help to experts and those without much technical knowledge. Its installation is simple, its interface is intuitive and the management of web pages created with this software is easily extensible. However, the large number of forums, videos, tutorials and instructions are hardly applicable if you are not familiar with the basic WordPress glossary. To avoid confusion when creating a website with WordPress, we have compiled the vocabulary that every WordPress user should know..

Backend and Frontend

Two fundamental concepts that are part of the WordPress glossary are: Backend and Frontend. Does every content management system, as well as any software to create blogs have a data access layer and a presentation layer? Backend and Frontend, respectively . Frontend refers to the part of the web design in the foreground, that is, what users see. All visible content, background, and layout are included here. For its part, the Backend is not visible to the user and its access is limited only to the webmaster. The Backend refers to the programming of the web, including the technical aspects of the design.

Core

If you talk about the core , you are referring to the real core, that is, the structure that supports a WordPress installation. When downloading the blog system, the user will find all the base content. A web page is then created when its core is complete? that is, once themes and plugins have been adapted and installed and their respective contents have been created..

Label

Can the articles published with WordPress be identified and ordered under tags? also known as tags. These tags are responsible for making it easier to classify and organize information, for example for individual topics. The use of tags is optional .

FTP

FTP (File Transfer Protocol) is a data transfer protocol . This is used to exchange files between different computers, regardless of the operating system. Data upload and download can be controlled through the browser or specific programs such as FileZilla. WordPress users need to use FTP whenever they want to move locally stored files to web space? for example, when migrating a server or creating backups..

MySQL

MySQL is a database management system, offered by most Internet providers as a database on the server itself. To create, process and access a database, is it necessary to use systems like MySQL? which is also the basis for any dynamic web page. Without a database management system it is not possible to create a WordPress blog.

Permalinks

Permalinks are hyperlinks that link permanently to a specific article on a website or blog. The structure of these links is defined in the WordPress administration area. There you can use the name of the article to generate the link, number the contents or create a specific ID for identification.

PHP

PHP is a programming language with which the content of a website is developed. WordPress is based on PHP. Due to the extensive database of support and connectivity records, as well as the wide availability of function libraries, PHP is one of the most used programming languages ​​in the world.

Plugins

With the help of so-called plugins or add-ons, the user can add additional functions to his website, and expand or modify the core . Installing, managing, deactivating or deleting plugins is done through the administration area? like all its updates. In the plugin directory, the user finds an overview of all available plugins.

Topics

Themes are design templates for websites created with WordPress, also known in English as design templates. WordPress offers a large selection of free themes? as well as payment? that fit the needs of small blogs or large business projects. Users can activate a new theme in the "Design / Themes" section. WordPress also allows the creation of individual themes or the customization of an existing one; where knowledge of HTML, CSS and PHP are very useful.

Widgets

Widgets are individual elements that can be integrated into the sidebar or footer of a website. Among the most used widgets are the calendar, an announcement with new products or the text field in the search function. The widgets are managed in the administration area, and their position on the web can be modified with Drag & Drop.


...