feat: ✨ add new Post wrapper and Blog overview page
This commit is contained in:
parent
b420a6eafa
commit
a2c6842b71
8 changed files with 384 additions and 6 deletions
|
@ -268,7 +268,7 @@ class MySQLAdapter {
|
|||
];
|
||||
|
||||
$qry = "
|
||||
SELECT post_path, post_metadata
|
||||
SELECT *
|
||||
FROM posts
|
||||
WHERE MATCH(post_tags) AGAINST (? IN BOOLEAN MODE)
|
||||
";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue