Some crazy academics have written a very academic paper (PDF) on how you can use the same system to figure…
Monthly Archive October 2007
Someone just left a comment here on WordPressGarage saying that he upgraded his wife’s WordPress blog and lost all the…
iLemoned points us to Zeusbox Studio’s update to their Feedicons icon pack.
To get a post from a specific category to appear at the top of the page above the rest of…
To create a new Page template, add the following code to the top of the page: <?php /* Template Name:…
<?php$postlist = get_posts(‘category=6&numberposts=5’); foreach ($postlist as $post) :?><li><a href=”<?php the_permalink(); ?>”><?php the_title(); ?></a></li><?php endforeach; ?> Use this in the sidebar…
I am going to start posting code snippets on WordPressGarage that are used in WordPress template files for different purposes.…
I just noticed that WordPressGarage finally has a Google PageRank! For many many months, this blog has had no PageRank,…
http://wordpress.org/development/2007/10/wordpress-231-release-candidate-1/ Over 20 bug fixes. What can I say except “sigh.”
WordCamp Israel happened yesterday. It was all videotaped and is supposed to be put online at some point, but it’s…