My WordPress homepage is configured correctly, but the domain shows an old “My Blog” page

Website URL

https://sbsagencia.site.je/

Other Information

My WordPress homepage is correctly configured as a static page called “Inicio”. The WordPress installation is in /htdocs, index.php is the standard WordPress file, and .htaccess is also standard. However, https://sbsagencia.site.je/ shows an old “My Blog/Hello World” page, while https://sbsagencia.site.je/?i=4 shows my current homepage. Other WordPress pages work correctly. I already cleared my browser cookies/cache.

Do you have any caching plugins installed? If so, that plugin may have cached the page with the old theme, which is why you see it without the ?i=4 suffix. The ?i=4 suffix makes it a different URL, which is why it doesn’t reuse the cache, and you see the right version of the page.

The caching plugin should have an option to clear all cache. Try using that option and then see if you can view your website normally again.

Thank you so much. It was indeed a caching issue with W3 Total Cache. I cleared the W3 cache files and now the homepage is working correctly again. Really appreciate your help