WordPress
Introduction
WordPress is a content management system (CMS) that is functions primarily serve our homepage to users that would like to get help or discover more about the program. It's a very powerful platform that grants administrators creative freedom over whatever they want on their website.
Installation
The installation for WordPress is really simple. All you have to do is download the compressed file for the installation and extract it in the directory that you'd want to install it to. You can either download it from their website here or alternatively you can download it using wget
. The command would be sudo wget https://wordpress.org/latest.tar.gz
on UNIX systems (if you're using aptitude for your package manager.) Once you've downloaded the file, run sudo tar -xzvf latest.tar.gz
to extract it.
.
Once you've downloaded and extracted the file, visit your web server to continue with the installation process. The rest of the instructions are on the page of the web installer.
Management
WordPress was created with the user's experience in mind. The dashboard is very intuitive, and the community is large enough to have answers to most questions/problems. In order to manage a WordPress powered website, you need to use the admin dashboard. In order to get to it, go to the WordPress installation's root directory and then navigate to the /wp-admin
directory (i.e. website.com/wp-admin). From there, you can edit posts, the theme, pages, plugins, and more. If you don't know how to do something, Google it! The WordPress community has been around since 2003, so your question has most likely been asked and answered before.
Logging In
In order to log into WordPress, go to website.com/wp-admin (replace website.com with your domain).
Creating Accounts
If you need to create an account, go to Users → Add New from the WordPress dashboard. From there, fill out all of the information for the new account and press the Add New User button.
If you need to edit any of the users (change username, reset password, etc), navigate to Users → All Users and click on the one that you need to modify.
Adding Menu Items
Before you can add an item to your primary menu, you need to have a new (or preexisting) page. If you need to create one, go to Pages → Add New and create it. Once it's created, navigate to Appearance → Menus and draw your attention to the Add Menu Items section. Find your new page in the list and click on the checkbox and click Add To Menu.
Editing Page Contents
lksjdfladsjf
Adding/Modifying Themes
adfadfasdf
Uploading Images
ldkfjalkdfj
Troubleshooting
f after an installation you get prompted for FTP credentials, add the following line to the wp-config.php file in the directory that WordPress was installed
define(“FS_METHOD”, “direct”);