<![CDATA[ How to automate list of featured pages/articles ? - My Forums]]> https://forums.modx.com/thread/?thread=104877 <![CDATA[How to automate list of featured pages/articles ?]]> https://forums.modx.com/thread/104877/how-to-automate-list-of-featured-pages-articles#dis-post-563938
<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?]]>
sophieschoice Feb 04, 2019, 10:23 AM https://forums.modx.com/thread/104877/how-to-automate-list-of-featured-pages-articles#dis-post-563938
<![CDATA[Re: How to automate list of featured pages/articles ?]]> https://forums.modx.com/thread/104877/how-to-automate-list-of-featured-pages-articles#dis-post-564012 lkfranklin Feb 08, 2019, 04:28 PM https://forums.modx.com/thread/104877/how-to-automate-list-of-featured-pages-articles#dis-post-564012 <![CDATA[Re: How to automate list of featured pages/articles ?]]> https://forums.modx.com/thread/104877/how-to-automate-list-of-featured-pages-articles#dis-post-564011 Quote from: BobRay at Feb 05, 2019, 06:20 PM
How do you want to select the featured articles (newest, oldest, random)?

Are the articles under a single parent?

In terms of how the final page looks, are you displaying one featured articles list or two?


It would be random selected ones, displayed in one list. The articles that are selected are articles from two parents.]]>
sophieschoice Feb 08, 2019, 01:12 PM https://forums.modx.com/thread/104877/how-to-automate-list-of-featured-pages-articles#dis-post-564011
<![CDATA[Re: How to automate list of featured pages/articles ?]]> https://forums.modx.com/thread/104877/how-to-automate-list-of-featured-pages-articles#dis-post-563973
Are the articles under a single parent?

In terms of how the final page looks, are you displaying one featured articles list or two?

]]>
BobRay Feb 05, 2019, 06:20 PM https://forums.modx.com/thread/104877/how-to-automate-list-of-featured-pages-articles#dis-post-563973