Latest news in dashboard

Hello friends, I need to change the latest news in the dashboard of my new thema and I can not find where to do it. You can support me.

You’d need to add the url to the feed you want to show in your custom theme config.php file

'latest_news_url' => 'THE_FEED_URL_YOU_WANT_TO_SHOW'
1 Like

No work in my template

What CMS version do you have please?

By

What do you mean exactly please? Is it not changed or does it not show any news?

my version is Version 1.8.9

and install with docker

You need to change the database setting for that.

update `setting` set value="https://example.org/myrss" where `setting`="LATEST_NEWS_URL";