• Resolved bluesteel124

    (@bluesteel124)


    Is there a way to add numbers to items in the feed? For example I want to do a top 50.

    I would like for them to be numbered 1-50.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You could do this fairly easily using the template feature, just use an ordered list html tag to display the feed items.

    In the post put this:

    <ol>
    [hungryfeed url="https://your.feed.url" template="1"]
    </ol>

    In the HungryFEED settings for template 1 put something like this:

    <li>
    <div><a href="{{permalink}}">{{title}}</a></div>
    <div>{{description}}</div>
    </li>
    Thread Starter bluesteel124

    (@bluesteel124)

    Thanks, that did the trick.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Number items in feed’ is closed to new replies.