Blog:Home
Created page with "== Featured blog posts == {{#cargo_query: tables=blog_posts | fields=_pageName=Page, title, date, authors, description, image | where=post_mode='featured' | order by=post_date DESC | format=template | template=Blog post row | named args=yes | limit=10 | default=No featured posts yet. }}" |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
tables=blog_posts | tables=blog_posts | ||
| fields=_pageName=Page, title, date, authors, description, image | | fields=_pageName=Page, title, date, authors, description, image | ||
| where= | | where=mode='featured' | ||
| order by= | | order by=date DESC | ||
| format=template | | format=template | ||
| template=Blog post row | | template=Blog post row | ||
| Line 10: | Line 10: | ||
| limit=10 | | limit=10 | ||
| default=No featured posts yet. | | default=No featured posts yet. | ||
}} | |||
== All Blogs == | |||
{{#cargo_query: | |||
tables=blog_posts | |||
| fields=_pageName=Page, title, date, authors, description, image | |||
| where=mode!='hidden' OR mode IS NULL | |||
| order by=date DESC | |||
| format=template | |||
| template=Blog post row | |||
| named args=yes | |||
| limit=200 | |||
| default=No blog posts yet. | |||
}} | }} | ||
Latest revision as of 16:44, 3 October 2025
Featured blog posts
Is this actually the first blog post?
All Blogs
Is this actually the first blog post?
