Commit cf65040d by 杨子

去掉顶部菜单资料项

parent 81adb21e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# BEGIN WordPress # BEGIN WordPress
<IfModule mod_rewrite.c> <IfModule mod_rewrite.c>
RewriteEngine On RewriteEngine On
RewriteBase / RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L] RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
</a> --> </a> -->
<a href="/login-2"> <a href="/wordpress/login-2">
<i class="fa fa-user-circle-o"></i> <i class="fa fa-user-circle-o"></i>
<?php echo esc_html($account_texts); ?> <?php echo esc_html($account_texts); ?>
</a> </a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment