How-to Articles
Friday, March 12th, 2010
here is a way to permanently exclude pages globally across Wordpress instead of individual excluding page using wp_list_page parameter without using any Wordpress plugin
Thursday, March 4th, 2010
Disabling the automatic converting url or email addresses Wordpress sees into HTML link that is clickable on the comment text area.
Saturday, February 20th, 2010
Performing Multiple upload without having multiple upload bar. Using a single upload bar to upload multiple file into the server. This method is very useful on a submit form where upload is necessary to proceed but we do not want the user to upload on uncompleted submission.
Saturday, January 23rd, 2010
multiple Wordpress installation with the same user table? This means that your user will only required to register once to access all your Wordpress blog without the need to login twice!
Thursday, January 14th, 2010
Sorting post according to its post tag in Wordpress is not supported yet. (don't think it will be supported) And if you would like to sort post tag like i do, you can look into this post and hopefully you can do it too
Saturday, January 2nd, 2010
A discussion on how to prevent wp_insert_post in Wordpress to go into an infinity loop or returning you a blank page after running few minutes. Not all Wordpress environment who uses Wordpress wp_insert_post will get such behavior tho
Friday, January 1st, 2010
Using target _blank is pretty simple we just throw it into the respective html tag that it support and a new window will appear whenever someone click on it! But how do you disable this behavior? Especially when the html data is not within your control but you have JavaScript to play with? I'll show you how.
Sunday, December 27th, 2009
In this article, i will explain some problem that some of you might face when using pre_comment_approved filter hook. Not everyone will benefit from this. Just wordpress developers who are working on plugins and is using pre_comment_approved filter hook to achieve something else.