fueko home fueko home

Slider

Select which posts you want to appear at the top of your site in the slider.

Step-by-Step
  1. Open the post you would like to add to the slider.
  2. Then, go to the 'Post settings' panel using the icon in the top right of the screen.
  3. At the bottom of the panel, you'll find a switch labeled 'Feature this post'.
  4. Click the switch and close the panel.
A post must have a feature image to appear in the slider.
Tip: How to resize the slider?
  1. To change size the slider, go to the 'Design & branding' settings in the Ghost Admin.
  2. On the right you’ll see the tab 'Theme' – expand this settings list and go to the 'Slider size' position.
  3. Use the dropdown menu to select your option.
  4. Finally, click 'Save' to activate.
Tip: How to change images orientation?
  1. To change images orintation, go to the 'Design & branding' settings in the Ghost Admin.
  2. On the right you’ll see the tab 'Theme' – expand this settings list and go to the 'Slider images orintation' position.
  3. Use the dropdown menu to select your option.
  4. Finally, 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, Go to the 'Labs' settings in the Ghost Admin, navigate to the 'Beta features' tab and 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 would set an additional /featured/ URL address for all posts that has been marked as featured. This change is required to remove those posts from the main collection.