Managing our Categories block
Any time we create a new block display using views, we can easily assign it to any region from the Block layout page. Begin by navigating to /admin/structure/block
and then follow these nine steps:
Locate the Sidebar second region.
Click on the Place block button.
Locate the Categories block.
Click on the Place block button.
Select the Pages tab under Visibility.
Enter the path
/blog
into the Page text field.On a second line, add another path to
/blog/*
.Make sure the Show for the listed pages checkbox is selected.
Click on the Save block button.
With our Categories block assigned to the Sidebar second region, we will now need to add the Sidebar second region to our page.html.twig
template before we can preview it.