Title: freeshype's Replies | WordPress.org

---

# freeshype

  [  ](https://wordpress.org/support/users/freeshype/)

 *   [Profile](https://wordpress.org/support/users/freeshype/)
 *   [Topics Started](https://wordpress.org/support/users/freeshype/topics/)
 *   [Replies Created](https://wordpress.org/support/users/freeshype/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/freeshype/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/freeshype/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/freeshype/engagements/)
 *   [Favorites](https://wordpress.org/support/users/freeshype/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Compatible Theme Suggestion](https://wordpress.org/support/topic/compatible-theme-suggestion/)
 *  [freeshype](https://wordpress.org/support/users/freeshype/)
 * (@freeshype)
 * [10 years ago](https://wordpress.org/support/topic/compatible-theme-suggestion/#post-7452551)
 * [@carolemagouirk](https://wordpress.org/support/users/carolemagouirk/) You hit
   the nail on the head there.
 * > It looks as though I almost need a completely blank theme where each page is
   > nothing but the_content…
   > I’m just really confused about how I can get “Total Customization Over Layout”
   > as your landing page suggests.
   > I really feel like I’m missing something.
 * > Technically, yes, but it’s far from the “Total Customization Over Layout” without
   > coding that it claims when using a basic template, like I was.
 * I’ve come to realise this too, I came to this forum searching for someone talking
   about this. I can only edit the_content part of the page and I had gone as far
   as creating a custom page template and editing it so that all that is in it is
   this
 *     ```
       <?php /* Template Name: CustomPageA */ ?>
   
       <?php get_header(); the_post(); ?>
       <main class="page-wrap-single-page main" role="main">
   
             <?php the_content(); ?>
   
         </main><?php # END page-wrap-single-post ?>
   
       <?php get_footer(); ?>
       ```
   
 * I want to have the full ability just like the introductory videos but none of
   my themes have “the_content” reaching all the way up to the top of the page. 
   I’ve tried to remove `<?php get_header(); the_post();` but the page ends up, 
   loading without any CSS stylings.
 * So my options right now for achieving that effect is learn to create my own theme
   that is compatible with Elementor where all i have is a minimal header and the_content
   and then a footer.
    My second option is to edit my current theme CSS file and
   change where every thing is to take full advantage of Elementor.
 * **Bottomline:** Someone needs to show us how to edit a theme to optimize it for
   Elementor and in the future Elementor should sell Elementor-Ready Themes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Elementor gives "call 'the_content' method" Error](https://wordpress.org/support/topic/elementor-gives-call-the_content-method-error/)
 *  [freeshype](https://wordpress.org/support/users/freeshype/)
 * (@freeshype)
 * [10 years ago](https://wordpress.org/support/topic/elementor-gives-call-the_content-method-error/#post-7533587)
 * You need to check your template file, and make sure this line of code is in there
 *     ```
       <main class="page-wrap-single-page main" role="main">
   
             <?php the_content(); ?>
   
         </main><?php
       ```
   
 * That’s the content call method.

Viewing 2 replies - 1 through 2 (of 2 total)