The Absolute Positional Order method is used to sort promoted articles on the Help Center home page. It organizes articles based on the position of their Category, the Section within that Category, and the Article within its Section.
This method ensures a consistent order of articles, allowing users to easily find promoted content. To see this order in action, go to your Help Center, navigate to Articles, and then Arrange articles. Expand each Category and Section to view the order from top to bottom.
Promoted articles on the Help Center home page are sorted using the "Absolute Positional Order" method. This means they are organized based on three factors: the position of the Category, the position of the Section within that Category, and…
Yes, you can rename 'Promoted articles' to 'Recently updated' by modifying the home_page.hbs template. Simply replace the code within the curly braces, like this:<h2>{{t 'promoted_articles'}}</h2>
, with 'Recently updated'. However, if your Help…
Promoted articles appear at the top of their sections on the home page, but this doesn't change their order in the Arrange articles page. When you promote an article, it moves to the top of the list within its section and is marked with a star, but…