Slider configuration

The slider widget displays your most recent or selected posts. If your images (or at least the first one) in the posts are not uploaded on Blogger, it may not work. You can choose how many posts you want to show.

Showing most recent posts

  1. Go to Layout.
  2. Open the "Slider" widget.
  3. At the end of the code – before </script> you should see …max-results=5">. You can change 5 into any number you want.
  4. Save your changes.

Showing featured posts

  1. Go to Layout.
  2. Open the "Slider" widget.
  3. Replace the last two lines with the code below.
  4. Save the widget.
  5. Open any post you want to display in the slider.
  6. Add “Featured” as one of the labels and save the post.
  7. If you will want to remove the post from the slider, simply remove the “Featured” label.

<script src="/feeds/posts/default/-/Featured?orderby=published&alt=json-in-script&callback=autoslide"></script>