How to Install and Style WordPress 2.5

It will quickly be time to redecorate my website for the “net 2.0 Age.” I have severely looked at two platforms, Drupal and Joomla, with which to accomplish this. Drupal and Joomla offer complete programs that, in the case of Drupal, consist of a weblog and forum as middle modules. These systems can be finished through CSS (Cascading Style Sheets) and Hypertext Preprocessor (Private Domestic Web page or Php: Personal home page) code modifications. But, those systems are complicated, and getting to know sufficient to put in, manipulate, and customize these platforms can be a frightening assignment.

Read More Articles :

After studying the two systems, including using them each on my take look at bed platform and the Internet, I decided to test WordPress as a probable option for my future web desires. I was amazed to find out that the trendy model of WordPress is straightforward to put in, easy to apply, and easy to subject matter. I can describe how to set up and customize WordPress 2.5 in this article.

Install WORDPRESS IN Five clean STEPS

(1) Download WordPress

The primary installation step is to Download WordPress. I created a directory on my Computer known as “WordPress,” where I gather the documents and pix I can use for my WordPress installation and customization. As soon as the download was completed, I saved the the.Zip report.

(2) Unzip WordPress

After saving the document, I opened it with the zip/unzip software I took advantage of and decided on all the documents. Because I could be testing and modifying WordPress locally, I “extracted” the files to the foundation listing of the Apache server I use for my Computer test mattress.

If I had been going to put WordPress “for real” on a live internet web page, I might have used an FTP patron to upload the the.Zip file to the favored directory at my website hosting carrier and unzipped the record there. Firefox has a high-quality and *loose* FTP customer, FireFTP, that can be used for the ad.

(3) Create the Database

At this factor, the WordPress database needs to be created. WordPress requires a database to save the website content material and different statistics. I exploit MySQL for my database server on my Computer, looking at the mattress, and on my stay websites. I take advantage of phpMyAdmin as an interface to MySQL.

Growing the database is clearly simple with the usage of phpMyAdmin. I simply begin phpMyAdmin, enter the database name, and hit the “Create” button. WordPress will create the tables it needs inside the database.

(4) Create wp-config. Hypertext Preprocessor Install  Style  WordPress

WordPress needs to understand how to get the right of entry to the database As soon as it’s been created. That is what the wp-config.Personal home page report is for. WordPress includes a piece called “wp-config-sample. Personal home page.” This file desires to be modified with the database get information entry and renamed “wp-config. Personal home page.”

Open the config file with any text editor. The essential entries are DB_NAME, DB_USER, DB_PASSWORD, and DB_HOST.

As a stronger safety measure, I acquired a completely unique SECRET_KEY and pasted this into the report. I then stored the edited report as wp-config. Personal home page. The text beneath shows the code I changed:

// ** MySQL settings ** //

define(‘DB_NAME’, ‘WordPress’); // The name of the database

define(‘DB_USER’, ‘travel’); // Your MySQL username

define(‘DB_PASSWORD’, ‘MyPassword’); // …And Password

define(‘DB_HOST’, ‘localhost’); // 99% risk you might not need to change this fee

// alternate SECRET_KEY to a unique word. You might not recollect it later,

// so make it lengthy and complex. You could visit http://api.Wordpress.Org/mystery-key/1.0/

// togenerate a secret keyd for yo, or simply make something up.

(5) Run the WordPress Installer

After finishing the edit of the wp-config.Personal home page report, I started out the setup script with the aid of entering this URL to my Apache server into my browser:

Localhost/Wordpress/wp-admin/installation.Hypertext Preprocessor

For a live website, the URL might be something like this:

yourdomain.Com/wordpress/wp-admin/install.Php

The first setup screen asks for the blog name and gets in touch with electronic mail.

The next display screen announces a successful setup and presents a username and password for the administrator. Be sure to save this password!

The setup is now complete. I can now log into WordPress and manage the blog, customize the theme, or include content material.

Or, I will click the link on the pinnacle of the log-in display screen and go to the weblog’s Home Page.

If you don’t manually create a wp-config.In the Hypertext Preprocessor record, WordPress will spark off for the desired data and attempt to finish the setup.

That’s it! WordPress ought to now be set up.

STYLING WORDPRESS — THE JAKOB Layout

The cutting-edge Layout for my Private internet web page, SelectDigitals.Com, is based totally on the paintings and philosophy of Jakob Nielsen.Nielsen’s work has been devoted to creating usable net-websites that supply content to locate and examine smoothly.

The Layout of Nielsen’s website online (and my website, using permission) is elegantly easy and has the primary intention of turning in content. WordPress also has the primary goal of delivering content. So, my first WordPress Design will maintain the appearance and sense of our websites with the added feature of vacationer interactivity. I’m able to refer to this because of the Jakob Layout.

Six essential additives make up the look of the default WordPress blog:

1. Header Photo,

2. blog Title,

3. The tagline,

4. Page,

5. Historical past, to and

6. Footer.

To make the Jakob weblog load quick, I determined no longer to apply a header or footer Picture, and for the reason that Layout will essentially be the default WordPress subject matter with a brand new coat, only a bit of Photograph Design paintings need to be performed. I had to create one Photo to generate the weblog Page with its two-column effect. The weblog Web page will “go with the flow” focused in a darkish-blue *frame* Historical past being able to serve to border the Page.

Creating the Photo

A look inside the photo directory for the default WordPress subject matter shows the default photos used for the Kubrick appearance. For now, there is the handiest record of a particular hobby: kubrickbgwide.Jpg. The other Kubrick pix are unnecessary but will be required for the “Fancy”, more complex Design.

The weblog’s Web page will comprise a “slice” through the middle of the brand-new Layout. The slice is a narrow picture of the width of the blog Web page.

I began my Design by laying out a simple Web page in Adobe Illustrator. I like using Illustrator for artwork of this type, even though other programs could be used, too.

I filled the primary Page with the Page’s Heritage color (no longer to be harassed with the dark blue *body* Heritage). The light Background color will “show off” colored textual content and the weblog’s Identify and tagline.

I overlayed the Web page with two rectangles, or “columns.” The left-hand, 510px-huge column is packed with a pastel yellow color; the right-hand column, 230px wide, is full of a pastel blun. The 2 columns match inside the basic Page with a 10px border of Web page Background around them.

In Illustrator, I placed a 760px X 40px rectangle on the Web page and used this to make a slice. In this example, A cut is nothing more than a consultant piece of a bigger photograph of the weblog Layout. I stored the portion as kubrickbgwide.Jpg. Kubrickbgwide.Jpg can be used to generate the blog-web page Background. As new content material is brought to the weblog Web page, copies of the slice might be stacked vertically to “develop” the two-column Heritage. That is the best picture wished by using a browser to generate the blog’s Domestic Web page. The blog will, consequently, load very quickly.

Pretty easy thus far, proper? The relaxation of the Design is achieved through the theme’s CSS record and/or WordPress administrative interface.