-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple "Edit" links when viewing the site as an admin #94358
Comments
Moving this to the Calypso repository, since this repo is about the bug reporting tool, Bugomattic. |
The one element that seems most likely to be removable is the one we add via the custom top toolbar:
The 2 others are part of WordPress itself, and make sense to appear in the admin bar imo. They also link to 2 different editors. |
I agree with @jeherve. |
Here's what I shared in Slack:
|
I’d propose removing Edit Site from both the action bar and the master bar. Generally, I think we’re pushing folks too often into the site editor directly without a clear intent (like customizing styles, or changing colors). |
Wouldn't that introduce a discrepancy between Core and WordPress.com, something that we've been trying to reduce in the past few months? If the "Edit Site" button is confusing in the admin bar, maybe it should be removed from Core directly? |
That's the result I'm seeing in D162881-code too. Why not remove the floating admin bar entirely, or redesign it to house whatever useful links it contains? E.g., stats/subs What is the real value of the floating admin bar? Are there stats to speak to its benefit? |
That's better than an Edit Site link that makes it too easy to break the site: #95363
I too would like to validate the action bar in full. Are folks using it, successfully? Who can we reach out to do this? #96202
I don't want to redesign auxiliary interfaces that WordPress already supports (admin bar for example). |
Quick summary
This follows the comment made in p1725864908061989-slack-C029GN3KD.
(1) When viewing the site as an admin, there are five edit links. Should we remove some of these?
(2) The “Edit site” links on the page take to different destinations:
https://{SITE_SLUG}.wordpress.com/wp-admin/site-editor.php?postType=wp_template&postId=pub/marl//header-footer-only&canvas=edit
, which opens a page with an inserted template.https://{SITE_SLUG}.wordpress.com/wp-admin/site-editor.php?postType=wp_template&postId=pub/marl//header-footer-only
which opens the template selector.
Both of them don’t seem to be apt destinations. It appears to me that we should be taking them to the root view -
https://{SITE_SLUG}.wordpress.com/wp-admin/site-editor.php
which is what the Customizer links to.
(3) While we're at it, the site editor link in "My Home" can also be made to the point to the root view.
(4) Check #94358 (comment)
Steps to reproduce
Browser
No response
Other notes
No response
The text was updated successfully, but these errors were encountered: