I used to be requested to repair a wordpress primarily based website and I do not get what is going on on with it.
The (customized) theme has a page-home.php
that’s the Residence web page.
No matter edits I make to this file, if I refresh the web page logged in wp-admin (so, I am an admin), the change is seen, however logged out (nameless – as the location is meant for use) it is nonetheless the previous content material.
I did the next:
- downloaded all website regionally, opened all
*.php
information, and looked for duplicate comparable homepage websites, simply in case a distinct one is served for nameless searching – no duplicate information - looked for key phrases like
is_admin
,is_user_logged_in
, did not discover such logic - went by means of this put up to get what the order of execution is in WP. Helped a bit however did not assist me remedy the issue
- hardcoded issues in
header.php
file -> consequence solely displayed whereas logged in.
I do not understand how else to search out out why I maintain getting previous web page.
I assume wordpress is rendering some pages, however why would not use the newest modifications if nameless? How one can repair this?