Posts by ""

Posted by Thurein on 8th December 2009

WP Plugin: Latest Posts by Category Archive

I have found one plugin for one of my client project . That is latest posts by category. I thought someone would be looking for that kind of plug in like me. That plug in can show posts from categories. Posts can be limit how many post what you would like to show under categories. [...]

Posted by Thurein on 14th November 2009

Output XML using PHP from MySQL database

Firstly, Let me talk about this post. If your advance level php programmer, this is a piece of cake for you. I would like to say this post for beginner level. It would be a little difficult for a beginner. You may need xml output when you want to integrate with flash and MySQL records [...]

Posted by Thurein on 11th November 2009

PHP Pagination

I have look for php pagination source. I got one very nice source code from Stranger Studio. That very nice code if your have a lot of records. You can see at sample preview. However, this is a lot of lines in the file. If you want to put into a lot of pages, all [...]

Posted by Thurein on 5th November 2009

How to parse xml in php?

When I started and learn php programming language. I have wanted to get data from xml file and read with php. I searched with Google. I got a lot of source codes. Some of codes are working in my local machine but when I upload and test it. It doesn’t work. I have found some [...]

Posted by Thurein on 23rd October 2009

Useful WordPress Hacks

Show related post without a plugin If you want to show related post in you current post , you can use simple way to show. You just need to copy and paste under following codes into single.php file of your theme. This code will display related posts based on the current post tag(s). It must [...]