The Ledger

Posts from the Tutorials category

Titan 1.26 released

by Drew Strojny on June 24, 2010 in News, Titan, Tutorials

Titan

Titan 1.26 has been released and includes our new logo uploader as well as WordPress 3.0 menu support! Head over to the downloads page to grab your copy.

Titan PRO child theme updated to version 1.25

The Titan PRO child theme has been upgraded to version 1.25. If you have customized your PRO child theme please read through the upgrade instructions. If you plan on using the diff file, please note the vast majority of the changes have been made in the /functions folder. I would recommend replacing that folder entirely with the new version and using the diff file to make the rest of your changes.

Titan PRO child theme 1.25 diff file

read more…

OC WordCamp theme workshop video

by Drew Strojny on May 31, 2010 in News, Tutorials

Download the slides →

I presented a theme customization workshop at WordCamp Orange County earlier this year. The workshop covered 6 theme customization “best practices”. Unfortunately, the video is a bit stretched and not completely clear at times, but it still should be helpful if you are new to theme customization.

read more…

How-to: Lifestream with WordPress

by Drew Strojny on September 28, 2009 in Tutorials

Are you looking to implement a lifestreaming / microblogging solution for WordPress that makes it easy to share links to interesting content along with regular blog posts?

read more…

Optimize Apache for WordPress

by Drew Strojny on January 7, 2009 in Tutorials

If you made the decision to move your WordPress install from shared hosting to a shiny new VPS you should consider optimizing Apache by making some tweaks to your httpd.conf file. Apache is a fast, reliable, and flexible server but is heavy on resources by default. If you are running a small VPS, and using it just for WordPress, you can make some small tweaks to your configuration and get some significant performance gains.

read more…

Easy Upgrading With Child Themes

by Drew Strojny on September 23, 2008 in Tutorials, Vigilance

A quick tutorial on using WordPress “Child Themes” to upgrade Vigilance while maintaining your custom CSS, adding custom functions, and eventually adding custom templates (WordPress 2.7) adding custom templates.

read more…

Recent posts in your WordPress sidebar

by Drew Strojny on May 31, 2008 in Tutorials

While developing for WordPress you sometimes need to create a “non-widgetized” custom sidebar. You would also like to have a list of your most recent posts in that custom sidebar. Unfortunately, WordPress doesn’t have a “recent posts” template tag.

Here is a simple, easy to implement PHP file you can use to generate a list of recent posts in your custom “non-widgetized” sidebar.

read more…

Convert a local WordPress XAMPP installation into a live site

by Drew Strojny on July 17, 2007 in Tutorials

I recently found this quick and easy tutorial on installing XAMPP Lite locally on Windows XP. This provides a great environment for testing and developing WordPress websites from your PC. The next logical step is converting this nice local installation into a live site as quickly and easily as possible. I found some excellent instructions from The Tamba2 WordPress Guides. These guides contain almost all the information used in this tutorial. I really just combined a bunch of the provided information to accomplish this specific task. I put all the instructions together here in a quick, and (hopefully) easy to follow tutorial. Let’s get started.

read more…