---
label: 'Placing a block'
related:
- block.overview
- block.configure
---
{% set layout_link_text %}
{% trans %}Block layout{% endtrans %}
{% endset %}
{% set layout_link = render_var(help_route_link(layout_link_text, 'block.admin_display')) %}
{% set configure_topic = render_var(help_topic_link('block.configure')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Place a block into a theme's region. {% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administrative menu, navigate to Structure > {{ layout_link }}.{% endtrans %}
- {% trans %}Click the name of the theme that you want to place the block in.{% endtrans %}
- {% trans %}Optionally, click Demonstrate block regions to see the regions of the theme.{% endtrans %}
- {% trans %}Find the region where you want the block, and click Place block in that region. A modal dialog will pop up.{% endtrans %}
- {% trans %}Find the block you want to place and click Place block. A Configure block modal dialog will pop up.{% endtrans %}
- {% trans %}Configure the block and click Save block; see {{ configure_topic }} for configuration details.{% endtrans %}