in your theme folder. create a new php file.
For example call it: landingpage.php
in the php file you could have something as basic as:
<?php
/*
Template Name: Landing Page
*/
get_header();
while ( have_posts() ) : the_post();
the_content();
endwhile;
get_footer();
?>
Elementor will be called / inserted where it says the_content();
Included out of the box with elementor you should have a blank elementor template to choose from and using the built in elementor theme builder options create exactly what you are after also choosing conditions of when that page template gets used?
Related Posts:
- How to insert a logo in the header?
- Page template in two level deep folder
- Is it possible to manipulate the list of page templates?
- How can I get wp_head() as a string instead of echoing it?
- Returning Variables back into a template
- How to highlight the current page in the nav menu?
- Do I really need the div class entry?
- Where can I access my custom page template?
- create-guten-block in wordpress theme?
- Override template file i subfolders
- Single Page theme [closed]
- How to Find the Page the Front Page is Using?
- How to place HTML tags in content from the_content()?
- How do I get the trackback count of a post in wordpress without writing an SQL query?
- Need help with adding templates (archives and sitemap) to WordPress child theme
- How to add menù section to my WordPress template?
- Why still output /wp-content/themes/twentynineteen?
- How to add custom meta box when you have a custom page template file
- How to track a users last visited page?
- Create theme for mobile phones and tablets only?
- Creating a theme just to deploy a single page
- WordPress Twenty-Fourteen: How to Remove Home Page Header Image from Other Pages
- wp_editor some functionality not working on custom theme
- Display content on Single page
- One-Page WordPress Template
- How to create multiple pages in a client theme?
- Can you create a custom page with content in the center already defined?
- How get the 10 most viewed pages (not post)
- Standard Way To Do Custom Work Within A Page?
- What is the point of using the front-page.php template? [closed]
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?
- Sizing screenshot.png without losing aspect ratio
- How To Add New Option Types To Option Tree?
- Child Theme not loading parent CSS
- Use of undefined constant FS_CHMOD_DIR – assumed ‘FS_CHMOD_DIR’
- Registering Sidebars and Sidebar Widgets. Sidebar Widgets Not Displaying
- How do I get a parent theme modification from a child theme?
- Removing the default sidebar from admin panel
- how to pull wordpress post comments to a external page
- Why use while over if in single wordpress posts?
- WordPress website loads but is not displayed until page scrolled
- Can I apply a WP theme to a specific custom page template?
- Theme Customizer not loading
- Is it a good idea to make whole theme widgetized?
- Single Theme folder for Multiple WordPress
- How i can get widgets areas working in customizer?
- Cutomize Colors utility: How to add more configurable colors to a theme
- Theme development question regarding layouts
- Cannot figure out how to overwrite files in child theme
- WordPress post arrangement using post_class
- Customize the previous_post_link output
- My Admin bar covers my sticky navbar [closed]
- Single page site with history.js
- Single Page Design, Storing in Theme Options
- Edit footer via customizer
- Move default page templates to sub directory
- loading blank white screen of slide
- Migrated WordPress site renders Chinese
- Load sidebar template just once to prevent multiple animations
- Use WordPress function in php file
- How to change the theme directory uri for localhost?
- Will my site get messed up when the wordpress theme updates if I edited the html code in the editor to change footer?
- How to correctly enqueue the parent and child theme stylesheets in the creation of a child theme? [duplicate]
- Why in the static pages of my theme are showing these information?
- featured content: which area does this cover [closed]
- Which cache is kicking
- searchform.php doesn’t work properly
- Customizer: get_preview_url() inside customize_save_after hook
- Shortcodes do not work in own template
- Adding Bootstrap to WordPress TwentySixteen Theme
- Load different single.php templates according to post layout selection
- Is there a way to switch to another theme?
- Confused by the behaviour of “front page” / “home” templates
- When trying to set title, not sure how to edit it for different pages
- Get video from the post on homepage
- static front page ONLY for certain themes?
- How to add cropped custom header image?
- WordPress Themes Directory: Template which hits the standards?
- How to change a local wordpress installation xml export file urls? and change them to what if you don’t have a live website?
- Any way to change/add to the theme name dynamically?
- makeing a terms of use page that is part of the theme
- How to make menus, footer, sidebars multi language
- Different WP Rest API custom endpoints across different themes
- Different templates for each category level
- Problem with Displaying Custom Theme Page’s Content
- Child theme in separate WordPress Install
- Using Customizer value in an external PHP file inside a theme
- Import from HubSpot COS into WordPress 4?
- Theme customizer live preview JS- Trying to bind to an html image url without luck
- Theme automatically inserting “more” tag on every post
- Using wp_enqueue_script with social media buttons?
- wordpress template page Usage [duplicate]
- Purchased Theme to Custom Made Theme? [closed]
- How to make website with many template that active [closed]
- How to create full header but keep content narrow
- Correct way to make a custom block theme responsive
- Is there a block to print post link standalone in a block theme?
- How to make a multilingual wordpress site to be translated one-to-one without much effort and without using translate?
- Is there a way to have WordPress autodetect page templates in the page-templates directory and any sub-folders?
- Theme template file for a specific custom taxonomy