WordPress has its own way to loop the posts, that is different than what other CMS does. I think it’s great because of flexibility and usability reason. It would seem easy later, when you want to manipulate the result before it is displayed to the browser. So you want to implement the WordPress-style loop in [...]
Search Results
WordPress Iteration in Your Own PHP Application
[27-Feb-2010]
Posted in Wordpress | 11 Comments »
WordPress Plugin WP Sub Post
[28-Jan-2010]Posted in PHP, Plugins | 23 Comments »
WP Sub Post is a wordpress plugin that allow you to make your wordpress post has a parent or child post. Notes: Child post is a real post that has a parent. Child post only displayed on it’s parent post page or when parent page is displayed. Child post can not be viewed individually. Child [...]
