Posts Tagged ‘theme’
Add this code to functions.php in theme directory. This code removes “protected” and “private” prefixs from your article titles. Let’s Begin…
0
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!
0
We use plugin/widget for show most recent comments. But we can do that with a simple code. This code gives you simple recent comments feature without plugin. also with gravatar support. Paste this code into your theme where you want. All done!
0
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…
0
You can show “default” or “classic” theme for ie6 visitors. Because IE6 broke our themes and the other people themes. And alot of people use IE6. Let’s Begin…
0
You can show comments on index.php. Some new themes support this. Also you can add this option to your themes.
0
You can show users and guest to where they are in your blog. You can do this with breadcumbs easily. There are some plugins for that but if you want to add breadcumbs your theme or if you a theme developer you can use this function. This code is very simple, pretty and good.
0
Some Web Browsers ( for ex. IE,Firefox,Opera) can auto discover RSS Links which are optimized. So you can use this option for your website. And users can submit your RSS feeds easily. You have to change your theme’s header.php and paste this two codes to into the file.
0
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
0


