How to Create A New Page In October CMS?

7 minutes read

To create a new page in October CMS, follow these steps:

  1. Log in to your October CMS backend using your admin credentials.
  2. Click on the "Pages" tab in the sidebar.
  3. In the top right corner, click on the "New" button to start creating a new page.
  4. Enter a title for your page in the "Title" field. This will be the name that appears in the backend for your reference.
  5. Choose a URL for your page by entering a value in the "URL" field. Make sure to use lowercase letters and separate words with hyphens or underscores.
  6. In the "Layout" dropdown, select the layout that you want to use for your page. This will define the overall structure and design of your page.
  7. If you want your new page to be accessible from the main menu, check the "Add to Menu" checkbox.
  8. You can also add page content by entering it into the "Content" textarea.
  9. Click the "Save" button to create the new page.


After following these steps, your new page will be created and you can start customizing it further by adding components, custom CSS, or JavaScript as needed.

Best October CMS Hosting Providers in 2024

1
Vultr

Rating is 5 out of 5

Vultr

  • Ultra-fast Intel Core
  • High Performance and Cheap Cloud Dedicated Servers
  • 1 click install Wordpress
  • Low Price and High Quality
2
Digital Ocean

Rating is 5 out of 5

Digital Ocean

  • Active Digital Community
  • Simple Control Panel
  • Starting from 5$ per month
3
AWS

Rating is 5 out of 5

AWS

4
Cloudways

Rating is 5 out of 5

Cloudways


What is a partial in October CMS?

In October CMS, a partial is a reusable component that contains a specific piece of markup code or functionality. It is similar to a template, but it is intended to be included or embedded within other templates or pages.


Partials are typically used to break down complex templates or pages into smaller and more manageable pieces. They can be used to define common elements such as headers, footers, sidebars, or any other section of a page that needs to be reused across multiple pages or templates.


By using partials, developers can easily maintain and update specific sections of a website without the need to make changes to every single template or page where those sections are included. It promotes reusability, code organization, and modularity in development.


How to edit an existing page in October CMS?

To edit an existing page in October CMS, you can follow these steps:

  1. Login to the October CMS backend by navigating to your website's URL and appending "/backend" at the end. For example, if your website is "example.com", the backend URL would be "example.com/backend".
  2. Once logged in, you will be directed to the Dashboard. Click on the "Pages" option in the left sidebar to view a list of all pages.
  3. Find the page you want to edit and click on its name. This will open the page editor.
  4. In the page editor, you can make changes to the content, layout, and settings of the page. You can use the drag-and-drop editor to add or rearrange content blocks, customize the page URL, adjust SEO options, and more.
  5. After making your changes, click the "Save" or "Save & Close" button to save your modifications. The "Save" button will only save the changes without closing the editor, while the "Save & Close" button will save the changes and close the editor.
  6. If you wish to review the changes on the front-end of your website, click the "View" button located at the top of the page editor. This will open a new tab or window with the live version of the edited page.


Remember to clear your website cache if necessary to see the changes immediately.


How to create a blog post page in October CMS?

To create a blog post page in October CMS, you can follow these steps:

  1. Install October CMS: If you haven't already, make sure you have October CMS installed on your local or remote server.
  2. Create a new page: Go to your October CMS backend and navigate to the Pages section. Click on the "Create" button to create a new page.
  3. Set up the page layout: In the page creation form, fill in the required fields such as Title, URL, and Layout. The layout will determine the general structure and design of your blog post page.
  4. Add a blog post component: Scroll down to the Components section and click on the "Add Component" button. From the popup, select the "Blog Post" component.
  5. Configure the component: Once added, configure the Blog Post component by setting the necessary options, such as specifying the blog post to display, setting up a custom template, and selecting the fields to display (title, content, author, date, etc.).
  6. Save and publish: Save your changes and publish the page. You can now visit the URL of your blog post page to see how it looks.
  7. Customizing the template: If you wish to customize the appearance of the blog post page, you can create a partial or a separate template file and modify it according to your needs. You can use the default blog post template provided by October CMS as a starting point.


Remember to familiarize yourself with the specific documentation of the blog component you are using, as it may have additional features and options to enhance your blog post page.

Facebook Twitter LinkedIn Telegram Whatsapp Pocket

Related Posts:

In October CMS, you can use cron jobs to automate repetitive tasks or scheduled actions. Cron jobs are widely used in web development to run scripts or commands at specific intervals.To use cron jobs in October CMS, you need to follow these steps:Create a new ...
To create a custom form in October CMS, you can follow these steps:First, you need to create a new plugin in October CMS. Plugins are used to extend the functionality of the CMS.Inside your plugin, create a new file for your form. This can be done in the "...
To install October CMS, follow these steps:First, you need to have a web server with PHP and MySQL installed. Make sure that your server meets the system requirements for October CMS.Download the latest version of October CMS from their official website.Extrac...