Changeset 427126
- Timestamp:
- 08/22/2011 02:27:28 PM (15 years ago)
- File:
-
- 1 edited
-
wordpress-admin-bar-improved/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-admin-bar-improved/trunk/readme.txt
r427108 r427126 17 17 18 18 * Easy Interface using WP3.0 Menus to add custom menu items to your Admin Bar. 19 <<<<<<< HEAD 19 20 * Displays a Login form on the front end of your site in the WP Admin Bar. 20 21 * Ajax Search Popup in from Admin Bar Search Form 21 22 * Manage default menu items. 22 23 * Ability to Show or Hide the admin bar by clicking the Show/Hide Box that appears below the top left corner of the admin bar 24 ======= 25 * Displays a login form on the front end of your site in the WP Admin Bar. 26 * Ajax Login 27 * Ajax Search from form in admin bar 28 * Ability to show or hide the admin bar by clicking the Show/Hide box that appears below the center of the admin bar 29 >>>>>>> cb625136c24b83a4c23b49288bd751f3969e7d9e 23 30 * More to come... 24 31 … … 34 41 OR 35 42 36 Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload the plugin's folder to `/wp-content/plugins/` .43 Extract all files from the ZIP file, making sure to keep the file structure intact, and then upload the plugin's folder to `/wp-content/plugins/` via FTP. 37 44 38 45 This should result in the following file structure: … … 49 56 | wpabi.php` 50 57 51 Then just visit your admin area and activate the plugin .58 Then just visit your admin area and activate the plugin on the Plugins screen. 52 59 53 60 == Frequently Asked Questions == 54 61 62 <<<<<<< HEAD 55 63 = HELP! Something got messed up! = 56 64 … … 58 66 59 67 = How to add menu items = 68 ======= 69 = How to change the settings? = 70 >>>>>>> cb625136c24b83a4c23b49288bd751f3969e7d9e 60 71 61 In the admin area of your site, click "Menus" under the "Appearance" menu. Create a new menu named `WPABI` or something like that. Add whatever menu items you want to it, and save the menu. In the box titled "Theme Locations", select the menu you created in the `Admin Bar Improved` dropdown select list, and hit save. After that, your menu items will appear in your admin bar! 72 In your WordPress admin dashboard, click the Settings -> WPABI menu item. (Taking suggestions for a better menu name.) 73 74 = How to add menu items? = 75 76 In the admin area of your site, click "Menus" under the "Appearance" menu. Create a new menu named `WPABI` or something like that. Add whatever menu items you want to it, and save the menu. In the box titled "Theme Locations" on the "Menus" screen, select the menu you created in the `Admin Bar Improved` dropdown select list, and hit save. After that, your menu items will appear in your admin bar for both logged in and logged out users.! 62 77 63 78 = It's not working! =
Note: See TracChangeset
for help on using the changeset viewer.