Plesk

Backend

Backend refers to the system configuration area of an application such as a CMS. So, for WordPress for example, the WordPress backend is the administrator area of WordPress where you add content, users, and customize the CMS by installing plugins and themes. Another name for the WordPress admin area is “wp-admin”, thanks to the URL used for this section.

What can you do in the backend section of WordPress?

Logging in to the admin section in WordPress is simple – simply add “/wp-admin/” at the end of your domain name. You’ll find the following sections in the WordPress administrator area:

Note that because WordPress is so customisable you might also find that the WordPress backend may look very different from one instance of the CMS to another – you can find very different settings and options in the WordPress backend depending on how WordPress is configured.

Across the content in your site you will notice that we use the word “backend” as part of another phrase a lot – backend language, backend developer etc. We’ll now look at what these phrases mean.

What backend developer means

The tech that makes your site work efficiently and properly is developed by a backend developer. These developers are specialists in the use of databases, scripts, APIs and various other systems that all work together to make your website work.

Backend languages

Applications, databases and servers all have to communicate with each other – and the languages that facilitate this communication are called backend languages. Backend developers are able to use server-side application languages such as Java, .NET, PHP, Python and Ruby.

The languages used for backend development combine with databases such as SQL Server, Oracle and the popular MySQL so that data can be found, saved and edited from the front end of your website. In the case of WordPress, JavaScript and PHP are the two key backend languages. Developers use these languages to store and organise website data by communicating with the WordPress database.

Understanding backend development projects

Websites often require extensive planning – and this planning is divided up into front-end planning, back-end planning and of course all the other elements such as design, SEO and content. The back-end planning looks at the nuts and bolts behind the website – setting up the website infrastructure.

Distinguishing between back-end and front-end

Your users will never see the back-end area of your website: in other words, it is at the back – working behind the scenes on your website. Only the people who manage your site will get access to the back-end, and perhaps some other registered users too. On the other hand the front-end of your site is the part of your site seen by the public: it’s the reason your site exists, to show content to the public.