This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

WordPress

Page 1 of 212

Useful WordPress Plugins

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)

Tagged with:     

How to speed up your blog loading time

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)

Tagged with:         

Customize WordPress login logo without a plugin

Customize WordPress login logo without a plugin

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)

Tagged with:             

How to remove menus in WordPress dashboard

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)

Tagged with:         

WordPress trick: function to get tags related to category

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)

Tagged with:             

Rewrite author name with custom field

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)

Tagged with:             

Display all thumbs related to a specific page on a media page in WordPress

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)

Tagged with:             

WordPress hack : Automatically output the content in two columns

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)

Tagged with:                 

How to modify lists like ‘Categories’ and ‘Blogroll’ in WordPress?

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)

Tagged with:             

How to detect mobile visitors on your WordPress blog

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)

Tagged with:             
Page 1 of 212