修改文件“form topic.php”(位于“/wp content/plugins/bbpress/templates/default/bbpress/form topic.php”):
32 <form id="new-post" name="new-post" method="post"
action="<?php the_permalink(); ?>">
将其更改为:
32 <form id="new-post" name="new-post" method="post"
action="<?php echo the_permalink() . "?redirect_to=/question-awaiting-moderation/"; ?>">
将此修改后的文件上载到:“/wp-content/themes/YOUR\\u-THEME/bbpress/form-topic.php”
如果您正在调整回复,请对这些回复执行相同的操作(表单reply.php)。