Categories
Posts

Why WordPress Themes are Derivative of WordPress

Mark Jaquith has an excellent post describing Why WordPress Themes are Derivative of WordPress. Mark is one of the lead developers of WordPress and makes a living by doing freelance WordPress consulting (Covered Web Services).

What Mark points out is that WordPress and themes “run as one cohesive unit”. It’s a good read, I highly recommend it.

4 replies on “Why WordPress Themes are Derivative of WordPress”

Sadly Mark has closed his comments, otherwise I would point out that, if you follow this line or argument, which is easy enough and probably justified, then HP, Lexmark, Brother et al are a part of Windows / Microsoft, since they all work together using compatible software. Without Windows,or any other similar OS, none of them would exist.

Care to explain why?

The manner in which the code is executed in memory is irrelevant, as operation is the domain of patents. The theme debate is one of copyright, where the issue is the actual substance – the code in the theme files.

Here’s a simple example. If you want to build a single binary (using hiphop for example) you’ll need to compile WordPress + your theme + all your plugins in order to produce a single, functional application. As Mark mentioned, themes aren’t something that simply run on top of WordPress, they join together to form a single application. This goes beyond just calling functions in separate libraries, theme and plugin code completely co-mingle with WordPress core to produce your site.

There’s simply no similarity to this in Windows, for print drivers from HP or applications like Firefox.

For applications that want to speak to WordPress there are APIs like XML-RPC, AtomPub, and RSS. Applications that make use of those APIs do not fit into the example I gave above, they are separate from WordPress and don’t combine in the way that themes and plugins do to actually become a single application.

Leave a Reply

Your email address will not be published. Required fields are marked *