How to Get to WordPress Admin When at the URL
Logging in to your WordPress administrator panel is a snap when you can do it directly through your blog instead of wading through your Web hosting account. Thus many WordPress themes include a member log in link on the sidebar or footer. If your theme does not have such a link or if it has been removed, you can type the log in address directly in your browser or use your Web hosting control panel.
Instructions
-
Log In
-
1
Click the location bar of your Web browser. The location bar is the long white bar on your browser's navigation bar, above the browsing window.
-
2
Type your WordPress address after the "http://" as in the following example:
http://yourwordpressblog
-
-
3
Add "/wp-login.php" to your WordPress domain as follows:
http://yourwordpressblog.xxx/wp-login.php
-
4
Enter your admin user name and password in the WordPress log in area. Check the "Remember me" check box if you want to stay logged in and click "Log In."
Create Link
-
5
Go to your admin panel after logging in via the admin URL. Click "Appearance" and select "Widgets."
-
6
Click a sidebar or footer to open it. Add a text widget from the "Widgets" area to the sidebar or footer. Click the drop-down arrow on the widget to open it.
-
7
Enter the <a href> HTML code in the widget and insert the WordPress admin URL as follows:
<a href="http://yourwordpressblog.xxx/wp-login.php">Log In</a>
-
8
Click "Save" and then click "Close." Now the link will appear on your WordPress blog where you have added it.
-
1