The Microsoft Visual Studio Code Command Palette

What is the Command Palette? The Command Palette provides access to many commands. You can execute editor commands, open files, search for symbols, and see a quick outline of a file, all using the same interactive window. Here are a few tips: Ctrl+P will let you navigate to any file or symbol by typing its name. …

The Microsoft Visual Studio Code Command Palette Read More »

How to Manually Install and Delete a WordPress Website via cPanel 2022

Get the WordPress files. Go to the WordPress website. Click the Get WordPress button. Click the Download WordPress button. The WordPress ZIP file has been downloaded. Create an empty database. There are a few different ways to do this. We are going to use the MySQL Database Wizard. Log into cPanel. Click on the MySQL …

How to Manually Install and Delete a WordPress Website via cPanel 2022 Read More »

How to Set up a Local WordPress Website in Microsoft Visual Studio Code (Halloween 2022)

I am assuming that Microsoft Visual Studio Code and the PHP Server extension are installed. Go to http://localhost/phpmyadmin and create a new database. You will also need the database username and password. Open VS Code and start Live Server. Start PHP Server. In a browser, go to http://localhost/phpmyadmin/. WordPress needs a database. If you haven’t …

How to Set up a Local WordPress Website in Microsoft Visual Studio Code (Halloween 2022) Read More »

Scroll to Top