-
Notifications
You must be signed in to change notification settings - Fork 37
Customize on Singular Post has confusing behaviour #283
Comments
@BinaryMoon Thanks for the feedback (sorry for the delay). Actually this was a requested feature in #105 via #236. There is another issue I've raised in #34 which goes further to filter the |
I was expecting to go the customizer make to make some theme related changes and ended up on the edit posts section. My expectation of clicking the customize button is that it would always behave the same way. I can however see the benefit of deep linking the customizer so perhaps it would be clearer if you renamed the 'Customize' button to 'Customize Post'? |
That's a good idea. Only one problem I can see there: translations. Per #237 we can't introduce a translation string like |
Can't people translate it as '%s customizer' or do you mean that the value of %s would need to be something other than the singular_name? I shall have a think, maybe there's something else that could be done. |
See https://core.trac.wordpress.org/ticket/37895 The word “Customizer” may combine differently with “Posts” and “Pages” in other languages, so we can't assume it can be used in a phrase like that. See agreement (linguistics). Potentially we could get around it by adding a little colon which could workaround this issue with a translation string like
I'm not 100% sure this would be safe for translation purposes. @afercia what do you think? |
I think the behaviour on single blog posts/ pages for the 'customize' button is confusing. It takes me to the edit post section of the customize posts control, rather than the customizer which is where I wanted to go.
I think it would be more logical to change the location of the 'edit post' link, rather than the customize link?
The text was updated successfully, but these errors were encountered: