Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the coder-elementor domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u262393194/domains/codestap.com/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rank-math domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u262393194/domains/codestap.com/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u262393194/domains/codestap.com/public_html/wp-includes/functions.php on line 6114
How do you create a new page type in Concrete? - Code Stap
How do you create a new page type in Concrete?

How do you create a new page type in Concrete?

Answer: To create a new page type in Concrete CMS, follow these steps:

1. Access Dashboard: Log in to your Concrete CMS dashboard.
2. Page Types: Navigate to Pages & Themes > Page Types.
3. Add Page Type: Click on Add Page Type.
4. Set Type Details: Fill in the required details such as the name, description, and choose a layout for the new page type.
5. Template Creation: Create a page type template file (PHP) in your theme’s directory under `application/blocks`.
6. Define Areas: In the template file, define content areas using the `Area` class for dynamic content.
7. Save and Publish: Save the new page type and publish it for use.

You can now select this new page type when creating new pages.

Related Questions & Topics