GetSimple Support Forum
Help dunno what happened - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Help dunno what happened (/showthread.php?tid=11517)



Help dunno what happened - st3v3r - 2019-08-27

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


RE: Help dunno what happened - st3v3r - 2019-08-27

fixed removing this > <!--<?php get_nested_navigation(get_page_slug(FALSE)); ?>-->


RE: Help dunno what happened - Carlos - 2019-08-27

(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)); */ ?>



RE: Help dunno what happened - datiswous - 2019-08-27

Oh, I learned something new.