Introducing new Themes Team representatives for the 2026

A few weeks ago, we invited community members who were interested in serving as team representatives to submit nominations. Individuals were welcome to nominate themselves or recommend someone they felt would be a great fit for the role.

The post received many nomination comments, with several highlighting individuals who will serve as the 2025 team representatives. After discussions with both past and current team reps, we finalized the team representatives for 2026. If anyone is interested in taking ownership of a specific area, please reach out in the channel to start a conversation.

Additional support is always appreciatedโ€”the more help the representatives receive, the more they are able to accomplish.

Please join me in congratulating them and wishing them every success in their upcoming term.

  1. Bijay Yadav (@bijayyadav)
  2. Fahim Murshed (@fahimmurshed)
  3. Justin Tadlock (@greenshady)

Bijay Yadav

Bijay Yadav is a WordPress theme developer from Kathmandu, Nepal, sponsored by Elementor to contribute full-time to the WordPress Themes team.

He has been an active member of the WordPress community since 2013, participating in WordCamps as a speaker and contributor dayContributor Day Contributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of https://make.wordpress.org/ There are many teams that people can participate in, each with a different focus. https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/ lead, and contributing across coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress., themes, plugins, translations, and photos.

His contributions include closing numerous themes tickets and maintaining WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ themes such as CustomizerCustomizer Tool built into WordPress core that hooks into most modern themes. You can use it to preview and modify many of your siteโ€™s appearance settings. Custom CSSCSS CSS is an acronym for cascading style sheets. This is what controls the design or look and feel of a site., Clean Notebook, and Geum.

You can reach him directly viaย WordPress Slack; the username isย bijayyadav.


Fahim Murshed

Fahim Murshed is a dedicated WordPress Product Support Engineer and active community contributor from Barishal, Bangladesh.

He is the Lead Organizer of the Barishal WordPress MeetupMeetup All local/regional gatherings that are officially a part of the WordPress world but are not WordCamps are organized through https://www.meetup.com/. A meetup is typically a chance for local WordPress users to get together and share new ideas and seek help from one another. Searching for โ€˜WordPressโ€™ on meetup.com will help you find options in your area. and has been deeply involved in the WordPress ecosystem, contributing to support, themes, core, and more, as well as participating in and organizing WordCamps and meetups.

His commitment to helping others and supporting open-source WordPress initiatives is a key part of his work and community engagement.

You can reach him directly via WordPress SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. His Slack username isย FahimMurshed.


Justin Tadlock

Justin Tadlock is a long-time WordPress contributor and developer from Alabama who has been involved with the project since 2005.

Automattic sponsors him to contribute full-time to Documentation, Support, and Themes, and has a broad history of contributions across core, themes, plugins, and more.

Justin will focus more on the theme handbook and also be involved in making decisions and keeping things moving along.

You can find him on WordPress Slack via his username,ย greenshady.


Thank you for taking on the responsibilities and keeping the tasks and team moving well.

#themes-team

Proper Copyright/License Attribution for Themes

There seems to be a great deal of confusion/misunderstanding regarding what constitutes proper copyright/license attribution for Themes, and several Themes are being approved without proper copyright/license attribution.

There are four primary types of attribution: the Theme itself, derivative-work, incorporated code, and bundled resources. For works licensed under (or compatibly with) GPLGPL GPL is an acronym for GNU Public License. It is the standard license WordPress uses for Open Source licensing https://wordpress.org/about/license/. The GPL is a โ€˜copyleftโ€™ license https://www.gnu.org/licenses/copyleft.en.html. This means that derivative work can only be distributed under the same license terms. This is in distinction to permissive free software licenses, of which the BSD license and the MIT License are widely used examples., this attribution is important, because it ensures that end users know their rights regarding modification and distribution of the copyrighted work. The โ€œcopyleftโ€ nature of GPL ensures that those same rights are preserved in downstream distributions of a copyrighted work, or works derived from that work โ€“ which is why it is imperative that correct copyright/license attribution be included in GPL-compatible works.

Theme Copyright Attribution

Fred WordPress Theme, Copyright 2012 Joe Smith
Fred is distributed under the terms of the GNU GPL

The Theme itself is a copyrighted work, and requires copyright attribution. According to GNU (the maintainer of the GPL):

Whichever license you plan to use, the process involves adding two elements to each source file of your program: a copyright notice (such as โ€œCopyright 1999 Terry Jonesโ€), and a statement of copying permission, saying that the program is distributed under the terms of the GNU General Public License (or the Lesser GPL).

The copyright notice:

The copyright notice should include the year in which you finished preparing the release (so if you finished it in 1998 but didnโ€™t post it until 1999, use 1998). You should add the proper year for each release; for example, โ€œCopyright 1998, 1999 Terry Jonesโ€ if some versions were finished in 1998 and some were finished in 1999. If several people helped write the code, use all their names.

The statement of copying permission:

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 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see < http://www.gnu.org/licenses/ย >.

Derivative Themes and Incorporated Code Copyright Attribution

Themes that are derived from other Themes (such as Twenty Twelve or Underscores) must declare that they are derived from another work, and include the original copyright notice from that work. For derivative works, the declaration would follow the Themeโ€™s own copyright notice, and would take a form similar to the following:

Ginger WordPress Theme is derived from Fred WordPress Theme, Copyright 2012 Joe Smith
Fred WordPress Theme is distributed under the terms of the GNU GPL

Incorporated Code Copyright Attribution

Themes that incorporate code from other Themes (or Plugins) must declare that they incorporate code from another Theme/PluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party.. The difference between a derivative work and incorporated code is, generally, a matter of extent. If you use a Theme as a โ€œstarterโ€ or a base (such as Underscores), then you have created a derivative work. If you use one or more functions from another Theme, then you have incorporated code from that Theme.

For incorporated code, the declaration should be added to the headerHeader The header of your site is typically the first thing people will experience. The masthead or header art located across the top of your page is part of the look and feel of your website. It can influence a visitorโ€™s opinion about your content and you/ your organizationโ€™s brand. It may also look different on different screen sizes. comments for the files and/or the doc blocks for the incorporated functions, including copyright, license, and a source link, using appropriate syntax (such as phpDoc for incorporated PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/index.php code). The Theme readme (or license) file should include a declaration of incorporated code:

Ginger WordPress Theme incorporates code from Fred WordPress Theme, Copyright 2012 Joe Smith
Fred WordPress Theme is distributed under the terms of the GNU GPL

Bundled Resource Copyright Attribution

Themes that bundle third-party resources (such as script libraries, PHP or CSSCSS CSS is an acronym for cascading style sheets. This is what controls the design or look and feel of a site. frameworks, images, fonts, etc.) must declare that they bundle those resources. For bundled resources, the original copyright notice (normally found in file headers, or a license file) should be retained if it exists. Additionally, the Theme readme (or license) file should include a declaration of bundled resources, including copyright, license, and a source link.

Ginger WordPress Theme bundles the following third-party resources:

Genericons icon font, Copyright 2013 Automattic
Genericons are licensed under the terms of the GNU GPL, Version 2 (or later)
Source: http://www.genericons.com

Cycle2 jQuery library, Copyright 2012 M. Alsup
Cycle2 is dual-licensed under the terms of the GNU GPL, Version 2, and the MIT license
Source: http://jquery.malsup.com/cycle2/

Requiring this information to be listed in the readme when it is available in file headers is a bit redundant; but it is a matter of ensuring that the Theme developer has considered/verified that the licenses for all bundled resources are GPL-compatible, and that end users (and reviewers) have a known location to find this information. Note that, because binary files (such as images) do not have human-readable file headers, the inclusion of copyright, license, and source link in the readme is critical, since otherwise the end user will have no way to know how to find this information.

Putting it All Together

Here is an example of a complete copyright/license attribution section in a Theme readme (or license) file:

Ginger WordPress Theme, Copyright 2012 Joe Smith
Ginger is distributed under the terms of the GNU GPL

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 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see .

Ginger WordPress Theme is derived from Underscores WordPress Theme, Copyright 2013 Automattic, Inc.
Underscores WordPress Theme is distributed under the terms of the GNU GPL

Ginger WordPress Theme incorporates code from Fred WordPress Theme, Copyright 2012 Joe Smith
Fred WordPress Theme is distributed under the terms of the GNU GPL

Ginger WordPress Theme bundles the following third-party resources:

Genericons icon font, Copyright 2013 Automattic
Genericons are licensed under the terms of the GNU GPL, Version 2 (or later)
Source: http://www.genericons.com

Cycle2 jQuery library, Copyright 2012 M. Alsup
Cycle2 is dual-licensed under the terms of the GNU GPL, Version 2, and the MIT license
Source: http://jquery.malsup.com/cycle2/

Hopefully this post helps clarify the requirements for proper copyright/license attribution, and will help ensure that review of license requirements is more consistent. As a reminder: under the current guidelines, these copyright statements must be included in the Theme readme (or license) file. The examples given above are intended to describe required content, and not necessarily a required format for that content.

#copyright, #license

Themes Team Meeting Notes โ€“ย August 08, 2023

Howdy Mates!ย :wave:

The meeting notes are from the themes review team discussion.

  • Date: August 08, 2023
  • Time: 15:00 UTC
  • Location:ย #themereviewย channel
  • Agenda: Themes team meetingย agenda
  • Agenda Prepared by:ย @kafleg
  • Meeting facilitator โ€“ย @kafleg
  • Notes taker โ€“ย @kafleg
  • Full transcript โ€“ย ย #themereviewย channel

Attendees:

1. Weekly updates

In the past 7 days,

  • 767 tickets were opened
  • 752 tickets were closed
    • 744 tickets were made live.
      • 23 new Themes were made live.
      • 721 Theme updates were made live.
      • 3 more were approved but are waiting to be made live.
    • 8 tickets were not-approved.
    • 0ย tickets were closed-newer-version-uploaded.

For now, 17 BlockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience.ย themes are currently reviewing. In the last 7 days, 5 blocks themes are live.

Note: Theseย stats include both the new theme tickets and updated theme ticketsย as well.

The themes team published weekly updates about tickets and HelpScout emails. Here is the theme statistic for the past 7 days. The most current stats can be foundย here.

Number of theme reviewers: 7 (@kafleg,ย @acosmin,ย @shrestharaaz,ย @fahimmurshed,ย @bijayyadav, @travel_girl, @rajinsharwar).

In the part of the documentation,

  • Updatedย contributor day page.
  • Updated sidebarSidebar A sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme. button to WordPress Community Themes in theย make themes blogย page.

You can see the entire weekโ€™s updatesย here.

2. ย AI Images in themes

There was a question in the #themereview channel asking it is allowed to use AI-generated images in the themes. In the meeting, we discussed the possibility of using AI images.

@greenshady said, โ€œI think it just depends on the license like any other images. That may depend on the service itself and who owns the image. Just a note that whatโ€™s required is GPLGPL GPL is an acronym for GNU Public License. It is the standard license WordPress uses for Open Source licensing https://wordpress.org/about/license/. The GPL is a โ€˜copyleftโ€™ license https://www.gnu.org/licenses/copyleft.en.html. This means that derivative work can only be distributed under the same license terms. This is in distinction to permissive free software licenses, of which the BSD license and the MIT License are widely used examples. or compatible rather than something being CC0โ€.

@poena added Midjourney has terms that say that media created by non-pro users are Creative Commons Noncommercial 4.0 Attribution International License. So they canโ€™t be used with GPL. Whatโ€™s worse is:

  • Pro user has no image license at all.
  • Midjourney canโ€™t really set that license until whatever Court in their country has decided

And even if a court in their country says one thing that might not be OK in another. It is not a matter of hosting the images.

For the AI images, you should provide proof that your image is GPL-compatible, otherwise, it is not allowed.

3. WordPress 6.3 release day

On the meeting day, we also had a release day of WordPress 6.3. In my question to, โ€œWhich is your favorite feature or improvement that you like in 6.3?โ€ We got the below response.

  • @shivashankerbhatta โ€“ The Styles Tab in the main Editor Panel and theme preview feature.
  • @greenshady โ€“ ย Block spacing/gap support for Query LoopLoop The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post. https://codex.wordpress.org/The_Loop/Post Template.
  • @kafleg โ€“ Navigating through templates is super easy in 6.3. Also, creating patterns(sync and non-sync).
  • @aslamnaikย โ€“ Support for loading scripts withย deferย orย async.

4. Contributor DayContributor Day Contributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of https://make.wordpress.org/ There are many teams that people can participate in, each with a different focus. https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/ at different WordCamps

If you are attending any WordCamps soon, try to join the themes team. We are looking for your contribution to make themes even better.

5. Community Themes

Blue Noteย from the WordPress community is currently under development. You can also join and contribute to the community themes. (While writing this note, the Blue Note is already submitted on WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ and is currently under review.)

If you are wondering what to contribute, you can create patterns, test the theme, or fix the code as well. You can also create designs for new themes and contribute to the community themes.

6. Open floor

During the open floor, @kafleg shared a link to a casual conversation about how you can create custom design tools for blocks from a theming perspective. It is going to be run by @greenshady and @ndiego Thursday, August 17, 2023, at 1:00 PM CST (18:00 UTC).ย Read more here.

Keep contributing!

#meeting-notes, #themes-team

Nominations Call for the themes team representatives: 2026 Edition

The Themes team is seeking representatives for the year 2026. Itโ€™s time to submit your nominations! Please leave a comment in the section below to nominate a team member. Based on the nominations, two or three representatives will be selected for the Themes team.

Currently,ย @acosmin,ย @shivashankerbhatta,ย and me (@kafleg) are theย team representatives.ย 

What are Team Reps?

Team representatives are responsible for acting as the primary communicators on behalf of their team.

In the WordPress open-source project, each team typically has one or two representatives (reps).

Read hereย to learn more about team reps.

Responsibilities:

  • They represent the team
  • Communication with otherย teams
  • Post weeklyย updates
  • Mentor theme reviewersย 
  • Transfer themes, suspend or delist themes (if necessary)
  • Conduct team meetings, write meeting agendas, and meeting notesย 
  • Guide theme authors and reply to their questionsย 
  • Regularly check themes team email and follow-up etc.ย 
  • Maintainย Theme Checkย pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party.
  • Review Patterns and set live or delist them, etc.

What are the qualifications?

A representative should be an active member of the WordPress Community. Someone reliable and trusted, familiar with WordPress theme development.

How to nominate someone?ย 

The deadline for nominations isย Monday, December 01, 2025.

Nomination text sample: โ€œI would like to nominate @nominee_wp_usernameโ€.ย Or you can also nominate yourself. You can write โ€œI would like to nominate myselfโ€.ย 

If you get nominated but if you are not ready for the reps, you can decline it as well.

How Will the Election Work?

If we receive more nominations and are unable to reach a consensus on the representatives, we will hold a vote, similar to an election. If necessary, we will publish a separate post with detailed information about the voting process.

Once the results are in, the new team representative(s) will be announced in a follow-up blog post.

If you have any questions, feel free to comment below. Happy Nominating!

#themes-team

Themes team meeting agenda for March 11, 2025

The Themes Team holds meetings on the second and fourth Tuesdays every month. For this month, this is the first meeting and is set to take place on 11 March.

Meeting Details:

(You need WordPressย SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/ย and you needย an accountย to participate.ย View hereย how to make a WordPress Slack account.)

Alongside the scheduled agendas, we dedicate time at the end of each meeting for an open floor session, where you are invited to ask questions or share any themes-related updates.

We strongly encourage all members and anyone interested in the themes to join in. If there are specific topics youโ€™d like to see included in the agenda, please donโ€™t hesitate to add them in the comment section below.

Meeting Agendas

  1. Weekly updates
  2. Open Floor

I am looking forward to seeing you at the meeting!

#meeting, #p2-xpost, #themes-team