Storing the details of a rideshare offer / request lends itself well to custom fields, especially when More Fields is used for data capture. I found a solution to a complex display challenge: How to display a set of posts based on multiple custom field values? This post demonstrates get_post_meta_multiple, a function you could include in your theme to allow you to filter based on an infinite number of custom field key / value pairs.
Read More-
Categories
WordPress Themes and the GPL – again?
This issue of theme theft, re-selling (or conflicting business models and the GPL) comes up every couple months. This obviously sucks, but based on the current WordPress code structure and theme distribution model, there isn’t a lot which can be done – it is the nature of the beneficial beast that is working with open source licensing models. It caused me to think outside the box and ponder a different approach to resolve the problem at hand.
In the 2 years since I originally wrote that article, the premium theme industry developed around a number of thriving businesses. Today, most of the theme developers who sell their wares do so entirely under the GPL. The symptoms causing the questions to be raised may have changed, but the important ones still remain:
1. Can (or will) developers distribute their work under multiple licenses which would respect the source code base license?
Read More2. What do you do if someone does not respect the license that your product is distributed under?
3. How will this on-going conversation affect the open-source community surrounding WordPress?