#56405 closed enhancement (fixed)
Add a help tab in Theme Install screen for the new "Block Themes" search filter.
Reported by: | audrasjb | Owned by: | poena |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | 6.1 |
Component: | Help/About | Keywords: | has-patch has-copy-review needs-user-docs |
Focuses: | ui-copy | Cc: |
Description
Follow-up to #56283 / [53906] / #meta6330.
Now that #56283 is committed, we may consider adding a new help tab to explain what Block Themes are.
We can probably reuse the Block Theme definition available in the Block Editor Handbook:
A block theme is a WordPress theme with templates entirely composed of blocks so that in addition to the post content of the different post types (pages, posts, …), the block editor can also be used to edit all areas of the site: headers, footers, sidebars, etc.
Attachments (4)
Change History (21)
#2
@
2 years ago
Testing instructions
Apply the patch.
Log in to your WordPress installation as a user that has access to switching themes.
Go to Appearance, Themes and select the "Add New" button.
In top right corner, select the "Help" button to expand the help panel.
The panel on this screen should have three tabs: "Overview", "Previewing and Installing", and "Block Themes".
In the more information sidebar inside the panel there should be three links, the new link added in the patch goes to the end user support article about block themes.
- Feedback on the copy is very welcome.
#3
@
2 years ago
- Keywords changes-requested added
Thanks for the patch @poena!
I only have two remarks:
- I think we shouldn't have any linebreak or starting/trailing spaces in translatable strings
- I think we should rephrase a bit this sentence: "You can search for block themes using the Feature Filter, by checking the box for the keyword "full site editing". Indeed, [53906] added an easier way to filter block themes: you only have to click on the "Block Themes" tab of the Theme Install screen :)
#4
@
2 years ago
- Keywords changes-requested removed
The patch looks good to me, thank you @poena!
Would be nice to get some copy review. Are you interested @marybaum? :D
#5
@
2 years ago
Thanks @poena
Patch looks good to me.
Attached the screenshot.
Tested with:
Browser: Chrome
OS: MacOS
WordPress: Latest trunk version (6.1-alpha-53344-src)
#6
@
2 years ago
Thanks @robinwpdeveloper but we already know the patch works fine :) Right now, we need the copy (= texts) to be reviewed before commit.
Pinging also @webcommsat who could help with copy review :)
#7
@
2 years ago
Thanks @audrasjb .
1) Proposed text:
'"A block theme is a theme that uses blocks for all parts of a site including navigation menus, header, content, and site footer. These themes are built for the newest features in WordPress that allow you to edit and customize all parts of your site.'
' With a block theme, you can place and edit blocks outside your content by customizing or creating new templates."
Suggestion:
I would suggest incorporating a sentence on what a block is or linking to the definition of a block.
Some ways to do this:
- link to the definition in the codex glossary, which describes it as: "The abstract term used to describe units of markup that, composed together, form the content or layout of a webpage." However, this is not the easiest of texts for a non developer audience, but at least gives a link to what a block is for anyone new to it.
- add a description for blocks, eg: "Blocks are a new way of organizing content on a page or post."
2) In terms of "place and edit blocks outside your content", this may be slightly confusing when translating.
Can we say something like "place and edit blocks without affecting your content" or "... separate to your content" assuming this is what is meant in this reference?
3) Reference to 'newest' - unless this copy is marked for a change again in a year or so, will these features still be ones we want to describe in this way?
4) It could be valuable to link to a developer hub page on customizing blocks.
Let me know if there was anything else you wanted a copy review on to get this ticket completed. Thanks
#8
@
2 years ago
- Keywords has-patch changes-requested has-copy-review added; needs-copy-review removed
Thanks for the review @webcommsat!
I agree with some of your changes to the original text, however I don't think it is a good place to explain what is a block, or how to customize them :)
I'll put together a new PR so hopefully we can ship something before beta 1 :)
This ticket was mentioned in PR #3290 on WordPress/wordpress-develop by audrasjb.
2 years ago
#9
Trac ticket: https://core.trac.wordpress.org/ticket/56405
2 years ago
#11
Committed in https://core.trac.wordpress.org/changeset/54252
#12
@
2 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Why is there i whitespace at the beginning of the second paragraph? It should be removed in my opinon, as it confuses the work for translators.
__( ' With a block theme, you can place and edit blocks without affecting your content by customizing or creating new templates.' )
This ticket was mentioned in PR #3297 on WordPress/wordpress-develop by kebbet.
2 years ago
#13
2 years ago
#16
Committed in https://core.trac.wordpress.org/changeset/54268
56405 Add block theme help tab