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 |
||
| 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=post_date DESC | | order by=post_date DESC | ||
| format=template | | format=template | ||
Revision as of 18:23, 1 October 2025
Featured blog posts
Error 1054: Unknown column 'post_date' in 'order clause'
Function: CargoSQLQuery::run Query: SELECT `blog_posts`.`_pageID` AS `cargo_backlink_page_id_blog_posts`,`_pageName` AS `Page`,`title` AS `title`,`date` AS `date`,`authors__full` AS `authors`,`description` AS `description`,`image` AS `image`,`date__precision` AS `date__precision` FROM `cargo__blog_posts` `blog_posts` WHERE mode='featured' ORDER BY `post_date` DESC LIMIT 100