This has to be simple I have authors set up as a taxonomy in config.toml. I’m using the function below in a sidebar.html to list the five most recent posts by all authors:
Thanks! That works. I realized that I don’t need the .Site.Params.widgets.recent_articles_num in my first example; that was a holdover from a theme I modified.
Now I’m trying this: since an author can have posts in two different Sections, and I want to limit the output to “posts”, this is what I came up with, but it throws the error “wrong number of args for first: want 2 got 3.”