{"id":18587,"date":"2012-06-13T21:48:45","date_gmt":"2012-06-13T21:48:45","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/adminbar-post-menus\/"},"modified":"2013-02-06T17:42:13","modified_gmt":"2013-02-06T17:42:13","slug":"adminbar-post-menus","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/adminbar-post-menus\/","author":8739132,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.2","stable_tag":"trunk","tested":"3.5.2","requires":"3.3.2","requires_php":"","requires_plugins":"","header_name":"Adminbar-Post-Menus","header_author":"Shawn Sandy","header_description":"","assets_banners_color":"dfd9c8","last_updated":"2013-02-06 17:42:13","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/autoloadmanager.shawnsandy.com\/","header_plugin_uri":"http:\/\/shawnsandy.com","header_author_uri":"http:\/\/shawnsandy.com","rating":4,"author_block_rating":0,"active_installs":10,"downloads":1489,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":"1","5":0},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"557896","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpeg":{"filename":"screenshot-1.jpeg","revision":"1566927","resolution":"1","location":"plugin"}},"screenshots":{"1":"Default Adminbar post menu"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2761,1865,4053],"plugin_category":[43],"plugin_contributors":[95500],"plugin_business_model":[],"class_list":["post-18587","plugin","type-plugin","status-closed","hentry","plugin_tags-adminbar","plugin_tags-menu","plugin_tags-quickjump","plugin_category-customization","plugin_contributors-shawnsandycom","plugin_committers-shawnsandycom"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/adminbar-post-menus_dfd9c8.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/adminbar-post-menus\/trunk\/screenshot-1.jpeg?rev=1566927","caption":"Default Adminbar post menu"}],"raw_content":"<!--section=description-->\n<p>Features<\/p>\n\n<ul>\n<li>Simple and easy to use<\/li>\n<li>No complicated options menu(s)<\/li>\n<li>Easy to customize in your theme functions<\/li>\n<li>Modular<\/li>\n<li>Stand Alone (Removed AL.Manager dependency)<\/li>\n<\/ul>\n\n<h4>Usage<\/h4>\n\n<p>On install post and page menus are automatically created.<\/p>\n\n<p>To customize your Adminbar Post Menus drop this code in your functions.php file or the now popular way in you own \"theme-plugin\". Don't forget to modify the post_type array to match your custom post types. More documentation will be coming soon.<\/p>\n\n<pre><code>\/**\n * Customize your Adminbar Post Menus\n *\n *\/\nfunction apm_menus() {\n\n    \/\/Add a single item to the menu\n    Adminbar_Menu::factory()-&gt;node_item('item-id', 'http:\/\/mysite.com\/test-page', 'Menu Title');\n\n\n    \/\/create an post_type array(post_type, menu_title);\n    $post_types  =  array('post' =&gt; 'Posts', 'page' =&gt; 'Pages','cwp_article' =&gt; 'Articles','cwp_faq' =&gt; \"FAQ(s)\");\n\n    Adminbar_PostMenus::factory()-&gt;set_post_types($post_types)-&gt;create_nodes('test', 'http:\/\/mysite.com\/test-page', 'Test Page');\n\n\n    \/\/load and run the class the old way\n    AdminbarPostMenus::add_menus()-&gt;set_post_types($post_types)-&gt;nodes();\n}\n\/\/ run the function on init;\n\nadd_action('init', 'apm_menus');\n<\/code><\/pre>\n\n<h3>Version 0.2<\/h3>\n\n<p>Adminbar Post Menus 0.2 is finally here, this release has been built using the new wp.autoload (al.manager) drop-in Adminbar component from ( http:\/\/autoloadmanager.shawnsandy.com ) the code has been completely rewritten the syntax is dead simple to use and should make adding items to the menubar a breeze.<\/p>\n\n<h3>Version 0.1.2<\/h3>\n\n<p>I really tried to keep this plugin simple and modular, no plugin options; roll your own if thats you thing or modify it in your theme functions file.<\/p>\n\n<h3>Usage<\/h3>\n\n<p>Customize your Adminbar Post Menus drop this code in your functions.php file or the now popular way in you own \"theme-plugin\". Don't forget to modify the post_type array to match your custom post types. More documentation will be coming soon.<\/p>\n\n<pre><code>\/**\n * Customize your Adminbar Post Menus\n *\n *\/\nfunction apm_menus() {\n\n    \/\/Add a single item to the menu\n    Adminbar_Menu::factory()-&gt;node_item('item-id', 'http:\/\/mysite.com\/test-page', 'Menu Title');\n\n\n    \/\/create an post_type array(post_type, menu_title);\n    $post_types  =  array('post' =&gt; 'Posts', 'page' =&gt; 'Pages','cwp_article' =&gt; 'Articles','cwp_faq' =&gt; \"FAQ(s)\");\n\n    Adminbar_PostMenus::factory()-&gt;set_post_types($post_types)-&gt;create_nodes('test', 'http:\/\/mysite.com\/test-page', 'Test Page');\n\n\n    \/\/load and run the class the old way\n    AdminbarPostMenus::add_menus()-&gt;set_post_types($post_types)-&gt;nodes();\n}\n\/\/ run the function on init;\nadd_action('init', 'apm_menus');\n<\/code><\/pre>\n\n<h3>Arbitrary section<\/h3>\n\n<!--section=installation-->\n<ol>\n<li>Upload plugin to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>0.2<\/h4>\n\n<p>New Adminbar class\nRemoved AL.Manager dependency<\/p>\n\n<h4>0.1<\/h4>\n\n<p>Beta release version.<\/p>","raw_excerpt":"Adds menu list of post by status to your WP admin bar, quickly jump to and and from post, easily from the admin menu.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/18587","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=18587"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/shawnsandycom"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=18587"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=18587"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=18587"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=18587"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=18587"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=18587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}