-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add Short Name as admin settings field alongside Site Title #210
Comments
🤔 My first instinct is that it's not worth adding an extra option for this, but I do like your idea about hiding the field if the name is I'd probably still lean towards requiring devs to use a filter or something though, or letting a plugin add that field, rather than putting it in Core though. |
I agree with @iandunn, for me, I added a short name and name on Customizer settings, this way theme/plugin user can find all PWA options in one place for more simplicity. |
Here's a prototype mini plugin which implements this Short Name UI on the general settings screen: https://gist.github.com/westonruter/dec7d190060732e29a09751ab99cc549 |
This issue comes up over and over again in the support forums, so clearly there needs to be a UI to manage this. I'm adding it to the 0.7 milestone. |
QA Passed ✅
|
+1 to adding this new field. My WP experience is limited, but I'm helping a local news site called "Montclair Local" to make some fixes to their brand new site. The plugin shortened the name to "MntclrLclNws". I realized this plugin was generating the web app manifest, I found and installed Weston's helpful gist, and I fixed the name. Many others would never figure out how to do this. |
@morsssss This should be available the latest version of the plugin, so I don't think you need the gist anymore. |
The web app manifest removed the
short_name
because it was not reliable to automatically generate: #201In order to avoid a site having to add a
web_app_manifest
filter to supply theshort_name
, what if a new Short Name field is added after the Site Title:This field could be hidden until the Site Title field has more than 12 characters in it.
The text was updated successfully, but these errors were encountered: