Skip to content

Commit

Permalink
Documentation: change default post type term
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jan 16, 2018
1 parent b86cbe2 commit 8f0aab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Sometimes the intention might be to lock the template on the UI so that the bloc
- `all` — prevents all operations.
- `insert` — prevents inserting new blocks, but allows moving existing ones.

## Default Post Types
## Existing Post Types

It is also possible to assign a template to a default post type like "posts" and "pages":
It is also possible to assign a template to an existing post type like "posts" and "pages":

```php
$post_type_object = get_post_type_object( 'post' );
Expand Down

0 comments on commit 8f0aab9

Please sign in to comment.