WordPress Tips and TricksArchive

Oct 20
Before I started into an aMember plugin for WordPressMU and BuddyPress, I did a quick Google search in hopes of finding the code was already written. Instead, I found a mass of disappointed and frustrated developers and managers. So I resorted to an entirely... Read More
Sep 22
I work as a contractor for several companies, one of which has been using a couple of Ruby on Rails web applications. I worked with a small team of developers to write them: a payment site, and the actual product/service site. As time went... Read More
Sep 17
Have you ever used WordPress posts for something other than a blog post? I use them for FAQ pages, but I don’t want the FAQs to show up in the main blog. (?? = category id number) function exclude_category($query) {   if ( $query->is_home )     $query->set(’cat’,... Read More

Web Development