Help

     Forum      Videos      Knowledge Base      Hire Us      Hosting Providers     Sandbox >

Knowledge Base

Content Management, Site Design

 

How can I create a blog?

To create a blog on your web site, you will need to setup the following pages :

1. You will need to setup a page that will collect your blog articles subject and body content. This page will have the Custom Form page type. You will need to add fields to this custom form, such as a field for the subject and body.

2. You will then need to setup a page that will list all blog articles one after another. This page will have the Form List View page type. You will need to choose which fields you want to output on this page. An example of fields you might output would be the subject and a short description.

3. Finally, you will need to setup a page that will show the full details of the blog post. This page will have the Form Item View page type. You will need to choose which fields you want to be output on this page. You will also need to link to this page from the form list view page that you created previously.

For more information on how to configure the form list view and form item view pages, please see our article on Custom Form View Page Types.

For an example of how to configure each of these page, please see our demo website.


Back