This feature works on all page types.
Display content from one page on another page. Examples include displaying your news/blog posts or events on your home page.
Base Page Tag
Add the following tag to the page that you would like to display on another page:
excerpt_
after the underscore, add the slug of the page you would like the excerpt to display on.
It should look something like this:
excerpt_pageslug
- Excerpt Placement
- Excerpt Navigation
- Display All Subpages as Excerpts
- Display Only Featured Items
- Excerpt Formatting
Excerpt Placement
By default, excerpts display after page content in the order of their publish date (if you have multiple excerpts on one page).
To display an excerpt before the destination page's content append the following tag to the base tag:
_before
excerpt_pageslug_before
To display an excerpt inline with but after the content of a destination page, append the following tag to the base tag
_content
excerpt_pageslug_content
To display an excerpt at the end (or bottom) of all pages, add the following tag:
excerpt_page_end
You can now display excerpts inline content. Go to Inline Formatting to learn how.
Excerpt Navigation
Create an inner nav (on-page nav) of excerpts included on a page
layout_excerpts_nav
Display All Subpages as Excerpts
To display all subpages of a parent as excerpts on the parent page, add the following tag:
layout_excerpt_children
Note: Using this method the excerpts display in the order the pages were created (not their publish date/time) and there is no way of reordering them except to delete and create the pages in the order you want them to display.
Display Only Featured Items
Place this tag on the parent page:
limit: featured
and then tag child pages with the following tag to display just those pages in an excerpt:
featured
Excerpt Formatting
To remove the excerpt page's headline text from displaying add the following tag to the page:
excerpt_no_headline
Add a background image to the excerpt by uploading the image under files and add the following tag to the page:
Excerpt BG: image_file_name.jpg
Add a solid background colour to the excerpt by adding one of the following theme tags:
excerpt theme: primary
excerpt theme: secondary
excerpt theme: tertiary
To control the padding (or spacing) before and after an excerpt add this to the page being excerpted:
spacing: half
spacing: double
Add one of the following tags to the page to change the background: