Blog:Home

Revision as of 18:05, 1 October 2025 by Root (talk | contribs) (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. }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Featured blog posts

Error 1054: Unknown column 'post_mode' in 'where 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 post_mode='featured' ORDER BY `post_date` DESC LIMIT 100

Discuss this page