So, I have a section on my website with featured articles:
<section class="usa-section usa-section-dark usa-graphic_list">
<div class="usa-grid usa-graphic_list-row">
[[!getResources? &parents=`-1` &resources=`322,224` &tpl=`featuredarticles` &includeTVs=`1` &processTVs=`1`]]
</div>
<div class="usa-grid usa-graphic_list-row">
[[!getResources? &parents=`-1` &resources=`79,75` &tpl=`featuredarticles` &includeTVs=`1` &processTVs=`1`]]
</div>
</section>
The template looks like this:
<div class="usa-width-one-half usa-media_block">
<img class="usa-media_block-img" src="[[+tv.tvImage]]" alt="" width="124" height="124" />
<div class="usa-media_block-body">
<h3><a href="[[~[[+id]]]]" title="[[+description]]">[[+longtitle]]</a></h3>
<p>[[+introtext]]</p>
</div>
</div>
As you see, I manually put the ID´s of the article I want to be featured. How can I automate this?