{{!< default}} {{#tag}}
{{!-- Featured posts first --}} {{#get "posts" filter="tag:{{slug}}+featured:true" include="authors,tags" order="published_at desc"}} {{#foreach posts visibility="all"}} {{> cardTutorial }} {{/foreach}} {{/get}} {{!-- Then all the rest in desc order --}} {{#get "posts" filter="tag:{{slug}}+featured:false" include="authors,tags" order="published_at desc" limit="50"}} {{#foreach posts visibility="all"}} {{> cardTutorial }} {{/foreach}} {{/get}}

Have a question you need answered?

Submit your question on the forum and get help from the community.

Ask a question
{{/tag}}