Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 3.22 KB

wordpress.md

File metadata and controls

42 lines (24 loc) · 3.22 KB

What is Wordpress?

Wordpress is a free and open-source content management system (CMS) based on PHP and MySQL. It is the most popular CMS in the world, and is used by millions of websites.

Features

  • Themes: Customize the look of your website with themes.
  • Plugins: Extend the functionality of your website with plugins.

Setup

Installation

🧑‍🎓 Digital Ocean - Setup Wordpress with Nginx

Initial Setup

🔗 Wordpress Introduction

Configuration

One of the most important files in your WordPress installation is the wp-config.php file. This file is located in the root of your WordPress file directory and contains your website’s base configuration details, such as database connection information.

🗃️ Wordpress Reference Configuration of wp-config

CLI

You can also use the Wordpress CLI to manage your Wordpress installation. The CLI is a powerful tool that allows you to manage your Wordpress installation from the command line. You can use it to install plugins, themes, and even update your Wordpress installation.

🔗 Official Wordpress CLI Documentation

🧑‍🎓 Wordpress CLI Guide