Sep 27
Instead of adding Terms and Conditions to the signup page, this plugin presents all users except admins with your terms and conditions the first time they login. The Admin menu is hidden until they accept your terms if the option to require agreement on...
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 21
I think I’ve found the best free iPhone app: White Noise Whenever I turn it on, my two-month old baby instantly stops crying, it helps him get back to sleep without help, and he sleeps a lot longer at night. It puts me right...
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
Sep 06
Change your sidebar content with each page. Avoid creating multiple sidebars and duplicating widgets by adding check boxes to each widget in the admin (as long as it is written in WordPress version 2.8 format) which will either show or hide the widgets on...
Read More
Sep 05
Contact Form 7 is one of the best form plugins I’ve found for Wordpress. However, I’ve found a limitation in the lack of widgets or short tags that work in a widget. The Contact Form 7 Widget plugin includes many widget options and must...
Read More