Error 500 from page.php
-
I got an error 500 on a client site I am developing with a child theme.
I replaced this line…
<?php while(have_posts()): the_post(); ?>
in page.php
with this line…
<?php if ( cnr_have_children() ) : while ( cnr_have_children() ) : cnr_next_child(); ?>
in a page.php copy I put in my child-theme folder.
The base theme I am using for this development is Avada.
What am I doing wrong?
Terence.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Error 500 from page.php’ is closed to new replies.