Vaclav Bedrich
asked 10 years ago

Hello,
I am really amazed of this DW-Argo theme, absolutely perfect! The only thing I have not found a solution is that I can’t change a permalinks. From the start after installation it is like:
www.domain.com/?p=123
And I would like to change onto:
www.domain.com/post-name
 
Can you help me out somehow? When I try to change this none of the new or existing links work.

3 Answers
DominicStaff
answered 10 years ago

Hi Vaclav  ! To change the permalink in the DW Argo, You can log in to Dashboard > Settings > Permalinks then select permalink you want to apply on your site. See the screenshot:

Vaclav Bedrich
replied 10 years ago

Hello, thanks for your answer. Actually I know how to change this but when I choose Post name structure – all permalinks stop working in all theme.

Try it on yourself via http://www.rockstargames.cz/test/

Guru
answered 10 years ago

Have you got the required code in you.htaccess file (if you are using linux based hosting)? If you can’t find it, please place the following code near the end of your .htaccess file in the root directory: # 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 Hope this helps!

DominicStaff
answered 10 years ago

Hi Vaclav !
We have checked on our demo and nothing happens, if you still face the issue, please send me username & password of your site (via private answer) for further checking.

Vaclav Bedrich
replied 10 years ago

I think it works for now, just need to test it further.

Mike Michelo
replied 10 years ago

Hi. I have the same problem and can´t solve yet. 🙁

Dominic Staff
replied 10 years ago

you can send me username & password of your site (via private answer) for further checking

Anthony Dawson
replied 6 years ago

I’d like to know the solution as I cannot get it working either!

Anthony Dawson
replied 6 years ago

I’d like to know the solution as I cannot get it working either!

Anthony Dawson
replied 6 years ago

I’d like to know the solution as I cannot get it working either!

Powered by DW Question & Answer Pro