'post', 'orderby' => 'rand', 'numberposts' => 1, ) ); $content = $post ? $post[0]->post_content : ''; if ( '' === $content ) { $content = esc_html__( 'This is dummy post content and will be replaced with real content of your post. ', 'jeg-elementor-kit' ) . esc_html__( 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec at orci sed metus malesuada eleifend. Praesent condimentum metus ac euismod efficitur.', 'jeg-elementor-kit' ); } } else { ob_start(); the_content(); $content = ob_get_clean(); } return $this->render_wrapper( 'post-content', do_shortcode( $content ) ); } }