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 CSS class to custom logo?
- How to add custom css file in theme?
- theme path in javascript file
- What’s the difference between home.php and index.php?
- get_template_part vs action hooks in themes
- Custom single template for a specific category
- The the_post_thumbnail without srcset?
- The proper way to include/require PHP files in WordPress
- after_setup_theme always runs
- Do I actually need to link my theme’s style.css in the theme files
- Using classes instead of global functions in functions.php
- WordPress API Menu/Submenu Order
- How to move page template files like page-{slug}.php to a sub-directory?
- CSS classes for theme
- A way to automatically install pages on theme install?
- Add custom classes to anchor in wp_nav_menu
- How to remove search bar from a wordpress theme? [closed]
- Should `get_template_directory_uri()` be escaped?
- Get url of thumbnail from the media uploader
- My child theme doesn’t work Error: “The parent theme is missing. Please install your parent theme”
- How To Add New Option Types To Option Tree?
- WP 3.4 – what action/hook is called when theme customisation is saved?
- What WP folder can I use to write files to?
- How to move page templates to custom folder?
- Are the WordPress Core CSS styles really all nessesary?
- Add a dropdown to theme customizer
- Should I use set_transient or update_option?
- Why doesn’t default WordPress page view use force_balance_tags?
- Theme Customizer : how to create multiple-level panel
- Why I can’t add a CSS style in this WordPress theme?
- Theme file for all pages that are a child of a specific page
- Allow Shortcode in Theme Customizer
- Where to post/upload the new theme for WordPress theme repository
- Setting multiple default background images?
- Template for individual post designs
- How to make a theme with more than one CSS file?
- Is it good to rename theme folder downloaded from WordPress.org?
- Best practice way to implement custom sections into a WordPress theme
- Editing the custom background CSS
- What is the problem if I use CDN in my WordPress parent theme(built using bootstrap)?
- register_sidebar ignores ‘id’ and ‘class’
- Pages: frontpage.php, home.php, posts page etc
- Different wordpress 404 template for different post type [duplicate]
- What, specifically, should be included in theme_name_setup()?
- How to get gallery images?
- Posts in multiple Categories different single.php
- Is it possible to use line break in theme description?
- How does WordPress decide what template to use as frontpage
- Is the theme customizer slowing down my site?
- Display a different theme for not logged-in users
- Best practice (forward compatibility) for theme options
- Automatic Updates For Private And Commercial Themes?
- Why does my short code get executed before other content?
- Add colors to existing color palette without replacing it
- Child Theme not loading parent CSS
- What can I hook into after_setup_theme?
- Hide certain pages / posts on wp-admin, show custom filter
- Where do I find the functions triggered within a hook?
- What does “Do not deregister the jquery script in the administration area” mean?
- What is the best book to learn how to make themes for wordpress?
- Grab the first paragraph of each post
- Retrieve the template directory URI via global or get_template_directory_uri() every time?
- How can I see what template parts are being called for rendering the viewable page?
- Add a preview to a WordPress Control Panel
- add_image_size is scaling, even though crop is set to true
- Use of undefined constant FS_CHMOD_DIR – assumed ‘FS_CHMOD_DIR’
- How to show next Post Thumbnail image in WordPress using current post id
- Symlink a directory to wp-content/themes