2010 June | Ed Nailor

Welcome to EdNailor.com

Ed Nailor... wishes

Yes, I wish I was there, but today I am not. So today, this is what's on my mind... Enjoy!

Ocoee Whitewater Rafting June 2010

WoooHooo! On June 26, 2010 you will find me somewhere in the rapids of the Ocoee River in Tennessee. I am finally getting away to enjoy some whitewater rafting after a couple years of not being able to go. This is long over due and highly looked forward to! So please be advised, unless you too are on the river, I will be unavailable during the...
read more

OMG WP3

I just want to say, WordPress 3.0 is finally...
read more

WordPress 3.0 TinyMCE Editor Styling to Match Theme Style

Now you can control the styles of the WordPress content editor (TinyMCE) by using the following snippet in your functions.php file, and by adding an editor-style.css file to your...
read more

WordPress 3.0 Login Form

Very cool snippet to add a WordPress login form anywhere you want: <?php wp_login_form(); ?> More details @...
read more

Default WordPress Configurations Built in Theme

Using the code below, you can allow your theme to set the default configuration for WP. Useful if you use the same theme as a framework a d do a lot of clean website installs.function set_theme_defaults() { $o = array( 'avatar_default'            => 'blank', 'avatar_rating'             => 'G', 'category_base'             => '', 'comment_max_links'         => 0, 'comments_per_page'         => 0, 'date_format'               => 'F j, Y', 'default_ping_status'       => 'closed', ...
read more

« Previous Entries