Permalink – /%post_id%/%postname%/ not working
-
I want my url’s to end with post id/post name.
I have tried:
/%post_id%/%postname%/
and also read somewhere to that this was better
/%post_id%/%postname% (no trailing slash)
But all of the urls end with the post name.
I have changed the permalink structure back to the default, deleted the .htaccess stuff and saved it as blank, whet back and saved the permalink with the custom structure as noted above but the .htaccess files is populated with same stuff that I just removed.
What needs to happen here to to get post id/post name?
Thanks
Signed GOING NUTS
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /members/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /members/index.php [L]
</IfModule># END WordPress
The topic ‘Permalink – /%post_id%/%postname%/ not working’ is closed to new replies.