GetSimple Support Forum

Full Version: Help dunno what happened
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://www.laccademiadellamusica.com/

just edited a text on theme page and saved...everything gone away. I can fix only if i go to chance theme

help pls

maybe i need to update getsimple? my version is 3.3.7

many thanks
fixed removing this > <!--<?php get_nested_navigation(get_page_slug(FALSE)); ?>-->
(2019-08-27, 08:10:39)st3v3r Wrote: [ -> ]fixed removing this > <!--<?php get_nested_navigation(get_page_slug(FALSE)); ?>-->

Instead of using html comments, the proper way to comment out php code is something like:

PHP Code:
<?php /* get_nested_navigation(get_page_slug(FALSE)); */ ?>
Oh, I learned something new.