Wordpress installation & theme design
Here is my process wordpress site creation. I cover installation, configuration, and theme creation. I also give some websites and references recommendations. This article intent to give a good start for new wordpress developers.

We love Wordpress by http://inphotos.org
Resume:
- Requirements
- Wordpress installation
- Tools configuraiton
- Let’s go for the creative part
- Themes creation snippets references
- Tips & Tricks
- References
Requirements:
- Local server development start with: MAMP or LAMP or WAMP
- Wordpress last version : checkout Note: MAMP and WAMP solution proposed here are intend for test environment only.
After the installation of one of the webserver solution profosed, insure that all services are started (Apache and MySQL and PHP).
Wordpress installation:
- Extract Wordpress-version-lang.zip in your project folder (ie: C:\wamp\www\my_wordpress)
- Browse to http://localhost/ and select your project in the Projects section.
- It’s time to create a MySQL database with phpMyAdmin.
- Follow installation instruction.
Tools configuration:
- First, update your admin password and information account for security. Chose a strong password for the admin account.
- Turbo boost needed ? If you work on a remote webserver, you should really activate that option in top right corner.
- Update generals configuration information.
- Active Akismet plugin and get an API-Key to filter spams.
- Install some useful plugins : mailpress, Contact Form 7, Google Analytics, WP Super Cache, NextGen Gallery, WP Magnify
- Configure those plugins.
Let’s go for the creative part now!
- Go to the Apparence menu and search for basic design and install one.
- Themes file are installed here in C:\wamp\www\wordpress\wp-content\themes.
- Make a backup of your theme fordel before editing.
- You can now edit index.php and style.css to make your own website.
Theme creation snippets references:
For the webdesigner out there our need quick php references, go here
Mainmenu (header.php)
<div id="mainmenu">
<ul>
</ul>
</div>
Wordpress base template creation steps:
- Page structure creation.
- Contact form.
- Bad request page setup.
Others cools stuff to check out:
- Checkout comment system privileges
- Form creation for subscription
- Poll creation
- Web Gallery of events
Others cools stuff to check out:
- Checkout comment system privileges
- Form creation for subscription
- Poll creation
- Web Gallery of events
Wordpress References:
http://wordpress.org/extend/plugins/download-monitor/
http://codex.wordpress.org/Function_Reference
http://www.noupe.com/wordpress/powerful-cms-using-wordpress.html
http://ekinertac.com/?p=259
Design references:
http://www.progressivered.com/cu3er/
http://kuler.adobe.com/
| Print article | This entry was posted by Keven M. on November 10, 2009 at 10:59 pm, and is filed under CMS, Wordpress. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |