changes in Index.php not affecting site!
-
Running the latest WordPress 2.o.4.
on my Localhost
using the Sandbox theme
and Safari on OSX 10.4.8.I’m trying to modify my index.php file in my
Sandbox themes folder to add an additional menu.
I’ve added this –
<?php get_menu(); ?> (Just above the get_sidebar)
and I’ve made the menu.php file and placed it in
my themes folder.
Saved, Browser refreshed – No changes.
Hmm So to trouble shoot I cut all the code from
the Index.php file saved and refreshed browser-
No change – How can I still be seeing my site
(even after closing my browser and specifically
typing in https://localhost/index.php)
It looks just like it always does with the
Header, Content, Footer , Styling etc…
Am I missing something obvious here?
Thanks,
Jacob
- The topic ‘changes in Index.php not affecting site!’ is closed to new replies.