Recent Articles.
-
PodCampNashville was a BLAST! (#pcn09)
Reading time: 1 minuteSo, by far, today’s PodCampNashville was one of the most fun events that I’ve been to in the last while. I made a lot of new connections, but the best part was hanging out at the after party and just reveling in the “real life” of things. Sure, we all met online, but it’s a…
-
Displaying Future Posts in WordPress
Reading time: 1 minuteIf you do like I do and schedule posts ahead of time (especially on the podcast), there’s a way inside of WordPress to show your readers what posts are coming up next: <?php $my_query = new WP_Query(‘post_status=future&order=DESC&showposts=5’); if ($my_query->have_posts()) { while ($my_query->have_posts()) : $my_query->the_post(); ?> <?php the_date(); ?> – <?php the_title(); ?> …
-
WordPress Tip: iTunes Integration via last.fm
Reading time: 1 minuteSo, you’ve got a personal blog and want to integrate your iTunes playlist into WordPress, but don’t just want to say that you’re listening to a CD – you want to display the album art too? WordPress has a few solutions that work great. The easiest way to do that is by utilizing the “scrobbler”…
-
A New Year, With New Possibilities
Reading time: 1 minuteI’m back, and with the new year came some rethinking and restructuring of how I do things / what my overall focus is going to be. I’m all about transparency, and plus I’d like to share some of my goals for the year, because I want to get feedback from my friends and readers! And…
-
Thanks Again for Helping the Children!
Reading time: 1 minuteJust wanted to let you guys know that we raised a total of $253 for Child’s Play. I took care of the fees that PayPal charged so I could send over the full $253, and it’s heading over the interwebs right now. Thanks again to all who donated!
-
This Year, Make Mitch’s Birthday Child’s Play!
Reading time: 1 minuteHappy Birthday … me! But, i don’t want you guys to send me presents, or iTunes credits, or XBOX points, or anything… what I want is for you to help out some people who need it more than me – the children in hospitals across the country. I mean, they’re there, trying to get better…
Join the Conversation.
The best part of WordPress is the community. My newsletter is an extension of that: sharing knowledge, sparking ideas, and helping us all get better together.