Block-based Themes Meeting Agenda: Apr 21, 2021

Below is the agenda for this week’s Block-based Themes meeting.

Time: Wednesday, April 21, 2021, 11:00 AM EDT

Channel: #themereview

Agenda

  • 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.-based theme updates in GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/
  • TT1 Blocks update
  • Universal Themes & Building Themes “between paradigms”
  • Open Floor / Q&A

@pbking will be facilitating this week’s meeting. Please comment if you have any additional topics you’d like to see discussed!

+make.wordpress.org/core/ #agenda #meeting

Gutenberg + Themes: Week of Apr 12, 2021

Hello! This is the 45th weekly roundup of theme-related discussions, fixes, and developments in GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/.  

Please weigh in on the tickets below — your feedback is crucial and appreciated.

Issues / Discussions & PRs

  • FSEFSE Short for Full Site Editing, a project for the Gutenberg plugin and the editor where a full page layout is created using only blocks.: Add Disable FSE support flag. 30760
  • FSE: Setting gradient as background does not match site editor view. 30768
  • FSE: What should replace the Theme Editor? 30695
  • FSE: New milestone — Full Site Editing Gradual Adoption 30662
  • FSE: Post Comments & Post Comments Form 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.: Provide HTML5 markup by default 30502
  • FSE: Discussion on Editor Styles Wrapper Padding for block themes 30545
  • FSE: Add post classes in the 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. 30497
  • FSE: Update customize link from Appearance menu for block themes 30643
  • FSE: Finalizing the name and menu item placement proposal 29630
  • FSE Blocks: Add wrapper and align options to the Query block. 30804

Merged/Fixed

  • FSE: Term Description block: Don’t output if there’s no description 30564
  • FSE: Fix template hierarchy fallbacks. 30599
  • Allow creating block templates in existing themes. 30438

General Resources:

Thanks @jeffikus for your help with this week’s summary. Please comment if there’s something you’d like to highlight 🙂

#gutenberg-themes-roundup

Themes Team Meeting Notes – April 13, 2021

You can find the full meeting transcript on Slack (login required)

Meeting coordinator: @kafleg
Notes kept by @kafleg

Weekly updates

Currently 46 new parent themes and 10 new child themes are waiting for review.
The waiting time is 3 weeks.

In the past 7 days,

  • 401 tickets were opened.
  • 417 tickets were closed.
  • 389 tickets were made live.
  • 23 new Themes were made live.
  • 366 Theme updates were made live.
  • 1 more were approved but are waiting to be made live.
  • 27 tickets were not-approved.
  • 1 tickets were closed-newer-version-uploaded.

Number of reviewers: 5

You can find more information here.

Changing the name of Theme Unit Test

There were some suggestions in GitHubGitHub GitHub is a website that offers online implementation of git repositories that can 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 the possible name of Theme Unit Test. Among them, Theme Test Data was simplest and most reasonable suggestion by @kjellr. We finalized the name from the meeting. Now, Theme Unit Test will be Theme Test Data.

Project updates

Currently, there are 4 projects running,

  • Security testing tools for themes
  • Theme review action
  • Theme unit test
  • Requirements page review

We would like to request respected projects leads to provide the updates about the work. We were not able to take the updates during the meeting because none of the leads were present.

@kafleg is working on the requirements page review and he will consult with the themes team reps and try to reduce the requirements list.

Open Floor

During open floor, @joyously raised a question about using pre_get_posts in theme. She said, this seems to me to be 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 functionality. 

@kafleg replied, In most of the cases themes use pre_get_posts to exclude the categoryCategory The 'category' taxonomy lets you group posts / content together that share a common bond. Categories are pre-defined and broad ranging. IDs in blog post. That might be the reason that you get 905 matches.

@greenshady said, Theme authors should mostly avoid pre_get_posts because most of the time this should be done via plugin. However, there are exceptions to this.  For example, a theme author might want to pull all the sticky posts into a slider at the top of the home/blog page.  And, because they wouldn’t want duplicate posts, it makes sense to hook into pre_get_posts to remove them from the main query.

You can read the entire conversation here.

At last, thank you all for your active participation in the meeting.

#meeting-notes, #themes-team

X-post: FSE Program Testing Call #5: Query Quest

X-comment from +make.wordpress.org/test: Comment on FSE Program Testing Call #5: Query Quest

Themes Team Meeting Agenda for April 13, 2021

The themes team conducts a meeting on the second and fourth Tuesday of the month.

Along with the fixed agendas, we have an open floor at the end where you can ask or share anything related to themes.

If you want to join #themereview and contribute, check this link to get started.

We encourage all members and anyone interested to attend.

Channel: #themereview | Time: Tuesday, April 13 2021, 15:00 UTC

Meeting agenda

  1. Weekly updates
  2. Changing the name of Theme Unit Test
  3. Project updates
  4. Open Floor

Weekly Updates

Current statistics can be found on: https://themes.trac.wordpress.org/ 

Themes TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. ticket graph: https://themes.trac.wordpress.org/ticketgraph

Check regular weekly updates here.

Changing the name of Theme Unit Test

Changing the name of “Theme Unit Test” to some other name. There are few suggesions like,

  • Theme Acceptance Test
  • Theme Test Data
  • Theme Dummy Data
  • Demo Content
  • Test Site Content
  • Sample Theme Data

If you have any particular name suggestion, comment us below or use this GitHub link.

Project updates

Currently we are working on,

  • Security testing tools for themes – currently in progress with @dd32
  • Theme review action – currently in progress with @dufresnesteven
  • Theme unit test – currently in progress with @technocrews

We would like to request each project lead to provide us the updates via the comment section below.

Open Floor

We will discuss everything related to themes. Attendees can ask or share themes related things.

Please comment in the comment box below if you have anything to bring up during the open floor.

#meeting, #meeting-agenda, #themes-team