PyroCMS

Notice: PyroCMS v 2.2.x is depreciated and is no long under development. This documentation is provided as-is, free of charge, for reference in existing websites.

Your Base URL

Good news! PyroCMS automatically detects your base URL. That means you can move PyroCMS between your development, staging, and production servers without having to keep different configuration files for each.

Obviously PyroCMS can’t detect your database, but you can set your environments to use the right database using environments.

Setting Your Site’s Name

In your site’s admin, select Settings from the top menu. This is where all of your site’s settings are. Some of these you probably won’t need to touch, but some of them you’ll want to change. You can start off by changing your site’s name:

Settings

You’ll learn more about how to use tags later, but you can now access your site’s name in layouts and template like this:

{{ settings:site_name }}

Changing Your Theme

In the admin area, go into Add-ons → Themes. There, you’ll find a list of the currently available themes with "Default" selected.

Page Tabs

Select the radio button next to a theme (for example, try changing your theme to Minimal, a very basic theme that comes with PyroCMS), click Save and your site’s entire front-end theme has changed.

PyroCMS is theme-based, so all of your site’s assets go into a theme folder (CSS, JS, layouts, etc). Whether you create a custom theme or download one from the PyroCMS add-ons directory, this is where you tell PyroCMS what theme to use.

Creating a Custom Theme

Your project will most likely require a custom theme. To learn how to create a custom theme for your project, visit our theming guide. Creating a theme is simple and you do not need to have PHP skills in order to do it.


Next: Creating a New Page