Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help dunno what happened
#1
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
Reply
#2
fixed removing this > <!--<?php get_nested_navigation(get_page_slug(FALSE)); ?>-->
Reply
#3
(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)); */ ?>
Reply
#4
Oh, I learned something new.
Reply




Users browsing this thread: 1 Guest(s)