Retired Documentation:  You are using the documentation for version 1.7.3 which was retired in 2013. Go here for the latest version documentation or check here for your available upgrades to the latest version.

Create a New Weblog

Weblog Create

Short Name

The "short name" for the weblog is the name used internally within the program. It is also used when specifying a weblog in variables of parameters in your Templates. It is not normally shown to visitors or otherwise exposed outside of your weblog "setup".

The weblog's short name is a required field. It must be a single word with no spaces. The underscore character is allowed. For example, the weblog's "short name" might be joe_blog.

When duplicating a template group, parameters that call for a weblog short name (weblog="my_weblog") will be updated with the new weblog short name in the duplicated templates. (only if the the parameter contains the old weblog short name).

Full Weblog Name

The "full weblog name" is the descriptive name for the weblog. This is the name of your weblog that you will show to visitors and display on your site.

The full weblog name is a required field. Spaces, punctuation, and other special characters are allowed. For example, the weblog's descriptive name might be Joe's Personal Weblog.

Duplicate existing weblog's preferences

Allows you to duplicate the preferences from an existing weblog.

When duplicating a weblog's preferences and an existing template group, ExpressionEngine will attempt to update the new weblog's path settings with the new template group name.

Edit Group Preferences

Allows you to set the group preferences for a weblog upon creation.

NOTE: Changing these settings will override the settings that would be applied when duplicating an existing weblog's preferences

Category Group

Allows you to select the Category Group(s) to assign to this weblog

Status Group

Allows you to select the Status Group to assign to this weblog

Field Group

Allows you to select the Custom Field Group to assign to this weblog

Create New Templates For This Weblog?

With this setting you can specify whether you would like Templates and a Template Group to be automatically created. If you choose to have Templates created then you can base them off of either one of the default "Themes" or from an existing Template Group.

ExpressionEngine will go through the Templates and attempt to update them for use with the newly created weblog. This would include things such as altering the weblog="default_site" parameter in weblog entries tags. ExpressionEngine cannot always be 100% accurate in this so you're encouraged to go through the Templates and ensure they are correct. The system will also not be able to do things such as place your weblog entry field variables in the Template.

The feature should greatly help get you on your way when creating a new weblog, though.

When a template group is duplicated it's name is replaced in the new template group with the new template group name. ex: {stylesheet="old_template_group/template"} becomes {stylesheet="new_template_group/template"}

Also, two other variables are replaced. The first is "master_weblog_name" {assign_variable:master_weblog_name="my_weblog"}, the second is "my_template_group" {assign_variable:my_template_group="template_group"}. These two will be replaced with the new weblog name and template group respectively.

Top of Page