Archive

Archive for the ‘Wordpress Tutorials’ Category

WYSIWYG Tutorial

June 7th, 2009 Comments off

Here is a very nice tutorial on how to use the Wordpress Editor. Click Here to view

Categories: Wordpress Tutorials

WYSIWYG WP Quick Reference Guide

June 7th, 2009 Comments off

Click Here for a Quick Reference guide for the WordPress WYSIWYG Icons

Categories: Wordpress Tutorials

Categories

June 8th, 2009 Comments off

Every Post in WordPress is filed under one or more Categories. Categories allow the classification of your Posts into groups and subgroups, thereby aiding viewers in the navigation and use of your site.

Each Category may be assigned to a Category Parent so that you may set up a hierarchy within the category structure. Using automobiles as an example, a hierarchy might be Car->Ford->Mustang. In creating categories, recognize that each category name must be unique, regardles of hierarchy.

When using the WordPress Default Theme (sometimes called Kubrick, this is one of the two themes delivered with WordPress), Categories are shown in two different places on your blog First, the Categories are listed as links in the Category section of your sidebar, and second, all the Categories to which a given post belongs are displayed under that post. When someone viewing your blog clicks on one of those Category links, a archive page with all the Posts belonging to that Category will be displayed.

The Posts Categories SubPanel allows you to add, edit, and delete Categories, as well as organize your categories hierarchically. Multiple Categories can be selected for deletion. A search option allows you to find the Categories you want to edit or delete. Also remember Categories can be added in the Posts Add New SubPanel.


Categories: Wordpress Tutorials

Create Categories

June 8th, 2009 Comments off

In the Manage > Categories tab, click Add Category and fill in the information about your category. Continue to add your parent categories, going down the list. Hold off on entering sub-categories until all the main categories are entered.


NOTE: You can add any new categories any time, but make a note of the fact that categories can be sorted in WordPress in two ways: by name (alphabetically) or by ID number. As you enter the categories, they are assigned an ID number. It is difficult to change this, so if you don’t want your categories sorted alphabetically, enter them in the order you want to see them presented on the screen.


WordPress Admin Manage Categories

When you have the parent categories entered, enter your sub-categories. In the pull down menu for Parent Category, you can select the parent to the sub-category you are adding. When you view your categories in the Manage > Categories panel, you will see the categories listed like this:

Computer Tips

- Windows
- Linux
- Mac

Internet News
Web Page Design

- Web Standards
- WordPress




- – Plugins
- – Themes



Categories: Wordpress Tutorials

Put Posts in Categories

June 8th, 2009 Comments off

Let’s put some of your test posts into categories so you can see how this works.
WordPress Admin Manage Posts

Click on the Posts button > click on Categories link.  To the right are three links that say: View – Edit – Delete. Click on Edit to edit one of the posts. On the right side of the Edit Post screen you will now see your Categories. Choose one of them by clicking in the box next to it. Then scroll down the page and click SAVE. Repeat this for your other test posts, putting each one in a different category.

Now view your page by clicking View Site at the top of the Admin panel. Do you see the categories listed in the sidebar now? Great. If you are missing a category, that usually means that there are no posts in it. This is the default function of WordPress, so not to worry. When you add a post to the “missing” category, it will appear on your web pages. Click on one of the categories and you will be taken to a page for just that category. You should see the posts that went into that category. This is a generated Category page.

Now, click on the Archives for the month showing. Now you are visiting a generated page of your posts listed in chronological order for this month – well, specifically for today only. Two methods of finding the same information.


Categories: Wordpress Tutorials

Writing and Managing Posts

June 8th, 2009 Comments off

Let’s start by making your first test post in the Post button.
Simply fill in the blanks, one by one, in the post beginning with the title and then write a little test message in the post window. This is just for a test, so you can write anything you want. When you are done, click PUBLISHES below the post entry window and it is done. Now that you’ve gotten a feel for writing posts, you can view your posts by clicking View Site at the top of the screen.

How to Write a Post Step-By-Step:

1.) Click on the “Posts” button – Find the “Posts” button in your Admin panel. – You will find it on the left side navigation.
posts-button
2.) In the subcategory click “Add New
3.) See “Add a New Post” title, – you will see a title form field.
4.) The title form field is also the name link and page title.
5.) Enter your Post titlepost-title
6.) Under the Editor you will find the Post Content Field
7.) Enter Your Post contentpost-content
8.) Select the “Category” for your Post – you will find this on the right side.
– Before you write a Post you will need Post categories (See Category Tutorial)post-category
9.) When your content is entered click the blue “Publish” button
publish-post

Congratulations you’ve just completed your first post :-D


Categories: Wordpress Tutorials