{"id":3452,"date":"2008-07-30T14:28:42","date_gmt":"2008-07-30T14:28:42","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-multicollinks\/"},"modified":"2009-01-08T16:44:24","modified_gmt":"2009-01-08T16:44:24","slug":"wp-multicollinks","status":"publish","type":"plugin","link":"https:\/\/pan.wordpress.org\/plugins\/wp-multicollinks\/","author":549574,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.2","stable_tag":"trunk","tested":"2.7","requires":"2.2","requires_php":"","requires_plugins":"","header_name":"WP-MulticolLinks","header_author":"mg12","header_description":"","assets_banners_color":"","last_updated":"2009-01-08 16:44:24","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.neoease.com\/plugins\/","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/wp-multicollinks\/","header_author_uri":"http:\/\/www.fighton.cn\/","rating":0,"author_block_rating":0,"active_installs":20,"downloads":12928,"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":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539073","resolution":"1","location":"plugin"}},"screenshots":{"1":"This is the WP-MulticolLinks widget with 2 columns."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[221,175,168,162],"plugin_category":[43],"plugin_contributors":[81099],"plugin_business_model":[],"class_list":["post-3452","plugin","type-plugin","status-publish","hentry","plugin_tags-ajax","plugin_tags-links","plugin_tags-sidebar","plugin_tags-widget","plugin_category-customization","plugin_contributors-mg12","plugin_committers-mg12"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-multicollinks.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-multicollinks\/trunk\/screenshot-1.png?rev=1539073","caption":"This is the WP-MulticolLinks widget with 2 columns."}],"raw_content":"<!--section=description-->\n<p>Show the links with multiple columns layout in the sidebar.\nYou can limit the number of links, switch it between one-column and multiple-column layouts in the sidebar. and you can sort the links or random, use the 'Show all' button.<\/p>\n\n<p>\u5728\u4fa7\u8fb9\u680f\u663e\u793a\u4ee5\u591a\u680f\u7684\u5e03\u5c40\u663e\u793a\u53cb\u60c5\u94fe\u63a5\u3002\n\u4f60\u53ef\u4ee5\u9650\u5236\u663e\u793a\u94fe\u63a5\u7684\u6570\u91cf\uff0c\u5728\u5355\u680f\u548c\u591a\u680f\u4e4b\u95f4\u968f\u610f\u5207\u6362\u3002\u5e76\u4e14\u53ef\u4ee5\u5bf9\u94fe\u63a5\u8fdb\u884c\u6392\u5e8f\u6216\u968f\u673a\u6392\u5217\u3002\u8fd8\u53ef\u4ee5\u4f7f\u7528\u201c\u663e\u793a\u5168\u90e8\u201d\u7684\u6309\u94ae\u3002<\/p>\n\n<p><strong>Supported Languages:<\/strong><\/p>\n\n<ul>\n<li>US English (default)<\/li>\n<li>\u7b80\u4f53\u4e2d\u6587<\/li>\n<\/ul>\n\n<p><strong>Demo:<\/strong><\/p>\n\n<p><a href=\"http:\/\/www.neoease.com\/\">http:\/\/www.neoease.com\/<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip archive to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>This is two ways to add the WP-MulticolLinks widget to the sidebar:\n\n<ul>\n<li>Go to 'Design-&gt;Widgets', and add the WP-MulticolLinks to your blog.<\/li>\n<li>In your 'sidebar.php' file add the following lines:<\/li>\n<\/ul><\/li>\n<\/ol>\n\n\n\n<pre><code>&lt;h3&gt;Blogroll&lt;\/h3&gt;\n&lt;?php wp_multicollinks(); ?&gt;\n<\/code><\/pre>\n\n<p><strong>Arguments:<\/strong><\/p>\n\n<pre><code>NAME            TYPE       DESCRIPTION                 DEFAULT VERSIONS\nlimit           integer    the number of links.        0(all)  1.0+\ncolumns         integer    the number of columns.      1       1.0+\ncategory        string     the name of the category            1.0+\n                           to show.\norderby         string     sort by                     name    1.0+\n                           name\/url\/rating\/rand.\norder           ASC\/DESC   how to sort.                ASC     1.0+\nnavigator       true\/false show navigator buttons.     true    1.0+\n<\/code><\/pre>\n\n<p><strong>Using Examples:<\/strong><\/p>\n\n<pre><code>&lt;?php wp_multicollinks('limit=20&amp;orderby=rand&amp;columns=2'); ?&gt;\n&lt;?php wp_multicollinks('category=blogroll&amp;orderby=rand&amp;order=DESC'); ?&gt;\n&lt;?php wp_multicollinks('limit=20&amp;navigator=false'); ?&gt;\n<\/code><\/pre>\n\n<p><strong>Custom CSS:<\/strong><\/p>\n\n<ul>\n<li>WP-MulticolLinks will load wp-multicollinks.css from your theme directory if it exists.<\/li>\n<li>If it doesn't exists, it will load the default style that comes with WP-MulticolLinks.<\/li>\n<\/ul>\n\n<!--section=changelog-->\n<pre><code>VERSION DATE       TYPE   CHANGES\n1.0.2   2008\/12\/29 MODIFY Updated the JavaScript and using namespace.\n                   FIX    Fixed DB table names.\n1.0.1   2008\/08\/20 FIX    Fixed display bug in IE6.\n1.0     2008\/07\/30 NEW    Add localization support.\n                   NEW    Add Simplified Chinese language support.\n                   DELETE Remove 'target' argument.\n0.6     2008\/07\/26 FIX    Fixed a bug of 'target' argument.\n0.5     2008\/07\/25 NEW    Add WordPress Widget support.\n0.4     2008\/07\/24 FIX    Fixed a display bug.\n                   NEW    Add AJAX paging support.\n0.3     2008\/07\/21 NEW    Base features.\n<\/code><\/pre>","raw_excerpt":"Show the links in multiple columns.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/3452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=3452"}],"author":[{"embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mg12"}],"wp:attachment":[{"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=3452"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=3452"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=3452"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=3452"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=3452"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pan.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=3452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}