fueko home fueko home

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
  1. Open the post you want to add to the featured section.
  2. Open the 'Post settings' panel from the icon in the top-right corner.
  3. At the bottom of the panel, you'll find a switch labeled 'Feature this post.'
  4. Click the switch and close the panel.
Tip: How to add a 'See all featured posts' button

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
  1. To add the 'See all featured posts' button, go to the 'Design & branding' settings in the Ghost Admin.
  2. Open the 'Theme' tab and go to the 'Homepage' section, then find the 'Slug for see all featured button' position.
  3. Enter the featured page slug, for example /featured/.
  4. Click 'Save' to activate.
Tip: How to change the featured section style
  1. To change the style of the featured section, go to the 'Design & branding' settings in the Ghost Admin.
  2. Open the 'Theme' tab and go to the 'Homepage' section, then find the 'Style for featured section' position.
  3. Choose an option from the dropdown menu.
  4. Click 'Save' to activate.
Tip: How to remove featured posts from the main collection (for advanced users)
  1. Go to the 'Labs' settings in the Ghost Admin, click on 'Beta features' tab and you will find the 'Routes' section.
  2. Upload the routes.yaml file 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}/
This creates an additional /featured/ URL for posts marked as featured. The change is required if you want to remove those posts from the main collection.