Latest WordPress 6.2 post not showing
-
WordPress 6.2.
Ecwid Ecommerce Shopping Cart 6.11.6With the latest update of WordPress 6.2. the Ecwid Ecommerce Shopping Cart plugin began to break the post page on the single.php template (the post is empty between the header and footer)
single.php template code:
<?php
get_header();
while (have_posts()) :
the_post();
the_content();
endwhile;get_footer();
When does it break?
If, with the Ecommerce Shopping Cart plugin running, on the page of any post, put the Gutenberg block “Post image”When does it start working?
If you disable the Ecwid Ecommerce Shopping Cart plugin or remove the Gutenberg “Post Image” blockThere are no errors in errors.log.
Help me please!
- The topic ‘Latest WordPress 6.2 post not showing’ is closed to new replies.