Clear the cache of browser every time I want upload my own logo? Mhm...!
While waiting for your answer, I found another method and I solved it.
I commented at the moment the first few lines of code in the
index.php file (line from 11 to 18) as shown below, so each time I call the home page of my site, the template shows the starting page.
When I have finished testing my logo into the starting page, I will delete the comment signs to the code and the template will return to work as before.
Thank you for your attention.
mimma:
/* $revisit = false;
if(isset($_COOKIE['FirstVisitOfDay'])) {
$revisit = true;
} else {
setcookie("FirstVisitOfDay","1",time() + 3600);
$revisit = false;
}
*/