为什么我的本地主机/WordPress没有登录页面的链接

时间:2021-08-21 作者:Rob Wilkinson

我已经在Mac上安装了wordpress版本5.7.1和MAMP 6.3。

当我在localhost中单击下面显示的wordpress链接时

localhost for all 3 CMS (including wordpress)

您可以从下面的localhost/wordpress页面看到,没有显示登录链接

Wordpress localhost (pg 1)

Wordpress localhost (pg 2)

所以要登录,我实际上必须键入http://localhost/wordpress/wp-admin它通过这个屏幕登录

With Wordpress wp-login

Why is the Link to Login not showing on localhost/drupal and how can I make it show to make Logging in more easier ?

1 个回复
SO网友:tiago calado

这就是你的主题,使用urllocalhost/wordpress/wp登录。php

相关推荐

WordPress plugin installation

我用的是简单的add_filter 函数输出内容。add_filter(\'the_content\', \'my_name\'); function my_name( $content ){ // code return $content; } 当我激活该功能的插件输出时my_name 显示在所有页面中。如何将输出限制为仅一页?