$v) { if (is_array($v)) { $array[$k] = add_magic_quotes($v); } else { $array[$k] = addslashes($v); } } return $array; } if (!get_magic_quotes_gpc()) { $HTTP_GET_VARS = add_magic_quotes($HTTP_GET_VARS); $HTTP_POST_VARS = add_magic_quotes($HTTP_POST_VARS); $HTTP_COOKIE_VARS = add_magic_quotes($HTTP_COOKIE_VARS); } $wpvarstoreset = array('action','standalone', 'option_group_id'); for ($i=0; $i

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.

Use the template tags above to create a virtual site structure:

Using the permalink structure value you currently have, , these are the mod_rewrite rules you should have in your .htaccess file.

You are not currently using customized permalinks. No special mod_rewrite rules are needed.

\n"; break; } include("admin-footer.php") ?>