Closed jam1974 closed 1 day ago
Try changing libraries/astroid/framework/elements/articles/articles.xml roughly line 24
From
<option value="popular">ASTROID_WIDGET_ORDERING_POPULAR</option>
To
<option value="hits">ASTROID_WIDGET_ORDERING_POPULAR</option>
Edit and re-save widget once you've made the change. Let me know if it works.
Perfect, many thanks @felixkat
Great, I'll add a commit for it.
In the image, the article widget is integrated under 1 and 2. The settings for 1 are selected so that the latest posts are displayed. The settings for 2 are selected so that the most popular posts are displayed. However, the latest posts are also displayed here.