The Content Area Was Not Found in Your Page While Using Elementor

go to Appearance - Theme Editor

go to template-home.php (Home Template Page Template (template-home.php))


add the_contect(); on 2nd line  and save,


<?php
the_content();
/*
*   Template Name: Home Template
*/

hope hep full, please leave a comment

Comments

Popular posts from this blog

How to Connect Firebase Using Pyrebase In Python

How to get Full URL or get absolute url In Django

How To Convert Html File/URL/String Into Image Using Python