I am having the same problem.
Must be an issue on Cloudflare’s side, not sure though!
Does anyone know how to isolate what in the WP files are reliant on Cloudflare so I could maybe try and remove those files/requests?
Thanks
Hi, never mind that last post :)…thanks for the help but I got it working by replacing:
<?php the_content(); ?>
With
<?php the_excerpt();?>
Hi, thanks for the help.
I tried that and it now displays the full text which is great!!
…but naturally enough now it seems to be also displaying the images from the post you don’t happen to know how to just show the text and not the images?