{"id":26028,"date":"2013-11-04T01:00:24","date_gmt":"2013-11-04T01:00:24","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/mw-wp-hacks\/"},"modified":"2015-02-18T06:23:45","modified_gmt":"2015-02-18T06:23:45","slug":"mw-wp-hacks","status":"publish","type":"plugin","link":"https:\/\/bal.wordpress.org\/plugins\/mw-wp-hacks\/","author":7957548,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.4.0","stable_tag":"1.4.0","tested":"4.1.0","requires":"3.6","requires_php":"","requires_plugins":"","header_name":"MW WP Hacks","header_author":"Takashi Kitajima","header_description":"","assets_banners_color":"","last_updated":"2015-02-18 06:23:45","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.amazon.co.jp\/registry\/wishlist\/39ANKRNSTNW40","header_plugin_uri":"https:\/\/github.com\/inc2734\/mw-wp-hacks","header_author_uri":"http:\/\/2inc.org","rating":4,"author_block_rating":0,"active_installs":60,"downloads":3842,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":"1","4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.3.0","0.3.1","0.4.0","0.4.1","0.4.2","0.4.3","0.4.4","0.5.0","0.6.1","0.6.6","1.0.0","1.0.1","1.0.2","1.0.3","1.0.4","1.1.0","1.2.0","1.3.0","1.3.1","1.3.2","1.3.3","1.3.4","1.3.5","1.4.0"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1180,5020],"plugin_category":[],"plugin_contributors":[78191],"plugin_business_model":[],"class_list":["post-26028","plugin","type-plugin","status-publish","hentry","plugin_tags-hack","plugin_tags-setting","plugin_contributors-inc2734","plugin_committers-inc2734"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/mw-wp-hacks.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>MW WP Hacks is plugin to help with development in WordPress.<\/p>\n\n<ul>\n<li>Add Google Plus ID field in user profile page. IF input, echo &lt;link rel=\"author\" \/&gt; in &lt;head&gt;.<\/li>\n<li>Custom Feed into any post types.<\/li>\n<li>Custom text after excerpt.<\/li>\n<li>Add Google Plus ID field in management page. IF save this, include &lt;link rel=\"publisher\" \/&gt; in &lt;head&gt;.<\/li>\n<li>Add Facebook AppID field in management page. IF save this, include &lt;div id=\"fb-root\"&gt;&lt;\/div&gt; any more.<\/li>\n<li>Add GA Tracking ID field in management page. IF save this, include Google Analytics tag.<\/li>\n<li>Add UA Tracking ID field in management page. IF save this, include Universal Analytics tag.<\/li>\n<li>Add OGP &amp; Twitter Cards setting.<\/li>\n<li>Add Google Site Verification setting.<\/li>\n<li>Add Meta description setting.<\/li>\n<li>Include any social scripts. ( Facebook, Twitter, Hatena Bookmark, Google+1 )<\/li>\n<li>Define widget areas.<\/li>\n<li>Define custom thumbnail sizes.<\/li>\n<li>Fix wp_title in the case of japanese.<\/li>\n<li>You can setting that custom post type to disable a single page.<\/li>\n<li>You can setting that posts per page for custom post type.<\/li>\n<li>Useful method: MW_WP_Hacks::pager();<\/li>\n<li>Useful method: MW_WP_Hacks::get_top_parent_id();<\/li>\n<li>Useful method: MW_WP_Hacks::is_custom_post_type();<\/li>\n<li>Useful method: MW_WP_Hacks::the_local_nav(); There is the shortcode [local_nav]<\/li>\n<li>Useful method: MW_WP_Hacks::the_bread_crumb();<\/li>\n<li>The Class that Register Custom Post Type and Custom taxonomy.<br \/>\n\u2018\u2018\u2018\n$Manage_Custom_Post_Type = new MW_WP_Hacks_Manage_Custom_Post_Type();\n$Manage_Custom_Post_Type-&gt;custom_post_type( '\u65b0\u7740\u60c5\u5831', 'news',\n  array( 'title', 'editor', 'author', 'excerpt', 'comments', 'revisions', 'thumbnail' ),\n  array( 'has_archive' =&gt; false )\n);\n$Manage_Custom_Post_Type-&gt;custom_taxonomy( '\u65b0\u7740\u30ab\u30c6\u30b4\u30ea\u30fc', 'news-category', array( 'news' ),\narray( 'hierarchical' =&gt; true )\n);\n$Manage_Custom_Post_Type-&gt;init();\n\u2018\u2018\u2018<\/li>\n<li>etc...<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>MW WP Hacks<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Do setting in settings page.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.3.6<\/h4>\n\n<ul>\n<li>Refactoring bread crumb.<\/li>\n<li>Refactoring local navigation.<\/li>\n<li>Add shortcode [local_nav]<\/li>\n<li>Add Twitter Cards setting.<\/li>\n<\/ul>\n\n<h4>1.3.5<\/h4>\n\n<ul>\n<li>Fixed a bug that posts per page setting are not reflected in taxonomy archive page.<\/li>\n<\/ul>\n\n<h4>1.3.4<\/h4>\n\n<ul>\n<li>Add setting that taxonomy archive to be disabled.<\/li>\n<\/ul>\n\n<h4>1.3.3<\/h4>\n\n<ul>\n<li>Fixed a bug that widget does not display.<\/li>\n<\/ul>\n\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Fixed a bug that sometimes incorrect fb:app_id is output.<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Add \"Use default\" option in posts per page for custom post type settings.<\/li>\n<\/ul>\n\n<h4>1.3.0<\/h4>\n\n<ul>\n<li>Remove feature: Taxonomy archive to be disabled<\/li>\n<li>Add setting that posts per page for custom post type.<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Add setting that taxonomy archive to be disabled.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Add setting that custom post type to disable a single page.<\/li>\n<li>Fixed a japanese translation bug.<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Fixed a custom rss settings bug.<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Fixed a custom rss settings bug.<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Fixed a bug that is incorrect ogp image size.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed the Universal Analytics bug.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Refactoring.<\/li>\n<li>Add Method: MW_WP_Hacks::the_bread_crumb()<\/li>\n<li>Add Class: MW_WP_Hacks_Manage_Custom_Post_Type<\/li>\n<\/ul>\n\n<h4>0.6.1<\/h4>\n\n<ul>\n<li>Bugfix: Fix bug that display notice error in feed.<\/li>\n<\/ul>\n\n<h4>0.6.0<\/h4>\n\n<ul>\n<li>Add   : Facebook social script locale setting.<\/li>\n<li>Add   : Google social script locale setting.<\/li>\n<\/ul>\n\n<h4>0.5.0<\/h4>\n\n<ul>\n<li>Add   : Add Universal Analytics Tracking ID setting.<\/li>\n<\/ul>\n\n<h4>0.4.4<\/h4>\n\n<ul>\n<li>Add   : Custom thumbnail size can be selected in media uploader.<\/li>\n<li>Change: Delete taxonomy name in wp_title() that to display tax name.<\/li>\n<\/ul>\n\n<h4>0.4.3<\/h4>\n\n<ul>\n<li>Add   : In the case of the page where both is_author and is_post_tupe_archive are true, set is_author to a false.<\/li>\n<\/ul>\n\n<h4>0.4.2<\/h4>\n\n<ul>\n<li>Delete: Delete og:local setting.<\/li>\n<\/ul>\n\n<h4>0.4.1<\/h4>\n\n<ul>\n<li>Bugfix: Fix japanese sentence mistake in settings page.<\/li>\n<\/ul>\n\n<h4>0.4.0<\/h4>\n\n<ul>\n<li>Add   : Custom post archive page's meta description setting.<\/li>\n<\/ul>\n\n<h4>0.3.0<\/h4>\n\n<ul>\n<li>Refactoring<\/li>\n<\/ul>\n\n<h4>0.2.7<\/h4>\n\n<ul>\n<li>Add   : mw_wp_hacks::get_description();<\/li>\n<li>Add   : Filter hook mw-wp-hacks-description.<\/li>\n<li>Add   : OGP setting.<\/li>\n<li>Add   : Google Site Verification setting.<\/li>\n<li>Add   : Meta description setting.<\/li>\n<\/ul>\n\n<h4>0.2.6<\/h4>\n\n<ul>\n<li>Bugfix: 404 page title.<\/li>\n<li>Add   : Hide link in custom post edit page when public =&gt; 'false'.<\/li>\n<\/ul>\n\n<h4>0.2.5<\/h4>\n\n<ul>\n<li>Add   : excerpt_more settiing.<\/li>\n<li>Bugfix: 404 page title.<\/li>\n<li>Change: Delete excerpt_length<\/li>\n<li>Change: Added feed post type \"post\" when activate.<\/li>\n<\/ul>\n\n<h4>0.2.4<\/h4>\n\n<ul>\n<li>Bugfix: Undefined $facebook_app_id error.<\/li>\n<li>Bugfix: Notice error in 404 page.<\/li>\n<li>Bugfix: Can't delete meta box error.<\/li>\n<\/ul>\n\n<h4>0.2.3<\/h4>\n\n<ul>\n<li>Supported less than php 5.3.<\/li>\n<li>Display message at the update.<\/li>\n<\/ul>\n\n<h4>0.2.1<\/h4>\n\n<ul>\n<li>Fix readme.txt<\/li>\n<\/ul>\n\n<h4>0.2.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"MW WP Hacks is plugin to help with development in WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/26028","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=26028"}],"author":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/inc2734"}],"wp:attachment":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=26028"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=26028"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=26028"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=26028"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=26028"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=26028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}