Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/cartaoame/www/wp-content/themes/layers-elementor/core/helpers/post.php on line 59

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/cartaoame/www/wp-content/themes/layers-elementor/core/helpers/post.php on line 78
/** * Template Name: Only content (for Elementor) * Template Post Type: post, page * The template for using only content with full editor * * @package Ame * @since A,e 1.0.0 */ get_header('only-content'); if( have_posts() ) : while( have_posts() ) : the_post(); the_content(); endwhile; // while has_post(); endif; // if has_post() ?>