If you’re reading this in a feed reader, come on over to WordPressGarage.com to check out our new theme. I…
I don’t know how I missed this, but our very own WordPressGarage has been listed as one of the Top…
Some crazy academics have written a very academic paper (PDF) on how you can use the same system to figure…
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,…