From 6bf26558ba361a1b4263a2796a62008d0fdd5a7d Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 12 Jan 2004 00:55:14 +0000 Subject: [PATCH] Cleaned up wording for permalink template tags git-svn-id: http://svn.automattic.com/wordpress/trunk@753 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-permalink.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index c447dc9f1..0876de117 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.