Posts tagged as "comments"

Posted by KaiseRCrazY on 11th October 2009

How to include comments in posts lists?

You can show comments on index.php. Some new themes support this. Also you can add this option to your themes.

Posted by KaiseRCrazY on 27th September 2009

Show your usable tags in your comment form!

If you look my comment form you can see usable XHTML tags. If you want to show your usable tags to commentators or users, you can add this one-line code in to your comment form. Just need to change your theme’s comments.php. After that the users can use this tags.

Posted by KaiseRCrazY on 22nd September 2009

Make Your RSS Feed Link Auto Discoverable!

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.

Posted by KaiseRCrazY on 26th July 2009

2 Useful SQL Hacks For WordPress

I Love Mysql, love WordPress too :) Here i give to you 2 simple and useful sql hacks for WordPress. First one is about spam comments and delete them. Second one is show number of queries on your footer. You can apply from Mysql application. Lets Begin…

Posted by KaiseRCrazY on 18th July 2009

Disable Comments on 30-day older posts

Hi! I have a new function for you :) That one about commenting and automatically closing comments. We can disable commenting on posts older then 30 days. We will change functions.php. Be careful please.