How do i set the default “Add page” to parent page “blog” and page template to “item”? I’m writing a blog and basically all i do is creating blog posts and it’s kind of annoying when i have to change that all the time manually.
Hi @endogen, you can set the default child page type for page, which should help you out a fair bit. In the page frontmatter of your Blog Markdown file, add the following:
child_type: item
The above assumes that the template for blog children are named “item”, you theme might use another template name.
I do not remember if this is an option for the blog parent page in Admin, if it is it’s likely under the “Advanced” tab when editing that page.
I have not found any way to change the default parent page except to modify the YAML for the Admin Panel plugin, but this change can be lost when updating the Admin😕
Here is an example where I changed all new pages to default to the sidebarpage template: