BLOG CATEGORY ARCHIVES
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « May | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
WordPress is a very popular blogging platform. But it’s so easy to use and customize that it’s also often used as a content management system (CMS). A CMS is a collection of searchable informational pages. Some sites use it just for blogging, some just as a CMS, and some as both. But who cares what other people use it for? Let’s get on with what you can do with it.
You may want to have two browser tabs open at the same time: one open to your website front end and one open to WordPress. That way you can quickly switch back and forth between tabs to check your work. Try pressing Control-T (Command-T on Macs) to create a new tab.
The contents of the public part of a WordPress website are controlled by what you do within WordPress’ backend administration area. Let’s dive right in. The WordPress admin is often reachable at http://www.yourwebsite.com/wp-admin. Just ask your web designer for the login URL along with the admin password. Once you have these and have logged in, you’ll be in the WordPress “dashboard”. Scroll down to the very bottom to see your version of WordPress. Version 2.3 is the standard as of the beginning of 2008.
As a website owner and content editor, you will most often use the Write and Manage buttons. If you click Write you’ll notice the two sub-options are Posts and Pages. WordPress lets you control two main kinds of content. Posts are normally used in blogs and they correspond to a blog entry. Pages are normally used in CMSs and they correspond to a discrete web page. When creating new content, be sure you’re creating either a Post or a Page as appropriate to your type of website.
Notice that the Manage tab also has a Posts and Pages subtab. The Manage tab lets you edit previously created content.
The other buttons in WordPress do things related to site configuration, and should probably be left alone until you’re very comfortable with WordPress. By all means have a look at the options, but don’t change anything unless you’re absolutely sure of what the outcome will be. The most dangerous option there is probably Presentation / Theme Editor, and unless you know HTML, CSS, and PHP, you should stay out of there.
If your site has comments enabled, then you’ll probably be going to the Comments tab on a regular basis to moderate new entries. Many people find comments more trouble than they’re worth because of the prevalence of what’s known as “comment spam”.
Click the Write button, then if you’re writing a blog post click Write Post, or if you’re writing a web page then click Write Page. There are a few areas of the page to pay attention to.

Each of these four areas is described in further detail below. Once you’ve created your content, you click the Publish button, and that’s that. Your new page or post is now on your website.
This is very similar to writing a post or page. But instead of clicking Write, you’ll click Manage, then either Posts or Pages. You will then see a list of all your site’s posts or pages. Click the Edit link for the post or page you wish to edit.
From here, the process is pretty much the same as described in the previous section (about writing a new post or page). The only difference is that there won’t be a Publish button. Rather, you’ll click Save when you’re done.
It’s important to give your post or page a good title. Some websites even use the Title as the first headline on a web page, so if this is the case with yours, remember not to repeat the title within the regular content area.
Search engines look at page titles with great interest, so try to use keywords when composing the title. But don’t make the title nothing but keywords — make sure a human can make sense of it.
Whether you’re writing a post or page for the first time, or editing an existing post or page, you’ll be using the what-you-see-is-what-you-get (WYSIWYG) content editor. It works very much like a little version of Microsoft Word, so if you’ve used that, you already know half of what you’ll need to know.
VISUAL VIEW / CODE VIEW

First note the orange overlay in the example above. If you click on Visual, you’ll be in the WYSIWYG editor. If you click on Code, you’ll be in the HTML editor. Code is useful is you know HTML and want to achieve certain advanced things like CSS styling. But if you don’t know HTML, you probably won’t use it. You cannot enter Javascript in Code View.
TEXT STYLE

BULLETS, INDENTS, JUSTIFICATION

LINKS

Links are the lifeblood of the web, and there are two kinds:
They’re all created in similar ways. To create a link, select the text you want to turn into a link then click the Insert/Edit Link icon, which looks like a chain link. A popup window will appear asking you for the URL of where you want to link to.
To uncreate a link, select the link, then click the Unlink icon.
IMAGES & MORE

SPELL CHECK & HELP

SHOW / HIDE ADVANCED TOOLBAR

If your version of WordPress is earlier than 2.3, you will not have the advanced toolbar. Clicking this button brings up a second row of icons…
FORMAT SELECTOR

The format selector is the most useful of the advanced toolbar options. It lets you choose between unformatted text, paragaph text, and headline text. Here’s where the biggest difference with traditional word processors lies.
When you first start typing a new page or post, the text will be unformatted. When you press the Enter key, it will become paragraph text. You’ll also note that instead of the cursor just going down to the next line, it skips a line. This is to ensure that there is a space between paragraphs. On the web, new paragraphs are denoted not by indenting the first line of the paragraph but by the space between them.
Headline text is larger than paragraph text. Normally, you will only use Heading 1, Heading 2, and maybe Heading 3. If you want to make text larger, select it and format it as Heading 1 (the largest) or Heading 2 (the next largest).
THE RARELY USED (aka ADVANCED) BUTTONS

You can insert images into your content with the Upload feature. The one caveat is that your images should already be in a web-ready format before you insert them. What this means is that you shouldn’t take a photo straight from your digital camera and upload it to your website. First it needs to be made smaller and optimized, and it needs to be in .jpg format. If you don’t know how to do this, contact your web designer. It requires graphics software which you may or may not have. You can also try the free picnik web service.

The Upload section will change so you can see your image you just uploaded.

Now you need to properly align the image. Click on the image in the WYSIWYG content editor once to select it, then click the Insert/Edit Image button in the WYSIWYG editor. A popup window will appear.

You can use the Upload feature to insert files such as Word documents or Adobe PDFs into your content. Really, any kind of computer file.

The Upload section will change so you can see your file you just uploaded (in the example below it’s called “Report”).

A link will appear in your content. When your website’s users click this link, they can download the file (or in some cases it will appear in their browser).
Post and Page options appear to the right of the WYSIWYG content editor. Most of them need to be expanded by clicking on their plus (+) sign before you can edit them.
CATEGORIES (Posts)
Blog posts need to be categorized. When you write your blog post, be sure to check off all the appropriate categories. If you don’t see any appropriate categories in the list, create some by using the Add feature above the category check boxes.
PAGE PARENT (Pages)
You can make pages become sub-pages of other pages by setting their Page Parent to that other page.
PAGE TEMPLATE (Pages)
For websites that have this feature activated, be sure each page is set to the correct template (rather than “Default”). Otherwise that page will look funny. You may have to experiment to find the correct template.
PAGE ORDER (Pages)
Not all websites respond to the Page Order feature, but for those that do, the way it works is that the pages are listed in the navigation links by order of the number that is entered here. So if you want your Home page to appear first, followed by About Us, and then Contact Us, you’d set the Page Order of the Home page to 0, the Page Order of About Us to 1, and the Page Order of Contact Us to 2.
Written December 15, 2007 on 10:57 pm in category(s):
Helpful Hints, Metadesign, Web Design Tutorial, WordPress | Comments Off