balinos
Member
Posted 3 months ago #
I need your help
my problem is that when I'm on a post I can not browse other internal pages ...
Here is the link to a post
http://qoonas.com/community/gigo-nativo-du12.html
if you attempt to navigate the menu by right na can I get an error page 404, it is a problem because this permalink happened while changing settings in a Custom Structure
/% category% /% postname%. html
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 :)
balinos
Member
Posted 3 months ago #
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.
balinos
Member
Posted 3 months ago #
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.
balinos
Member
Posted 1 month ago #
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?