---
label: 'Moving a topic to a new forum'
related:
- forum.concept
---
{% set index_link_text %}{% trans %}Forums{% endtrans %}{% endset %}
{% set index_link = render_var(help_route_link(index_link_text, 'forum.index')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Move a forum topic and all of its comments to a new forum. {% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}Starting from {{ index_link }} (path: /forums), navigate to the forum that currently contains the topic.{% endtrans %}
- {% trans %}Locate the topic within the forum, and click on the title to view the topic.{% endtrans %}
- {% trans %}Click Edit.{% endtrans %}
- {% trans %}In the Forums field, select the new forum that you want the topic to move to.{% endtrans %}
- {% trans %}Check Leave shadow copy to create a link in the original forum pointing to the new location.{% endtrans %}
- {% trans %}Click Save.{% endtrans %}