Featured section
Mark selected posts as featured so Reiro can highlight them in the homepage Editor’s Choice section. By default the section can show up to six featured posts; when you add a dedicated Featured page link, Reiro shows up to three posts and adds a 'See all featured posts' button.
Step-by-Step- Open the post you want to add to the featured section.
- Open the 'Post settings' panel from the icon in the top-right corner.
- At the bottom of the panel, you'll find a switch labeled 'Feature this post.'
- Click the switch and close the panel.
By default, the featured section displays a maximum of 6 posts. When you activate the 'See all featured posts' button, it displays a maximum of 3 posts plus the button.
Create a Featured page before activating the button.Step-by-Step
- To add the 'See all featured posts' button, go to the 'Design & branding' settings in the Ghost Admin.
- Open the 'Theme' tab and go to the 'Homepage' section, then find the 'Slug for see all featured button' position.
- Enter the featured page slug, for example
/featured/. - Click 'Save' to activate.
- To change the style of the featured section, go to the 'Design & branding' settings in the Ghost Admin.
- Open the 'Theme' tab and go to the 'Homepage' section, then find the 'Style for featured section' position.
- Choose an option from the dropdown menu.
- Click 'Save' to activate.
- Go to the 'Labs' settings in the Ghost Admin, click on 'Beta features' tab and you will find the 'Routes' section.
- Upload the
routes.yamlfile with these settings:
routes:
collections:
/:
permalink: /{slug}/
filter: featured:false
template: index
/featured/:
permalink: /featured/{slug}/
filter: featured:true
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
Type at least 2 characters to search