I tried to use odlinks and it works when I set the permalinks to default but I prefer and changed the permalink to /%year%/%monthnum%/%postname%/ same permalink before installing the plugin. Now, My problem is that I cannot access the links added and I dont know what codes I should change on my .htaccess file. Any idea please?
the current .htaccessis
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Here is the link for details