sidebar: old script showing after ftp new one
-
Hi, I got a problem that I would usually identify as a cache problem. But after doing everything I could with all browsers(cleaning caches, using different browsers, forcing browsers to use newest) the problem still persists:
I use content / sidebar in a theme, and in the sidebar I use PHP
to display the right folder content out of a choice of 20 folders: `switch ($page_id)
{
case 21:
include “content_online/yasinsky/yasinsky.php”;
break;case 24:
include “content_online/cornelissen/cornelissen.php”;
break;
…
}`Always fine, just recently it seems wordpress doesn’t use the new script (1 page_id and 1 folder added) but displays the old script with no sidebar content for the new page. To check it, I changed the script and called the new folder with an old page_id: no change, the old folder was displayed.
I deleted the sidebars in the theme and in the child theme, but after the fallback and the ftp-upload again there was no change.
what could I do now?
Thankyou!
- The topic ‘sidebar: old script showing after ftp new one’ is closed to new replies.