diff --git a/wp-admin/wp-options-permalink.php b/wp-admin/wp-options-permalink.php index 0e4ff36fd9..f5604aa29b 100644 --- a/wp-admin/wp-options-permalink.php +++ b/wp-admin/wp-options-permalink.php @@ -81,7 +81,7 @@ default:
%postname%
--- A sanitized version of the title of the post. So "This Is A Great Post!" becomes "this-is-a-great-post" %category%
--- Category name of the post. For example "general". Not done yet. So for example a value like /%year%/%monthnum%/%day%/%postname%
could give you a permalink like /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.
So for example a value like /%year%/%monthnum%/%day%/%postname%/
could give you a permalink like /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.