documents->get( get_the_ID() ); } if ( $document && $document->is_built_with_elementor() ) { the_content(); } else { foxiz_single_page(); } endwhile; endif; /** get footer */ get_footer();