I developed a site locally and successfully commented out the Meta navigation in sidebar.php.
When I uploaded site to the server, the commented out code does not affect how the site displays.
I don't know why. Could it be the way I am attempting to comment out the code? Something else?
I have verified that the file I edited locally that is working correctly locally is the file that exists on the server.
Page of site URL here: http://www.johndendy.com/WP/music-2/
I have tried commenting out the code using the below conventions:
/* [code to be commented out] */
//[code to be commented out]
<!--[code to be commented out] -->
[code moderated - please use the pastebin for any code longer than 10 lines]