在我的项目中,我使用 WordPress 作为仅用于 wp Rest api 的无头 cms 和空白主题(仅 index.php 和 style.css)。我希望用户在访问前端主页时重定向到 WordPress 仪表板。我尝试将重定向放入 wordpres 根目录中的 index.php 中,如下所示
header("Location: /wp-admin");
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
但它不起作用,我也不确定它是否正确。我怎样才能做到这一点?
元芳怎么了
互换的青春