• How do I fix this problem? 3 of my pages (longest ones) aren’t loading, the theme / layout loads fine but the content I created doesn’t show, but its in backend when I try to edit it.

    I tried adding this to wp-config
    /** Trick for long posts */
    ini_set(‘pcre.recursion_limit’,20000000);
    ini_set(‘pcre.backtrack_limit’,10000000);

    But it still doesn’t work, can someone suggest a fix?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘No Content Appearing On Certain Pages’ is closed to new replies.