Permalinks %post_id% not working
Permalinks i change to /%postname%-%post_id%/ but my URL looks like /ads/blog_post_name without post id? so where is post id???
my htaccess code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I use dreamhost hosting.