Setup Required Custom Types

Custom Types is a type of collection that can be used for any purpose. The Shopper template has built in support for four Custom Types.

See the video on how to setup the Custom Types.

Blog Structure

Code: blog_post

Custom Fields to be created:

Name: blog_date

Type: text

Description: Required format is yyyy-mm-dd


Name: blog_title

Type: text


Name: blog_path

Type: text


Name: blog_author

Type: text


Name: blog_content

Type: snippet


Name: blog_description

Type: text


Name: blog_image

Type: asset


Name: blog_image_alt

Type: text


Name: blog_thumbnail

Type: asset


Name: blog_thumbnail_alt

Type: text

This is how your Blog Custom Type should appear in the admin to be ready to publish posts.

New Custom Pages

Code: pages

Custom Fields to be created:

Name: page_path

Type: text


Name: page_title

Type: text


Name: page_description

Type: snippet


Name: page_content

Type: snippet

FAQ Page

Code: faq

Custom Fields to be created:

Name: faq_order

Type: number


Name: faq_header

Type: text


Name: faq_content

Type: snippet

Service Pages

Code: service

Custom Fields to be created:

Name: service_title

Type: text


Name: service_position

Type: number


Name: service_path

Type: text


Name: service_header

Type: asset


Name: service_header_with_image

Type: boolean


Name: service_preheading

Type: text


Name: service_subheading

Type: text


Name: service_content

Type: snippet


Name: service_meta_title

Type: text


Name: service_meta_description

Type: text


Name: service_thumbnail

Type: asset


Name: service_thumbnail_alt

Type: text


Name: service_pricing_table

Type: boolean


Name: service_pricing

Type: snippet

Last updated