Jan 15
Looks like I’m blowing my own horn here, but I think Formidable is now one of the best free forms plugins available. I think others would agree, when I say it’ll beat out Contact Form 7 as soon as the HTML is customizable. But...
Read More
Jan 06
The infamous MaxBlogPress plugins are being removed from the WordPress repository. In order to activate these plugins, users were required to submit their email address for daily spamming.
I have rewritten one such plugin. It is still listed in the repository, but if you...
Read More
Dec 12
Create dynamic forms with a simple drag-and-drop interface.
Features
Integrates with Pretty Link, and WP reCAPTCHA
Use the shortcode [formidable id=x] in posts, pages, or text widgets
Create forms from existing templates or add your own
Direct links available with and without integration with your current theme
Select an email...
Read More
Nov 02
I’ve been looking for a way to monetize a WordPressMU site, and have come down to two options: make it a membership site and/or use applicable affiliate links.
Subscription sites are getting more and more common as time goes by. There are many sites making big bucks off of mass quantities...
Read More
Oct 27
If you’re using BuddyPress and displaying site wide posts, this plugin is a necessary replacement for the one that comes packaged with BuddyPress. The widget options include title, posts per page, and previous and next link titles.
Download Now
...
Read More
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