Latest Comments
by John Hoff on August 25th, 2010
James,
You are correct that my code is only accepting a single search input and searching over multiple fields. Logically the search is selecting the
by James Maabadi on August 25th, 2010
Hi John, first of all, Thank you for this code! I love seeing examples on making WP a more powerful CMS.
I was hoping to get
by Simon on July 9th, 2010
This is great, thanks so much for posting.
I was having problems using the wp_enqueue_script('media-upload'); - I was getting the properly sized editor but my custom
by John Hoff on June 2nd, 2010
Tom,
Two other reasons besides mod_php quickly come to mind on why I use prefork apache--mod_perl and mod_python. The solution of using NGINX as a
by Tom D on June 2nd, 2010
Hi,
Thanks for a good article. I realize most people use apache prefork because of thread safety issues with worker (or more likely because that's how