The sites loads instantly for me in IE11, except for that big slider in the middle.
After you posted the_content reference I was able to search successfully for a solution. My ‘loop’ wasn’t setup properly. Now it is, not it works.
Thank you.
Same code on index.php.
I’ve tried a few others, but that is what is there now.
Trying to use the_content(); feature and entering the content through WordPress by creating pages. Code on the page.php (between my layout code):
<?php the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php comments_template( '', true ); ?>