-
Notifications
You must be signed in to change notification settings - Fork 14
Influence order of posts on homepage and topic pages #155
Comments
@davidnuescheler suggested that we enable this by allowing the curator to add a list of links to the homepage or topic page using Word. Links can simply be absolute URLs copied from the staging environment. Helix would clean them up automatically to hide backend specifics. On the blog side, we would detach the list from the DOM and reorder the query hits accordingly. |
i quickly prototyped an implementation... find here: |
Cool! Should we make the featured posts an ordered list? I think it would be more explicit for the curator, and we could simply look for a I'd propose to open a PR for easier collaboration. |
i was thinking that initially as well, and then i realized that depending on how this goes, it may or may not be easier.... currently i am looking for a section that has a title "featured posts" and then simply take all the links in there... i don't think the additional constraint of an btw. this should almost already work on topic and possibly author pages as well... just in case someone wants to try that... |
It might be quicker for users to just insert a list than to type "featured posts" 😉. Also, we wouldn't force non-English speakers to write English in a different language branch...
Makes sense. I successfully used it on the German homepage: https://featured-posts--theblog--adobe.hlx.page/de |
Co-authored-by: rofe <github@rofe.com> Co-authored-by: Dominique Pfister <dpfister@adobe.com>
Tested on homepage, topic and author page. |
DocumentationHomepages
Topic or author pages
|
We need articles to publish by default in chronological order, as we have now, but we also need to be able to move articles around on both the homepage and category pages. So if an important news item needs to keep top billing for a few days, we can make that happen.
The text was updated successfully, but these errors were encountered: