Title: WordPress PHP ECHO breaks the_content() &#8211; blank, empty displayed
Last modified: March 16, 2022

---

# WordPress PHP ECHO breaks the_content() – blank, empty displayed

 *  Resolved [dunkurs](https://wordpress.org/support/users/dunkurs/)
 * (@dunkurs)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/wordpress-php-echo-breaks-the_content-blank-empty-displayed/)
 * I have a WordPress page with a
 * [su_shortcode]
    inside shortcode , that includes php file.
 *  include(‘aditionaltext.php’);
    This php file generates a for WordPress page.
 * each line is displayed with
 * ECHO ‘<td> value </td>’;
    Instead of a table I can use one line of a code
 * echo ‘lorem ipsum thousand times’;
    And this will break the content module, but
   display everything but the content.
 * Everything works until up to a certain size of the table. Different when you 
   are logged IN and different when you are not.
 * When it is too big there will be no errors in logs. It will simply load a page
   without the_content()
 * There is a header, footer, comments and everything. But the Content is blank.
   Even not a simple text that is added to the article before the Shortcode.
 * Does anyone have a clue? Is this some sort of Wordpres Post size limit?
 * Thank You.
 * P.S. If this helps, I am using getshortcodes.com
 * [https://i.stack.imgur.com/KZGeo.png](https://i.stack.imgur.com/KZGeo.png)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwordpress-php-echo-breaks-the_content-blank-empty-displayed%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘WordPress PHP ECHO breaks the_content() – blank, empty displayed’ is 
closed to new replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * 0 replies
 * 1 participant
 * Last reply from: [dunkurs](https://wordpress.org/support/users/dunkurs/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/wordpress-php-echo-breaks-the_content-blank-empty-displayed/)
 * Status: resolved