The bloody toe

A Triathlete's Blog

Archive for the ‘Wordpress’ tag

If you want to access your WordPress blog through an htaccess form with your iPhone WordPress app (mouthful!)

without comments

This is what you do:

For the BlogURL enter the following:

username:password@www.yourblog.com

Where username/password is for the HTACCESS

Thanks to ckelly on this page.

Written by Nathan Nelson

August 3rd, 2010 at 2:10 pm

Posted in Geek

Tagged with , ,

WordPress releases version 2.7.1

without comments

Screenshot of new WordPress DashboardWell, I just updated my WordPress sites (like the one you’re lounging on, now) with 2.7.1, which was released today.  It took me about one minute per site, so, to say the least, this is easy stuff.

This release fixes 68 bugs and is a maintenance release.  There are no notable changes when logging into your WordPress Dashboard.  Instead, small perks, like allowing a “Contributor” user to delete all spam, are included.  Make sure that you have a complete backup of your database and WordPress directory, before upgrading.

Get it here, now if you host your own blog, while there are still copies left.  If you want WordPress to do the work for you, let them host your blog.

Written by Nathan Nelson

February 10th, 2009 at 11:47 pm

Posted in Geek

Tagged with , ,

Testing out some new themes

without comments

I noticed that there some things about my blog’s site that were confusing, so I’m going to experiment with some new designs.  Please, if you like or don’t like it, speak up.  Either comment directly through the website, or email me:  nathan [at] nelsonshack [dot] com.

Written by Nathan Nelson

February 5th, 2009 at 2:24 pm

Posted in Geek

Tagged with , , ,

Wordbook crashes iPhone’s WordPress app

without comments

When the plugin Wordbook is enabled, when going to publish any post from my iPhone, via WordPress app, the app crashes, even though the posts completes.  After disabling Wordbook plugin, everything works fine.  Hmmm…that goes for the last two versions of Wordbook.  Too bad:  I’d really like to use this app!

Written by Nathan Nelson

November 25th, 2008 at 2:49 pm

Posted in Geek

Tagged with , ,

Integrating Gallery into WordPress

without comments

I installed WPG2 and then added some code <li><?php print g2_sidebarimageblock(); ?></li> into the theme’s sidebar. It looks nice and adds a lot to the site.

Written by Nathan Nelson

August 31st, 2008 at 10:44 am

Posted in Geek

Tagged with

Adding a timestamp to your index page in WordPress…

without comments

Thanks to this and this and this site, I was able to figure out how to add a timestamp to my posts on the index.php of my site:

1.  Navigate to your ~/wp-content/themes/default/index.php, and look for this line:

<small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small>

I recommend commenting it out, by making it look like this: 

<!–<small><?php the_time(‘F jS, Y’) ?> <!– by <?php the_author() ?> –></small>–>

(It also wouldn’t kill you to just flat out back up your index.php before you start this)

2.  Now, right below (or above) where you had that line, add this: 

<small>Posted: <?php the_time(‘F j, Y’); ?> at <?php the_time(‘g:i a’); ?> by <?php the_author() ?></small
>

3.  Done.  It should add the timestamp for each post on your index page.

Written by Nathan Nelson

August 21st, 2008 at 10:11 am

Posted in Geek

Tagged with ,

WordPress Backup Permissions Problems

without comments

After installing the WordPress Backup login, I received errors because it didn’t like the permissions that I had on my wp-content directory. I temporarily changed them to 777, ran backup, then back to 755. It worked at that point and still seems to work with wp-content at 755.  Refer to this site.

Written by Nathan Nelson

September 13th, 2007 at 7:19 pm

Posted in Geek

Tagged with

Permissions for wp-content

without comments

drwxr-xr-x

Written by Nathan Nelson

September 13th, 2007 at 12:54 pm

Posted in Geek

Tagged with

Hiding Categories from Users

without comments

A site on hiding categories from users.

Written by Nathan Nelson

September 13th, 2007 at 2:52 am

Posted in Geek

Tagged with

A link for some cool WordPress Widgets

without comments

http://automattic.com/code/widgets/

Written by Nathan Nelson

September 21st, 2006 at 5:01 pm

Posted in Geek

Tagged with