Posts tagged as "template"

Posted by KaiseRCrazY on 19th January 2010

How to change dashboard footer texts?

When you build a theme you can use this code for hide/remove WordPress Dashboard’s links. you have to add this code into your theme’s functions.php. After that you can write your own text with dashboard footer. Let’s Begin…

Posted by KaiseRCrazY on 19th December 2009

Simple Sticky Posts!

Sitcky posts are best way to show your featured content. But some themes don’t support extra area for that. You can create empty area with this code. Simply usage, you can change css and codes if you want. Let’s begin…

Posted by KaiseRCrazY on 10th September 2009

Display who modify your post(s)!

You can display who modarate/modify your post. This mean show the latest author who modified your post. We can use 2.8′s new template tag ‘the_modified_author()‘. If you use Wp 2.8 you can use a simple code but, if you use Wp 2.7 you have to use this function below. Lets Begin :)