Themes team meeting notes for October 22, 2024

The meeting notes are from the themes team discussion.

  • Date: October 22, 2024
  • Time: 15:00 UTC
  • Location: #themes channel
  • Agenda: Themes team meeting agenda
  • Agenda Prepared by: @kafleg
  • Meeting facilitator – @kafleg
  • Notes taker – @bijayyadav
  • Full transcript –  #themes channel

Attendees:

Thank you everyone who attended the meeting.

1. Weekly Updates

In the past 7 days,

  • 751 tickets were opened
  • 755 tickets were closed
    • 741 tickets were made live.
      • 20 new Themes were made live.
      • 721 Theme updates were made live.
      • 0 more were approved but are waiting to be made live.
    • 14 tickets were not approved.
    • 0 tickets were closed-newer-version-uploaded.

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

Number of reviewers: 5 (@acosmin@kafleg@fahimmurshed@vowelweb,@bijayyadav)

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 status:

  • 22 Block themes are currently being reviewed
  • 5 The Block theme has been live for the last 7 days

Currently, we have 86 themes under review. More information on weekly updates is here.

2. SEO Keyword stuffing in the theme name

While reviewing themes or checking the themes repo, we found some themes’ names is not like a name but more SEO keyword stuffing.

Theme name like `SEO Specialist Agency` is more like keywords, not name. During the meeting, @williampatton said, “That does seem kinda keyword loaded to me but I don’t know if it violates any rules”. @heatheracton added, “Given these themes are meant for wide use, it could be suggested they change to “Specialist Agency”. “SEO Specialist Agency” seems pretty niche? Maybe could add something to the theme developer handbook, recommending generic names?”

Aslam Naik said, “If an author persistently submits themes which are obvious keyword stuffing, we can suggest them. If they are using long-tail keywords we can suggest or request changes, I think once they know reviewers are aware of this issue, they will automatically deter”.

@kafleg summarized that to reduce such name by,

  • Check the name of the theme and if the name seems Keyword stuffing, inform the theme author to change it.
  • Suggest some good name ideas.
  • If they repeatedly do, again ask them to change.

During the meeting, we agreed to follow this and then see how it will work in coming days.

3. Twenty Twenty-Five theme testing

Testing the TT5(Twenty Twenty-Five) theme is also a good way to contribute to the WordPress project. You can test PRs or the entire theme with current and previous versions of WordPress, as well as in different 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/preface.php. versions.

During the meeting, @heatheracton shared, “Just wanted to share that I’m submitting my first ever Issue after testing the TT5 theme.”  

We love to see your active contribution to testing the TT5 theme. Also, the RC1 of 6.7 is released.

4. Open Floor

During the open floor, @kafleg shared that, KafleG, @shivashankerbhatta and @ohia talked with the Contributor Mentorship Program themes team mentee and it was a nice talk.

Matias is looking for reviewers who can review PRs for the 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.

See you everyone at the next meeting! Mark your calendar for second Tuesday of November.


#meeting-notes, #themes-team

Themes team meeting agenda for October 22, 2024

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

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. SEO Keyword stuffing in theme name
  3. Twenty Twenty-Five theme testing
  4. Open Floor

I am looking forward to seeing you at the meeting!

#agenda, #themes-team

Themes team meeting notes for October 08, 2024

The meeting notes are from the themes team discussion.

Attendees:

  1. @jagirbahesh
  2. @mmaattiiaass
  3. @prathameshp
  4. @mosne
  5. @bijayyadav
  6. @juanfra
  7. @shivashankerbhatta
  8. @alexcu21
  9. @Ohia

1. Weekly Updates

In the past 7 days,

  • 709 tickets were opened
  • 697 tickets were closed
    • 683 tickets were made live.
      • 32 new Themes were made live.
      • 651 Theme updates were made live.
      • 4 more were approved but are waiting to be made live.
    • 14 tickets were not approved.
    • 0 tickets were closed-newer-version-uploaded.

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

Number of reviewers: 5 (@acosmin@kafleg@fahimmurshed@vowelweb,@bijayyadav)

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 status:

  • 17 Block themes are currently being reviewed
  • 12 The Block theme has been live for the last 7 days

2. Testing Twenty Twenty-Five theme in WordPress 6.7 BetaBeta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. 2

WordPress 6.7 beta 2 is released, I recommend testing the theme with 6.7 and if you find any issues, report in the GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ for this theme development.

Twenty Twenty-Five is currently under development in GitHub. Your testing will help to make this theme powerful and issues free.

3. Open Floor

During the open floor, @mmaattiiaass asked “What are the requirements in terms of <h1> tags for themes?
Could we add this check to the 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-partyCheck the number of h1 elements on block theme templates“.

Also, he asked, “Does the theme-check plugin run automatically when a new theme is submitted to the theme’s repo?”

If you’ve answered these questions, please comment in the comment section or reply in the channel.

#meeting-notes, #themes-team

X-post: Announcing the Third Cohort (2024 Q4) of the WordPress Contributor Mentorship Program

X-post from +make.wordpress.org/community: Announcing the Third Cohort (2024 Q4) of the WordPress Contributor Mentorship Program

Themes team meeting agenda for October 08, 2024

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

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. Testing Twenty Twenty-Five theme in WordPress 6.7 BetaBeta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. 1
  3. Open Floor

I am looking forward to seeing you at the meeting!

#agenda, #themes-team