diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index c447dc9f17..0876de117d 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -75,11 +75,11 @@ default:

Edit Permalink Structure

WordPress offers you the ability to create a custom URI structure for your permalinks and archives. The following “tags” are available:

So for example a value like /archives/%year%/%monthnum%/%day%/%postname%/ could give you a permalink like /archives/2003/05/23/my-cheese-sandwich/ . For this to work you'll need mod_rewrite installed on your server for the rule generation rule to work below. In the future there may be other options.