Archive for July, 2009
DHCP Lease…..Whooops!
So, if you’re like me and you love to mess around with all kinds of computer related things, you may have run into this scenario before:
You find some cool piece of software, and you spend a week or so fiddling around with it, but then you decide you like it, and later decide to use [...]
Server Migration
This Friday, July 24 2009, at approximately 5:00pm will take the server that hosts this site, and all other sites (*.thephenixblue.com, *.phenixblue.com, *.jmsearcy.com, *.vsumug.com, *.vsumug.org, *.vsusinfonia.org, *.firehouseink.com, *.ceramicsdiva.com, *.thewebroot.com) will go offline. During the offline period all sites will be migrated to new server hardware, as well as additional upgrades to Apache, PHP, and MySQL. [...]
Category Mod for WP Loop
On several different occasions I’ve found the need to modify the WP Loop to produce a desired effect….such as only retrieving posts from a certain category. You can find many examples of how to do this by simply doing a Google search. The most common mod I’ve found is this:
<?php query_posts(’category_name=special_cat&showposts=10′); ?>
<?php while (have_posts()) : the_post(); ?>
<!– Do [...]



