Archives for "February, 2010"

Posted by KaiseRCrazY on 26th February 2010

Remove Protected and Private from title!

Add this code to functions.php in theme directory. This code removes “protected” and “private” prefixs from your article titles. Let’s Begin…

Posted by KaiseRCrazY on 20th February 2010

Add a Subscribe to my RSS message after every post

You can add a simple message after your every post. This is a simple code. Just open your single.php and add this code. That’s All!

Posted by KaiseRCrazY on 20th February 2010

Make Tabs for your Sidebar!

I found this article in BlogOhBlog. there is some plugins for this and most premium themes have special tabs like that. You can do this without any plugin or any help. Just read this article and use this codes. Easy and minimal -simple- tabs. Lets Begin!

Posted by KaiseRCrazY on 14th February 2010

Related Posts With Thumbnails

We can add our related posts with thumnails after our content. There is a lot of plugin for that but we can do this without any plugin. But we need Tim Tumb for thumbnails. Let’s begin…

Posted by KaiseRCrazY on 7th February 2010

Remove menus in Dashboard!

You can remove WordPress Dashboard’s menus with easy code. Just install this code into your theme’s functions.php and use like this. You can use this code for your clients Dashoards. Lets Begin…

Posted by KaiseRCrazY on 1st February 2010

Use .htaccess like a protector…

Protect your blog from script injections with .htaccess. With this file we can make a lot of things. Today we insert a protect code into this file. Make backup and see how to make it… Let’s Begin