1
I am developing a theme for Wordpress, and I get the error 404
. I have a post with a certain category, and I can access it normally by your permalink. However when accessing via your categoria
or tag
, no result is returned.
I tried to install Wordpress again on the server, I even used standard themes, but none of this solved the problem.
Can you give more details? What permalink structures are you using? Were these categories/tags created by code or directly in the dashboard? Have you created a file template? Are you creating a child theme? etc....
– Ricardo BRGWeb
Did you try to flush your permalink rules? (i.e., save them again). You also checked the
.htaccess
?– Caio Felipe Pereira