In this guide we use Thaura.ai to generate a landing page as it usually generates stand-alone code easy to add into a page in Cradle CMS.
Step 1: Prompting the page
Provide the bulk content for the page as the suggestion will be more accurate from the start.
Prompt: “Generate a landing page from this content” and paste in the content in the prompt window.
If the suggestion is good enough and only minor tweaks to the content is needed ask for the code.
Step 2: Add the code into a page
- Create a page in Cradle CMS.
- Change to the HTML content editor.
- Copy the code in Thaura and paste into the editor.
- Change the page template to emptyBody.
- View the code and remove
<head>tags and the content within, except for the<style>tags and the content inside them. Keep only<body>,<style>and<script>tags and the content within them. - Preview the page
Step 3: Modify the code
The code can be modified freely in the HTML editor.
Considerations
- It is also possible to use the layoutFree template and keep all the code. This however means that the information from the system, such as meta titles, descriptions, cover images will not be used.
- A new page template can be created in the theme and the information in
<style>and<script>tags can be added as files in assets instead.