As a WordPress user and blogger writing about the platform, there are some rules about the WordPress logo and trademark that you need to keep in mind.
WordPress is an open-source software, but it is still protected by copyright and trademark laws. Many beginners don’t know them, and they may accidentally violate the guidelines.
In this article, we will explain the rules you need to follow when using the WordPress logo and trademark. We will also discuss why it is important and your rights under the WordPress license.
Understanding GPL – The WordPress License
Let’s start with the basics first.
There are two types of WordPress websites. First, there is WordPress.com, which is a hosted solution, and then there is the popular WordPress.org, also called self-hosted WordPress.
When most people say WordPress, they are talking about WordPress.org. To learn more, see our guide on the difference between WordPress.com and WordPress.org.
WordPress is released under the open-source GPL license. This makes WordPress a free software. However, free here is used as in freedom, not as in free coffee.
This license gives anyone the freedom to download, copy, use, study, and modify the WordPress code.
While the software itself is free to use, you will need to purchase a domain name and web hosting account to install WordPress and make a website.
To learn more, see our article explaining why WordPress is free and what the costs are.
There is a misconception among beginners about free software and copyright. While you are free to use the software code in any way you want, the software itself is protected by copyright and trademark laws.
What does that mean?
Basically, you can copy the WordPress code to make new software, but you cannot call your software WordPress.
The name WordPress is a registered trademark owned by the WordPress Foundation. It is a non-profit organization that ensures that WordPress runs successfully as a free, open-source project.
Why Do You Need to Understand WordPress Logo and Trademark Rules?
WordPress powers nearly 43% of all websites on the internet. That’s a really huge number.
Millions of businesses rely on WordPress to run their websites, online communities, and blogs effectively.
To make sure that everything works smoothly, the WordPress brand and trademark needed to be protected. For this purpose, the WordPress trademark was transferred to The WordPress Foundation in 2010.
Now, the problem is that WordPress Foundation is not the only one that works on WordPress. It is an open-source project where thousands of people contribute to its success.
Apart from those contributors, many companies, individuals, and freelancers sell WordPress-related products and services around the world.
If you are running a WordPress website, a web design agency, or providing WordPress-related services, then you need to understand these rules to comply with the trademark policies.
That being said, let’s look at the rules and guidelines you must follow to use the WordPress trademark and logo in your projects properly:
Rule 1: Always Write WordPress with a Capital P
The correct way to spell WordPress is with a capital P. This capitalization is taken very seriously by the WordPress community.
If you are going to mention WordPress anywhere, then make sure that you use the correct spelling. Using an incorrect spelling is frowned upon and considered unprofessional.
WordPress team takes it so seriously that in 2010, they added a built-in filter called capital_P_dangit() in the WordPress 3.0 release.
This function automatically corrects the misspelled instances of WordPress in title, content, and excerpts:
function capital_P_dangit( $text ) {
// Simple replacement for titles
$current_filter = current_filter();
if ( 'the_title' === $current_filter || 'wp_title' === $current_filter ) {
return str_replace( 'Wordpress', 'WordPress', $text );
}
// Still here? Use the more judicious replacement
static $dblq = false;
if ( false === $dblq ) {
$dblq = _x( '“', 'opening curly double quote' );
}
return str_replace(
array( ' WordPress', '‘Wordpress', $dblq . 'Wordpress', '>Wordpress', '(WordPress' ),
array( ' WordPress', '‘WordPress', $dblq . 'WordPress', '>WordPress', '(WordPress' ),
$text
);
}
Rule 2: Do Not Use WordPress in Your Domain Name
As we mentioned earlier, the name WordPress is a registered trademark owned by the WordPress Foundation. This protects the WordPress brand and ensures its continued success.
Like any other registered trademark, the WordPress Foundation reserves exclusive usage rights for the term WordPress. This means you cannot use WordPress as part of your brand name or website.
This restriction also includes domain names. For example:
WordPressBeginner.com Wrong!
WPBeginner.com OK!
You can use WordPress in a subdomain such as (wordpress.example.com). The WordPress Foundation is mainly concerned with top-level domains.
If you see someone using WordPress in their domain name or brand name, then you should contact the WordPress Foundation and notify them about the violation.
See also: How to register a free domain name for your WordPress website.
Rule 3: The WordPress Logo
The WordPress logo consists of the letter W in a grey or sometimes white circle with a grey ring.
The height of the letter W is tall and graceful. Many bloggers and website owners sometimes mistakenly use the faux logo, which usually has a shorter W.
Make sure that you are using the correct WordPress logo in your projects.
The WordPress logo is also available as a text mark, text mark with the W logo, and W logo.
You can download all these logos from the official WordPress logos page (including WordPress logo PNG and SVG formats).
Feel free to use these images in your projects. However, make sure that you use them following the WordPress trademark policy.
Rule 4: No Affiliation or Endorsement
The WordPress Foundation wants you to use the WordPress logo and brand to promote the WordPress project itself.
However, you are not allowed to use it in a way that suggests endorsement or affiliation with the project. Here are some examples:
- You cannot use the WordPress logo in your product’s advertisements.
- You cannot use WordPress or its logo as part of your logo.
- You can place ‘Powered by WordPress.org’ on your website, but you cannot say ‘Recommended by WordPress.’
In easier words, any attempts to take unfair advantage of the WordPress brand name violate the trademark policy.
What Happens When Someone Doesn’t Follow These Rules?
The WordPress Foundation takes these violations very seriously. You may receive an email from them to comply with their trademark guidelines.
Failure to comply may lead to further actions. These actions may include several legal procedures.
For example, if you use WordPress in your domain name, then the Foundation can claim that domain name. Their lawyers can also send you a legal notice.
The legal proceedings would cost you a lot of money, and you would lose support from the WordPress community itself.
The community relies on the WordPress Foundation to take these actions. It benefits everyone in the ecosystem and helps countless WordPress-related companies grow and succeed.
We hope this article helped you understand the rules to comply with the WordPress logo and trademark policies. You may also want to see our guide on the best WordPress plugins and best email marketing services for small businesses.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
Syed Balkhi says
Hey WPBeginner readers,
Did you know you can win exciting prizes by commenting on WPBeginner?
Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
You can get more details about the contest from here.
Start sharing your thoughts below to stand a chance to win!
Peach says
Is it possible to use the WordPress blue hex colour in a logo/branding, for instance, or does that infringe copyright?
WPBeginner Support says
Unless we hear otherwise, a specific color does not infringe copyright, other things can be the same color.
Admin
Terri L Main says
So I’m teaching a class on designing a website using WordPress 5.9. If I understand this correctly, I can’t use the logo in a Facebook post promoting the course (even if there is a disclaimer.) I’m okay with that. I just want to not over-step.
WPBeginner Support says
COrrect, you would not want to use WordPress’ logo in a way like that.
Admin
Akshat says
can we use wordpress logo in our site logo?
WPcraze says
Yes. But I assume that we cannot use it as our logo. But we can use it in our posts to refer to WordPress.
kerrywebster says
It would remind me of the Volkswagen logo too if it had a ‘V’ on top of it and it was a san-serif font and it had a chrome look to it and it was on the front of a car.
Björn says
Swedish ortographic rules states that camel case (for example WordPress) is not to be used in ordinary text. Companies and organizations may use them but they can’t expect other to do it.
Marion says
WordPress is amazing and if the price to use it is to spell and represent its logo correctly then I am more than happy to do so. The advice is very useful.
Martin says
I have never really liked the WordPress (capital P people) logo. It somehow always makes me thing of the VW logo.
Hardeep Asrani says
Yes, it does. My I like the logo anyways.