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

')?>
%year%
2004') ?>
%monthnum%
05') ?>
%day%
28') ?>
%hour%
15') ?>
%minute%
43') ?>
%second%
33') ?>
%postname%
this-is-a-great-post” in the URI') ?>
%post_id%
423') ?>
So for example a value like:

/archives/%year%/%monthnum%/%day%/%postname%/

would give you a permalink like:

/archives/2003/05/23/my-cheese-sandwich/

In general for this you must use mod_rewrite, however if you put a filename at the beginning WordPress will attempt to use that to pass the arguments, for example:

/index.php/archives/%year%/%monthnum%/%day%/%postname%/

If you use this option you can ignore the mod_rewrite rules.

') ?>

/taxonomy/categorias would make your category links like http://example.org/taxonomy/categorias/general/. If you leave this blank the default will be used.') ?>

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

'), $permalink_structure) ?>

If your .htaccess file is writable by WordPress, you can edit it through your template interface.

'), 'templates.php?file=.htaccess') ?>

\n"; require('./admin-footer.php'); ?>