change the cutom permalink structure to :
/% category% /% postname%/
Your permalinks are fine. Your theme or something is adding the page info to the link:
http://qoonas.com/community/gigo-nativo-du12.html?page_id=37
See how it’s got page_id? That’s why it’s borking. Whatever’s in your theme/widgets that’s doing that needs to stop 🙂
Iptenu
What I mean is that duieres is not a permalink problem, but page_id? … correct!
where I edit it?
I can’t tell you for certain where to edit that.
My guess is that your theme is doing it, or a setting in your widgets. You’ll have to look at those.
Still does not solve the problem, but it is true that the theme is that this problem with another theme that runs correcctamente. I’m not using widgets. And by the time the error is not in the “header.php” or the “functions.php” any suggestion of where to look?
If another theme works fine, then it’s your theme. You’ll have to study your theme to debug that one.
We solve
I made some changes to my theme.
What I did is to put links to this code <?php echo bloginfo(‘url’); ?> to always return to the root.
Visit
qoonas.com/art-toys
Balinos, can you explain more clearly what exactly you have done to it? Where does the code go?