--- title: Adding items layout: demo category: demos related: methods ---

The insert method will append, add items to the widget, filter, sort, and then layout all items

The appended method adds items to the widget, and then lays out only the new items.

See docs on adding items.

{% for elem_number in site.best_of_order :limit 10 %} {% assign element = site.elements[elem_number] %} {% include element-partial.html %} {% endfor %}