our-work: add filter to posts query
This commit is contained in:
11
theme.json
11
theme.json
@ -22,6 +22,13 @@
|
||||
"postTypes": [
|
||||
"page"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "blog",
|
||||
"title": "Blog page",
|
||||
"postTypes": [
|
||||
"page"
|
||||
]
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
@ -192,6 +199,10 @@
|
||||
"name": "footer",
|
||||
"title": "Footer",
|
||||
"area": "footer"
|
||||
},
|
||||
{
|
||||
"name": "useful-links",
|
||||
"title": "Useful links"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user