[wp-trac] [WordPress Trac] #55947: Permalinks screen, add guiding introduction to structure selection.

WordPress Trac noreply at wordpress.org
Tue Jul 5 01:22:51 UTC 2022


#55947: Permalinks screen, add guiding introduction to structure selection.
-------------------------------------+-------------------------------------
 Reporter:  kebbet                   |       Owner:  (none)
     Type:  enhancement              |      Status:  new
 Priority:  normal                   |   Milestone:  6.1
Component:  Permalinks               |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch has-           |     Focuses:  ui, administration,
  screenshots needs-copy-review      |  ui-copy
-------------------------------------+-------------------------------------

Comment (by costdev):

 Attached a mobile screenshot of
 [https://core.trac.wordpress.org/attachment/ticket/55947/55947-permalink-
 guidence-v2.diff 55947-permalink-guidence-v2.diff] to show there are no
 issues on smaller screens.

 -----

 `Select the permalink structure for your website. A structure that
 includes the post name makes sharing links to others more understandable.`

 - The second sentence means that ''sharing'' links is more understandable,
 but it is the link itself that is easier to understand.
 - It may be useful to change "post name" to `<code>%postname%</code>` so
 the user knows exactly what to use. This would mean changing from `_e()`
 to something like:

 {{{#!php
 printf(
     /* translators: %s: the %postname% tag. */
     __( '... includes the %s tag ...' ),
     '<code>%postname%</code>'
 );
 }}}
 - The post name can also help with SEO.

 If you agree with the above, what about this variation?

  Select the permalink structure for your website. Including the
 `%postname%` tag makes links easy to understand, and can help your posts
 rank higher in search engines.`

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/55947#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list