Custom pages (2.0) #3351
Unanswered
ghost
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to figure out how I can add custom pages. For example, in the Admin > Navigation section I can add navigation links. I want one of those links to be "Recently Added" which will take the user to a page of the top 20 most recently added articles. I know it's possible to fetch this using the GraphQL API. How would I be able to do this within a navigation page? Or should I create a script that runs periodically and updates this page with the content it fetches from GraphQL?
Beta Was this translation helpful? Give feedback.
All reactions