By Austin on June 20, 2009
Posted in Cult | Tagged 2.8.1, Beta, WordPress
By Austin on June 20, 2009
After listening to WordPress weekly yesterday, Jeff proceeded to write this post at WLTC. So for all you plugin developers for WordPress READ it. ¶
Posted in Cult | Tagged changelog, Plugins
By Austin on June 18, 2009
Posted in Cult, Plugins | Tagged Andy Skelton, Plugins, Stats
By Austin on June 10, 2009
Well, aside from waiting all day for WordPress 2.8 to be released into the wild (public). I left the comfort of my home to get some dinner only to get a message that 2.8 was out.
Upon returning home I’ve had a chance to download and install 2.8 on a few site’s I own. BUT!! Why the title of A busy busy Wednesday night?
Check this out: bbPress 1.0 RC 2 has been announced as well!
Automattic has been busy this week! Congrats!
Posted in News | Tagged 2.8, Automattic, bbpress
By Austin on June 10, 2009
With that said, I’d like to say I am using this snippet for a new theme I am building.
I want to pull a custom field from the “next” & “previous” post. So I used the following to do so:
<?php
$previous_post = get_previous_post();
$next_post = get_next_post();
$image_prev = get_post_meta( $previous_post->ID, 'image', $single = true);
$image_next = get_post_meta( $next_post->ID, 'image', $single = true);
?>
Simple. This is how I put it to use:
<?php if ( $image_prev != '' ) : ?>
<img src="<?php echo FROSTY_SCRIPTS ?>/thumb.php?src=<?php echo $image_prev; ?>&h=50&w=169&zc=1&q=80" alt="" />
<?php endif; ?>
Posted in Tips & Tricks | Tagged custom fields, php

By Austin on June 9, 2009
The days have been flying by really fast. In fact I am glad I decided to check out LAWPUG.org today. I was reminded that this weekend is when the meet is.
So if you in the Los Angeles area, and would like to sit down and chat with a few WordPress guru’s, please feel free to RSVP an join us.
From LAWPUG
folks really seem to be enjoying the meetings over at the LA Farmers Market. So we’re going to keep at it for at least one more month and meet up at the tables between Loteria and 326 Beer and Wine on Sunday, June 14th at 11 AM.
Posted in LAWPUG | Tagged LAWPUG
By Austin on June 8, 2009
Posted in Cult | Tagged 2.8, WordPress
By Austin on June 5, 2009
Posted in Cult, Plugins | Tagged Plugins, VideoPress
![Sam Bauers on bbPress [video]](http://wpcult.com/wp-content/themes/wpcult5/library/scripts/thumb.php?src=http://wpcult.com/wp-content/uploads/2009/06/bbpress.jpg&h=180&w=640&zc=1&q=95)
By Austin on June 4, 2009
Posted in WordCamp | Tagged bbpress, Sam Bauers, WordCampSF
By Austin on June 4, 2009
Posted in Cult | Tagged 2.8, WordPress

By Austin on June 2, 2009
Posted in Showcase | Tagged Bruno, Showcase
Recent Comments