Alexandre Vallières-Lagacé
Member
Posted 3 years ago #
Hi,
I am currently using this permalink structure :
http://blog.com/2009/03/03/my-title-goes-here/
And I would like to add an extra parameter so the URL look like this :
http://blog.com/2009/03/03/my-title-goes-here/param/
How can I accomplish this? My guess is with the permalink structure, but how do I modify it?
Alexandre Vallières-Lagacé
Member
Posted 3 years ago #
Thsnks, but that information is making my head spin! I check my .htaccess and this is all I have related to wordpress :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
How can I modify this to have an extra parameter?
Thanks!