Why is WordPress Free? Who Pays For It? How Much Does It Cost?

Why is WordPress Free? Who Pays For It? How Much Does It Cost?

Millennia ago, a cool compassionate dude took a few loaves of bread and fish and multiplied them to feed thousands of hungry folks. Or so the myth/belief goes, depending on how you view it.

Almost 2 thousand years later, humans would invent technology that would pretty much allow the same: Code.

So, “what does this have to do with WordPress?” you may wonder.

A lot, actually! We’ll come back to this in a bit.

Prefer a video instead? You’re in luck :)

Is WordPress Really Free?

This is a question many who are looking to create their first website ask.

And the answer is YES.

WordPress is a free and open-source software (FOSS) that you can use, modify, and redistribute as you wish.

Note: By WordPress here, I mean WordPress.org, the self-hosted, free, open-source platform. Not WordPress.com, it’s a related but totally different commercial cousin. You can read more about their differences here.

“But I Still Have to Spend Money to Use It, Right?”

Also YES.

While WordPress, the software, is free, using it to create a live website does incur some costs.

This isn’t a limitation of WordPress as such. All websites hosted online work this way, whether you use WordPress to build them or not.

You need to rent resources on a web host to serve your WordPress site to the world.

WordPress hosting costs as little as $4/month to 1000s of dollars depending on your site’s needs. Most website owners settle for something in between, striking the perfect balance between value and cost.

Note: If all you want to do is try WordPress out, just to experiment or learn, you can do it without spending any money by installing WordPress locally on your PC.

But Why is WordPress Free?

This is easier to grasp by reading the license.txt file included with every WordPress download.

“This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.”

What Exactly Does “Free Software” Mean Though?

To understand this, we have to go back in history and take a look at the origin of free software movement (FSM). It’s a social movement with a goal to guarantee certain freedoms to software makers and users alike.

It’s inspired heavily by the traditions and philosophies of the 1970s hacker and academia culture, which encouraged sharing knowledge and DIY.

FSM was founded in 1983 by Richard Stallman by launching the GNU Project at MIT. FSM was (and still is) a mass-collaboration, free-software movement, the likes of which humanity had never seen before.

Its turning point came in 1985 when Stallman established the Free Software Foundation (FSF) to support FSM. A few years later, in 1989, Stallman wrote the GNU General Public License (GPL or GNU GPL) for use with programs released under the GNU Project.

The GPL license allowed people to study, run, share, and modify the software code as they wished.

But Why Free?

Code isn’t like tangible goods. For instance, if you have an apple, and I take it from you, I now have an apple and you don’t have one. However, if you have software and you share it with me, we both have the software now.

In a way, code is an intangible thing like knowledge or ideas. You don’t lose your knowledge or ideas if you share them with others. On the contrary, it only makes them even more widespread. Free software is meant to do the same.

Another ethical argument put forward by FOSS advocates is that since the software can be copied and distributed at scale with minimal resources, the super high profit margins make it unjustifiable beyond a certain point.

Most of the richest companies in the world today are software companies. Many of them use FOSS tools in their daily work, while still keeping their core software locked. And they keep getting richer and richer.

These two arguments are essentially the main reason why FSM activists want code to be free.

On GPL and Free Software

GPL has gone undergone two major revisions since its inception in 1989 (v2 in 1991 and v3 in 2007). But its core philosophy has remained the same. It’s defined by its adherence to 4 Fundamental Freedoms that are considered essential to any “free software”:

  • Freedom 0: Run the software for any purpose.
  • Freedom 1: Study how the software works through open access to its source code, and change it to do what you want.
  • Freedom 2: Redistribute copies of the software to anyone without any restrictions.
  • Freedom 3: Modify the software, and redistribute the modified software to anyone.

WordPress.org lists these freedoms as their philosophy too.

One core tenet of GPLv2 license is that if you make any modifications to the software licensed under it, the modified code MUST also be licensed under GPLv2, and released along with build & install instructions.

FREE EBOOK
Your step-by-step roadmap to a profitable web dev business. From landing more clients to scaling like crazy.

By downloading this ebook I consent to occasionally receive emails from WPMU DEV.
We keep your email 100% private and do not spam.

FREE EBOOK
Plan, build, and launch your next WP site without a hitch. Our checklist makes the process easy and repeatable.

By downloading this ebook I consent to occasionally receive emails from WPMU DEV.
We keep your email 100% private and do not spam.

Note: As per FSF’s definition, not all open-source software is “free software” (free as in freedom, not free as in beer). But all “free software” is by definition open source.

Some prominent software licensed under the GPL include:

  • Linux Kernel — powers the Linux OS, which in turn powers most web servers
  • MediaWiki — the wiki software on which Wikipedia runs
  • Android OS (major parts of it) — the most used mobile OS in the world, uses the Linux kernel
  • WordPress — powers more than 33% of all the websites

With these stats, I’m not exaggerating when I say that free, open-source software has changed the world.

WordPress as a Free Software

WordPress was born out of the same philosophy as FSM. It was created in 2003 by Mike Little and Matt Mullenweg.

They started it by forking a popular-but-abandoned blogging platform called b2/cafelog.

You may find this hard to believe, but the most popular blogging platform today was itself conceived in a blog post by Matt, and its co-founder Mike, was the first one to comment in support of it.

"Fortunately, b2/cafelog is GPL, which means that I could use the existing codebase to create a fork, integrating all the cool stuff that Michel would be working on right now if only he was around. The work would never be lost, as if I fell of the face of the planet a year from now, whatever code I made would be free to the world, and if someone else wanted to pick it up they could. I’ve decided that this the course of action I’d like to go in, now all I need is a name. What should it do? Well, it would be nice to have the flexibility of MovableType, the parsing of TextPattern, the hackability of b2, and the ease of setup of Blogger. Someday, right?"

Posted on January 24, 2003, by Matt Mullenweg on his b2/cafelog blog.

"Matt,
If you’re serious about forking b2 I would be interested in contributing. I’m sure there are one or two others in the community who would be too. Perhaps a post to the B2 forum, suggesting a fork would be a good starting point."

Comment by Mike Little on Matt’s post

They could fork b2/cafelog because it was released under the GPLv2 license, so anyone was free to do with it as they wished. As such, WordPress was also released under the same GPLv2 license (and still is to this day).

In 2010, the WordPress founders established The WordPress Foundation as a charitable organization to further the mission of open source, GPL software.

It’s also a way to distance themselves from it to avoid conflicts of interest, since they have a commercial service running in parallel called WordPress.com.

Today, WordPress is updated continuously and maintained by The WordPress Foundation and thousands of contributors from all walks of life.

What About WordPress Themes and Plugins?

As per GPLv2 license, all derivative works, such as plugins or themes of WordPress, should inherit the license too.

Drupal (another popular CMS platform), which uses the same GPL license as WordPress, has a well-drafted Licensing FAQs page that explains what a “derivate work” means clearly.

However, in practice, this is much harder to enforce. There’s some legal gray area when it comes to what’s derivative work or not. According to WordPress.org’s licensing page: “we feel strongly that plugins and themes are derivative work and thus inherit the GPL license.”

How Do People Who Make WordPress Make Money Then?

This is a question that has been troubling many FOSS developers for decades.

How does one make money while providing the code they work on for free?

The simple answer is that you don’t make money by selling the code alone. It’s pro-bono work, done for the greater good, like feeding the hungry or cleaning your neighborhood.

However, there are many other ways for FOSS developers to sustain themselves.

WordPress contributors can follow any of the business models of open-source software. They can use their knowledge and expertise to serve as consultants and/or provide support. Or perhaps, they can build custom applications on top of WordPress for clients ready to pay for their professional services.

Some WordPress developers also make money by creating valuable themes and plugins. These can be completely free (supported by voluntary donations or crowdfunding), free with restricted features (paid premium add-ons), or totally pay-to-use (hey, no such thing as free lunch).

A few of these developers have gone on to found successful multi-million dollar enterprises. Some even offer hosting solutions optimized for WordPress.

Automattic Inc., a company started by WordPress co-founder Matt, is the perfect example of this. It’s notable for its WordPress.com platform, which provides an easy way for everyone to build a website without worrying about hosting and other tech-heavy stuff.

WPMU DEV, the company whose blog you’re currently reading, is another example of a successful business built around WordPress. If you’re looking for more inspirations, here’s a list of some of the most successful WordPress businesses.

Hello, WordPress!

WordPress marches on as the most popular platform to build websites. Whether you want to build a simple personal blog or a complex website selling thousands of products, WordPress can do it all with ease.

There are 54,000+ free plugins listed on WordPress.org’s repo alone, some of which are exceptionally excellent. As our commitment to the free software movement’s mission, we’ve released free versions of our most popular Pro plugins on WordPress.org.

You can also find many beautiful free themes for WordPress and build any kind of website in minutes. And if you want to go even further, WPMU DEV offers top-notch premium plugins and supercharged hosting, not to mention our stellar 24/7 support.

If you’re using WordPress in any way, take pride in knowing that the spirit of the free software movement lives on through you!

How free is WordPress for you? Share your thoughts with us in the comments below.

Tags:

Salman Ravoof Salman was formerly a Technical Editor at WPMU DEV. He's a self-taught web developer, writer, creator, and a massive admirer of Free and Open Source Software (FOSS). Besides tech, he's excited by science, philosophy, arts, cats, and food. Learn more about him on his website, and connect with Salman on Twitter