Tweak

How To Display your categories in two columns

Jauhari

The stadard wp_list_categories() functions echoes a list of all your categories. With this simple trick we can display the categories in two columns. This code is easy to implemented and doesn't need high level skill to add on our theme. Just paste this code on your theme file and you are ready to split your wp_list_categories()

How To Disable WordPress Search

Jauhari

How To Disable WordPress Search? I got the answer from WPEngineer.com, This nice tips is will disable WordPress Search more easy and of course easy to do. Why disable WordPress search? Here some of my reason. Some time WordPress based application didn't need this featured. Here we go, If you set the variable $error to true, then you will be fowarded to the error page of the theme, if not, then you will remain on the page from where the search was started.