Wordpress
[unchecked revision] | [unchecked revision] |
Line 10: | Line 10: | ||
| site = http://WordPress.org | | site = http://WordPress.org | ||
}} | }} | ||
− | WordPress is a widely used blogging platform and, more recently, a | + | WordPress is a widely used blogging platform and, more recently, a CMS. It's written in PHP and it's widely customizable with thousands of plugins and themes. |
== Installation == | == Installation == | ||
− | |||
− | + | First of all, you need to download the latest version of WordPress from the [http://WordPress.org official site]. When that is done you have to extract the archive and upload the files using [[How to use FTP|FTP]]. If you want to have your blog in the root of the domain, upload all files to public_html. If you rather have it in a folder, subdomain or an addon domain, rename the folder of the extracted archive to something of your choice, like blog, and upload that folder to your public_html folder (make sure there isn't a folder in the folder, the php files etc should be visible when you go inside the "blog" folder). Point subdomains or addon domains to this folder. | |
− | == Plugins and themes | + | |
+ | Now when all the files has been uploaded, navigate to the files in your browser. You will be redirected to the WordPress installation. Follow trough the steps, fill in your [[How to use MySQL|MySQL]] database information and other details it asks for. When this is done, you have your own blog! | ||
+ | |||
+ | == Plugins and themes = | ||
There are lot of plugins, addons and themes for WordPress located on the WordPress site. When installing a plugin, you need to upload the files to the wp-content/plugins directory. Themes goes into the wp-content/themes directory. | There are lot of plugins, addons and themes for WordPress located on the WordPress site. When installing a plugin, you need to upload the files to the wp-content/plugins directory. Themes goes into the wp-content/themes directory. | ||
== Tutorials == | == Tutorials == | ||
− | == Related links | + | == Related links = |
− | * [[How to use FTP]] | + | * [[How to use FTP]]= |
− | * [[How to use | + | * [[How to use MySQL]] |
− | == External links | + | == External links = |
− | * [http://WordPress.org WordPress official site] | + | * [http://WordPress.org WordPress official site]= |
* [http://WordPress.org/extend/ Plugins and themes] | * [http://WordPress.org/extend/ Plugins and themes] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] |
Revision as of 08:38, 4 August 2010
WordPress | |
![]() The WordPress logo | |
Type | blog, CMS |
---|---|
Stable version | 3.0.1 |
Installation level | easy |
Cost | free |
License | GPLv2 |
Site | http://WordPress.org |
WordPress is a widely used blogging platform and, more recently, a CMS. It's written in PHP and it's widely customizable with thousands of plugins and themes.
Contents |
Installation
First of all, you need to download the latest version of WordPress from the official site. When that is done you have to extract the archive and upload the files using FTP. If you want to have your blog in the root of the domain, upload all files to public_html. If you rather have it in a folder, subdomain or an addon domain, rename the folder of the extracted archive to something of your choice, like blog, and upload that folder to your public_html folder (make sure there isn't a folder in the folder, the php files etc should be visible when you go inside the "blog" folder). Point subdomains or addon domains to this folder.
Now when all the files has been uploaded, navigate to the files in your browser. You will be redirected to the WordPress installation. Follow trough the steps, fill in your MySQL database information and other details it asks for. When this is done, you have your own blog!
= Plugins and themes
There are lot of plugins, addons and themes for WordPress located on the WordPress site. When installing a plugin, you need to upload the files to the wp-content/plugins directory. Themes goes into the wp-content/themes directory.