我已设置模板taxonomy-event_type.php
正好显示在http://localhost:8000/types/<type_name>/
.
我现在需要的是:
用户登陆时重定向http://localhost:8000
对于此页面,
或将此模板与一起使用(如果我正在检查url并根据url将导航项目设置为活动的,那么最好是什么)类似(伪代码):
if is_home():
redirect(\'types/type1\')
或
use_template(\'taxonomy-event_type\',\'type1\');
有可能吗?