Anyone? When I don’t use permalinks, I get URLs created that look like the following:
https://www.twomomsdaycare.com/?page_id=2
All that link does is take you back to the home page.
If I modify the URL myself in the address bar to add index.php before the ? so it reads https://www.twomomsdaycare.com/index.php?page_id=2 then everything links fine.
Does anyone know what file and where in the code these links are generated so I can physically add the index.php before the ?
Any help would be really appreciated.