function technig_the_content($content) { // Take the existing content and return a subset of characters it return substr($content, 0, 20000); }add_filter("the_content", "technig_the_content");