by (1.4k points)
Hello, everyone
I use flexkit.
The following code is in the news room.html

            <section class="flex_9" role="main">
                <!-- news list -->
            {newslist:news-room}
                <article class="news-item">
                    {$news:actions}
                    <time class="news-item-date small block mb10px" datetime="{$news:publishat:Y-m-d}">
                        <i class="icon-calendar2 icon16"></i>
                        {$news:publishat: M d, Y}
                    </time>
                    <a class="news-item-image text-center flex_3 f-alpha" href="{$news:url}">
                        <img src="{$news:preview}" alt="{$news:title:inline}" loading="lazy"/>
                    </a>
                    <a class="news-item-title large flex_9 f-omega mb10px" href="{$news:url}">{$news:title}</a>
                    <p class="news-item-description flex_9 f-omega mb10px">{$news:teaser}</p>
                    <p class="news-item-tags small cl-both text-right">{$news:tags}</p>
                </article>
            {/newslist}
            </section>

The following code is completely ignored

                <article class="news-item">
                    {$news:actions}
                    <time class="news-item-date small block mb10px" datetime="{$news:publishat:Y-m-d}">
                        <i class="icon-calendar2 icon16"></i>
                        {$news:publishat: M d, Y}
                    </time>
                    <a class="news-item-image text-center flex_3 f-alpha" href="{$news:url}">
                        <img src="{$news:preview}" alt="{$news:title:inline}" loading="lazy"/>
                    </a>
                    <a class="news-item-title large flex_9 f-omega mb10px" href="{$news:url}">{$news:title}</a>
                    <p class="news-item-description flex_9 f-omega mb10px">{$news:teaser}</p>
                    <p class="news-item-tags small cl-both text-right">{$news:tags}</p>
                </article>

How can I design the newsroom.
I want him to look like this

http://seotoaster-documentation.seotoaster.com/
{$newslist:template_n....

Can one create several news rooms?

Best regards

Ronny

1 Answer

by (340 points)
Hello, CIATRONICAL.

1)
If you are using flexkit and the news-room template.
You need to create a page and apply the news-room template and for this page select the setting https://monosnap.com/file/sQvP1UjA9yBPDKCxospvzdgJp6Rer3

Then the news will be displayed.

2)
to create several news rooms
Need to use different TAGS for news lists
{newslist:XYZ[:news_items_qty[:order_direction[:tags:tag_to_filter1,tag_to_filter2,...,tag_to_filterN]]]}

For more information, please visit http://seotoaster-documentation.seotoaster.com/

Best regards

Alexander
...