{"id":22919,"date":"2013-04-12T04:25:59","date_gmt":"2013-04-12T04:25:59","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/archive-posts-sort-customize\/"},"modified":"2015-09-24T02:36:17","modified_gmt":"2015-09-24T02:36:17","slug":"archive-posts-sort-customize","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/archive-posts-sort-customize\/","author":10031903,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.6.1","stable_tag":"1.6.1","tested":"4.3.34","requires":"4.3","requires_php":"","requires_plugins":"","header_name":"Archive Posts Sort Customize","header_author":"gqevu6bsiz","header_description":"","assets_banners_color":"a4a4a4","last_updated":"2015-09-24 02:36:17","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/gqevu6bsiz.chicappa.jp\/please-donation\/?utm_source=wporg&utm_medium=donate&utm_content=apsc&utm_campaign=1_6_1","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/archive-posts-sort-customize\/","header_author_uri":"http:\/\/gqevu6bsiz.chicappa.jp\/?utm_source=use_plugin&utm_medium=list&utm_content=apsc&utm_campaign=1_6_1","rating":4.9,"author_block_rating":0,"active_installs":600,"downloads":17905,"num_ratings":14,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.6":"<p>Some do not use the previous data.\nSorry for trouble you please re-settings again.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":"1","5":"13"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1007642","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1007642","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1007642","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.1.1","1.2","1.2.1","1.2.2","1.2.3","1.2.4","1.2.4.1","1.2.4.2","1.3.1","1.4","1.5","1.5.1","1.6","1.6.1"],"block_files":[],"assets_screenshots":{"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1538864","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538864","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1538864","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538864","resolution":"1","location":"plugin"}},"screenshots":{"1":"Settings Interface","2":"Support the ignore words for title order sort.","3":"Support the custom fields order sort.","4":"Support the individual term sort settings."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1445,2757,2250,166,4644],"plugin_category":[43,57],"plugin_contributors":[78590],"plugin_business_model":[],"class_list":["post-22919","plugin","type-plugin","status-publish","hentry","plugin_tags-archive","plugin_tags-customize","plugin_tags-frontend","plugin_tags-posts","plugin_tags-sort","plugin_category-customization","plugin_category-taxonomy","plugin_contributors-gqevu6bsiz","plugin_committers-gqevu6bsiz"],"banners":{"banner":"https:\/\/ps.w.org\/archive-posts-sort-customize\/assets\/banner-772x250.png?rev=1007642","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/archive-posts-sort-customize\/assets\/icon-128x128.png?rev=1007642","icon_2x":"https:\/\/ps.w.org\/archive-posts-sort-customize\/assets\/icon-256x256.png?rev=1007642","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/archive-posts-sort-customize\/trunk\/screenshot-1.png?rev=1538864","caption":"Settings Interface"},{"src":"https:\/\/ps.w.org\/archive-posts-sort-customize\/trunk\/screenshot-2.png?rev=1538864","caption":"Support the ignore words for title order sort."},{"src":"https:\/\/ps.w.org\/archive-posts-sort-customize\/trunk\/screenshot-3.png?rev=1538864","caption":"Support the custom fields order sort."},{"src":"https:\/\/ps.w.org\/archive-posts-sort-customize\/trunk\/screenshot-4.png?rev=1538864","caption":"Support the individual term sort settings."}],"raw_content":"<!--section=description-->\n<p>Easily settings interface and available sort to home, date archives, category\/tag\/taxonomy archives, search.<\/p>\n\n<h4>Sort Items<\/h4>\n\n<ul>\n<li>Post Date<\/li>\n<li>Post Title<\/li>\n<li>Post Author<\/li>\n<li>Post Comments Count<\/li>\n<li>Post ID<\/li>\n<li>Post Last Modified<\/li>\n<li>Post Order (page attributes\/menu_order)<\/li>\n<li>Custom Field of Post<\/li>\n<\/ul>\n\n<h4>For sort order to title<\/h4>\n\n<p>Available to ignore words of beginning of the title for post title of sort.\ne.g.)\n* The \n* A<\/p>\n\n<h4>For sort order to custom fields<\/h4>\n\n<p>Available to automatically whether sort to number <em>(meta_key_num)<\/em> or sort to string<em>(meta_key)<\/em>.<\/p>\n\n<h4>For Action\/Filter<\/h4>\n\n<p>You will possible to action before and after the this plugin.<\/p>\n\n<pre><code>add_action( 'apsc_before_sort' , 'custom_apsc_before_sort' , 10 , 2 );\n\nfunction custom_apsc_before_sort( $wp_query , $setting_data ) {\n\n    \/\/print_r($wp_query);\n    \/\/print_r($setting_data);\n\n}\n\n\nadd_action( 'apsc_after_sort' , 'custom_apsc_after_sort' , 10 , 2 );\n\nfunction custom_apsc_after_sort( $wp_query , $setting_data ) {\n\n    \/\/print_r($wp_query);\n    \/\/print_r($setting_data);\n\n}\n<\/code><\/pre>\n\n<h4>For Debug<\/h4>\n\n<p>You will possible to see the debug information after activate the <a href=\"https:\/\/wordpress.org\/plugins\/debug-bar\/\">Debug Bar<\/a> plugin.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the entire archive-posts-sort-customize folder to the \/wp-content\/plugins\/ directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>You will find 'Archive Posts Sort Customize' menu in your WordPress admin panel.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Q. For found the bug<\/dt>\n<dd><p>A. Please contact the Support Forum.\nhttps:\/\/wordpress.org\/support\/plugin\/archive-posts-sort-customize<\/p><\/dd>\n<dt>Q. Can I change the setting authority of the plugin?<\/dt>\n<dd><p>A. Yes, You will be able to plugin authority. Please try the filter hook.<\/p>\n\n<pre><code>add_filter( 'apsc_capability' , 'custom_apsc_capability' );\n\nfunction custom_apsc_capability( $capability ) {\n\n    \/\/var_dump($capability);\n    $capability = 'edit_posts';\n\n    return $capability;\n\n}\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.6.1<\/h4>\n\n<ul>\n<li>Fxied: Show error when not installed debug bar plugin.<\/li>\n<\/ul>\n\n<h4>1.6<\/h4>\n\n<ul>\n<li>Added: Support archives for Yearly\/Daily.<\/li>\n<li>Added: Some actions before and after sort.<\/li>\n<li>Updated: Taxonomies archives settings.<\/li>\n<\/ul>\n\n<h4>1.5.1<\/h4>\n\n<ul>\n<li>Security enhancement: Escape to add_query_arg\/remove_query_arg.<\/li>\n<\/ul>\n\n<h4>1.5<\/h4>\n\n<ul>\n<li>Added: Order field of Page Attributes of the Sort Target.<\/li>\n<li>Added: Ignore words of Post Title order of Sort.<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Added: Custon Taxonomies.<\/li>\n<li>Fixed: Get data mistake when category settings.<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Fixed: Javascript toggle miss.<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Updated: Settings for per Categories.<\/li>\n<li>Changed: Data version.<\/li>\n<\/ul>\n\n<h4>1.2.4.2<\/h4>\n\n<ul>\n<li>Fixed: Data update way.<\/li>\n<\/ul>\n\n<h4>1.2.4.1<\/h4>\n\n<ul>\n<li>Updated: Screen shots.<\/li>\n<li>BUg Fixed: Monthly archive link on settings screen.<\/li>\n<\/ul>\n\n<h4>1.2.4<\/h4>\n\n<ul>\n<li>Changed: Data save process.<\/li>\n<li>Supported: Compatible to 3.8-RC1.<\/li>\n<li>Added: Customize sort for Monthly archive.<\/li>\n<li>Bug Fixed: Empty setting when order by is custom field.<\/li>\n<\/ul>\n\n<h4>1.2.3<\/h4>\n\n<ul>\n<li>Added: Last modified of Sort target(orderby).<\/li>\n<li>Updated: Translations.<\/li>\n<\/ul>\n\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Support for SSL.<\/li>\n<li>Check to 3.6.<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Added a confirmation of Nonce field.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Added Search support.<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Some translation fixed.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<p>Made it possible to sort of home.<\/p>\n\n<h4>1.0<\/h4>\n\n<p>This is the initial release.<\/p>","raw_excerpt":"Customize the display order of the list of Archive Posts.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/22919","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=22919"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/gqevu6bsiz"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=22919"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=22919"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=22919"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=22919"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=22919"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=22919"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}