ref link: http://www.webdesignerwall.com/general/useful-wordpress-plugins/ There are several thousands of WordPress plugins in the WordPress community and new plugins are coming out everyday. However, not all plugins are useful, in fact some are very bad written that will mess up your site or harm your... (Continue reading)
Use a quality host Maybe I’m stating the obvious, but don’t expect to get the speed of a Ferrari on a crappy shared host. When your blog is young, new, and receives only a few visits per hour, most web hosts... (Continue reading)
WordPress login logo looks nice, but sometimes you may want to change it, for example when building a site for a client. In that case, you can use a plugin, or simply take advantage of this cool hack. Nothing hard with... (Continue reading)
Happy 2010! To start this new year with a great WP recipe, I’m going to show you how you can easily remove menus in the WordPress dashboard. This can be really useful when building a WP site for a client. Simply... (Continue reading)
Do you ever wanted to be able to get tags related to one (or more) specific category? If yes, I’m pretty sure you’ll be delighted with this very cool tip. First, here is the function you have to paste in your function.php... (Continue reading)
In my other blog Cats Who Blog, I have demonstrated how being a guest blogger is definitely a great way to gain new readers. In order to give your guest authors some credits, you should definitely implement this easy tip. Nothing hard... (Continue reading)
Today, here is a nice piece of code to display all thumbs related to a specific page on a media pages. Very nice for galleries! Simply paste the following function into your functions.php file: function wallthumb($id=false,$beforelist='<ul>',$afterlist='</ul>',$beforeitem='<li>',$afteritem='</li>'){ ... (Continue reading)
Printed magazines often display text in columns, so why blogs shouldn’t be able to do the same? Juste read on to find out how to easily and automatically display your post content in columns. This code is poweful but definitely easy... (Continue reading)
Every time you build a theme for Wordpress you are bound to the CSS classes which are hard-coded. Here’s a method to overwrite the default method for printing the HTML for those lists. In this example I’ll use the ‘Categories’ widget, although... (Continue reading)
As mobile devices, as such as Blackberries or iPhones, are becomming more and more popular, bloggers may want to detect those visitors and redirect them to a mobile version of their blog. Here is a recipe to detect mobile visitors. To... (Continue reading)