get_permalink returns default link
-
Hi guys, I hope you can help me.
So i’m using /%postname%/ as permalink structure, and my htaccess is this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /develop/sekai/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /develop/sekai/index.php [L] </IfModule> # END WordPress
Hovewer, get_permalink returns me the default permalink structure (?page_id=x), while menus are fine with their links. What should i do? Thanks for all!! ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘get_permalink returns default link’ is closed to new replies.