@cal185
Hi
Try to change
‘while (have_posts()) {‘
to
‘if (have_posts()) {‘
This can be found on line 116. If you log into wordpress, click on plugins in the left hand menu, click on the edit link just under the Insert Pages plugin heading. Do a find (Cmd + F or Ctrl + F) for
‘while (have_posts()) {‘
and change it to
‘if (have_posts()) {‘
Hope it helps.