Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Generic Provider to access entries #14

Open
beberlei opened this issue Aug 13, 2011 · 1 comment
Open

Generic Provider to access entries #14

beberlei opened this issue Aug 13, 2011 · 1 comment
Assignees
Milestone

Comments

@beberlei
Copy link

To print summary pages, rss feeds and such i feel the need to access all the data from the other views in a template.

For example:

{% for entry in site.entries %}

This is of limited use though, as i need them sorted by a FM variable:

{% for entry in site.entries.sort("fm_varname", "DESC") %}
@maxailloud
Copy link

Maybe a twig filter/function can do this.

@ghost ghost assigned farazdagi Jan 19, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants