WordPress Security Update Released: Version 2.8.5

A security release for WordPress has just been rolled out and it’s recommended that all WordPress sites upgrade as the release will prevent your site from being targeted from a newly discovered exploit.

Read more on the WordPress.org Blog

Logging-In To WordPress

The login page for all default WordPress sites is http://yourdomain.com/wp-login.php

Here is the login process in detail

In your browser’s address bar type your domain name followed by /wp-login.php

login-url

You should then see the default WordPress login page

wordpress-default-login-screen

Complete the username and password fields

wordpress-default-login-screen-filled

If you wish to remain logged into this WordPress website for future visits check the “Remember Me” check-box

wordpress-default-login-screen-remember-me

Click Login.  A successful login will redirect you to the WordPress dashboard screen

default-dashboard

WordPress Theme Frameworks Using a Parent/Child structure

My Personal Favorite:

Hybrid by Justin Tadlock

Others Include:

Theme Frameworks that do NOT use a Parent/Child Structure

WordPress Tiny MCE Visual Editor Toolbar – Text Formating Buttons

There are four primary buttons in the Visual Editor ToolBar that allow you to control the basic formatting of text in your posts:

Bold ButtonSets selected text  as bold.

HTML view: <strong>Bolded Text</strong>

italicize-textSets selected text as italicized.

HTML View: <em>Italicized Text</em>

strike-throughSets selected text as strike-through.

HTML View: <span style="text-decoration: line-through;">Strike Through Text</span>

underline-textSets selected text as underlined. This button is located on the second row of the visual editor toolbar, accessed by clicking the “Kitchen Sink” button.

HTML View: <span style="text-decoration: underline;">underlined</span>

Series: WordPress Visual Editor Tool Bar – Introduction

WordPress comes equipped with some great features to allow you to easily format your blog posts and pages without knowing or even seeing the underlying HTML coding. While die-hard coders and advanced users may tell you to get rid of the editor I think it’s more valuable to learn to use the editor effectively, especially if the thought of learning HTML gives you hives.  This article will cover the features and options included in the Visual Editor toolbar as it comes with WordPress and break down the function of each button along with how and when to use them!  Many of the options are self-explanatory but some are not.

The Visual Editor, sometimes refereed to as the, Rich Editor or WYSIWYG (What You See is What You Get) Editor, is comprised of a sub-set of features from the much more extensive TinyMCE – Javascript WYSIWYG Editor.   TinyMCE has a mind boggling number of options available.  WordPress has, wisely, chosen to include only the most relevant functions to include in the WordPress edit post/page screens.

Here is the Toolbar as it looks when you start.

wordpress-visual-editor-colapsed-2.8.x

See that button at the end, with all the colored dots in rows? kitchen-sink Click on it and the toolbar will expand to display more formatting options.

It should now look like this:

wordpress-visual-editor-expanded-2.8.xA whole new world of formatting options are now open to you! Hover over each of the buttons in the toolbar has a tool tip that will give a hint as to it’s function when you hover over for a moment to get a general idea of what each one does.  Some plugins will add buttons to the visual editor toolbar. We will be covering the buttons available in a basic installation of WordPress.

We’ll continue this series by looking at each of the buttons and their functions individually.