Dynamic Favorites

Jul 08 2012

Populates the favorites drop down menu, introduced in 2.7, with links based on actual page accesses. Lists the pages you actually use most.

Tracks admin page accesses and maintains a running total of those page accesses. Based on the top admin page accesses, this plugin will display a configurable number of favorites in the drop down menu.

  1. Upload the dynamic-favorites folder to the /wp-content/plugins/ directory or install directly through the plugin installer.
  2. Activate the plugin through the 'Plugins' menu in WordPress or by using the link provided by the plugin installer
  3. Optional: Visit the options page in the Admin at Settings>Dynamic Favorites to configure the number of favorites to display in the drop down.

NOTE: See "Other Notes" for Upgrade and Usage Instructions as well as other pertinent topics.

How can I show more items in my favorites menu?

Browse to Settings>Dynamic Favorites and enter a new limit. The default is 5.

Can I reset the links in my favorites drop down?

Yes. Visit your profile page and select true from the Reset Dymanic Favorites drop down and then click Update Profile.

  1. dynamic-favorites screenshot 1

    Admin Favorites Drop Down Menu

  • XHTML 1.0 fixes for links in drop down
  • Fixed function reference for call to add the options page
  • Added prepare statements for the sql queries
  • Added additional ignores
  • Code cleanup
  • Initial Public Release