I coded this plugin in short for myself and my website alone. I came to realize that
there wasn't any such plugin that does something like this.
| Author: | modyours (profile at wordpress.org) |
| WordPress version required: | 3.1.4 |
| WordPress version tested: | 3.2.1 |
| Plugin version: | 1.0 |
| Added to WordPress repository: | 13-07-2011 |
| Last updated: | 01-10-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 70 |
| Rated by: | 2 |
| Plugin URI: | http://not-applicable |
| Total downloads: | 1 259 |
![]() Click to start download |
|
This plugin allows you to add the conditional Login/Logout, and Register/My Profile links to any custom WordPress menu you've created. You can add them selectively, and/or to more than one menu if necessary. (Requires more code, which I won't provide -yet.)
I haven't coded an 'admin backend' for this plugin yet, it's simply the core functions as of now. I coded this for my own website that doesn't exist anymore... in which I needed such a plugin.
To edit which menu it selects through the plugins IF statement, open 'Menu User Tools.php' and find this code:
** if($args->theme_location == 'top-menu') **
Change top-menu to the menu slug of the menu you would like to have Menu User Tools hook onto. You must have all the menus registered in your themes functions.php
You can easily have Menu User Tools hook onto all menus, simply by removing the above IF statement in the plugin file.
If you want more functionality out of this plugin you're going to have to code it yourself for now.
