{"id":38196,"date":"2015-08-14T18:17:30","date_gmt":"2015-08-14T18:17:30","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/greek-sort\/"},"modified":"2015-08-14T19:28:08","modified_gmt":"2015-08-14T19:28:08","slug":"greek-sort","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/greek-sort\/","author":14539630,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"trunk","tested":"4.2.39","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Greek Sort","header_author":"Irongate Creative","header_description":"","assets_banners_color":"c6c6c6","last_updated":"2015-08-14 19:28:08","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/irongatecreative.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":656,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0.0":"<p>Initial release.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1221152","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1221152","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1221176","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1221176","resolution":"2","location":"assets"}},"screenshots":{"1":"This is the Greek Sort options page. All post types can be enabled\/disabled, have their column hidden, and their language specified.","2":"This is an example posts page. The posts are automatically sorted by your selected language."}},"plugin_section":[],"plugin_tags":[33695,29736,11005,33696,4644],"plugin_category":[],"plugin_contributors":[130021,130022],"plugin_business_model":[],"class_list":["post-38196","plugin","type-plugin","status-closed","hentry","plugin_tags-fraternity","plugin_tags-greek","plugin_tags-phonetic","plugin_tags-sorority","plugin_tags-sort","plugin_contributors-ghcrows13","plugin_contributors-nickirongate","plugin_committers-ghcrows13","plugin_committers-nickirongate"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/greek-sort_c6c6c6.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/greek-sort\/assets\/screenshot-1.png?rev=1221176","caption":"This is the Greek Sort options page. All post types can be enabled\/disabled, have their column hidden, and their language specified."},{"src":"https:\/\/ps.w.org\/greek-sort\/assets\/screenshot-2.png?rev=1221176","caption":"This is an example posts page. The posts are automatically sorted by your selected language."}],"raw_content":"<!--section=description-->\n<p>Greek Sort can automatically sort posts from a given post type by greek phonetics. Each post type can be configured individually. When enabled, a given post type will only be sorted when a page is loaded or when a post for that post type is added, updated, or trashed. No code required.<\/p>\n\n<p>A few other languages are available, Spanish and Russian, and more languages can be requested.<\/p>\n\n<h3>Support<\/h3>\n\n<p>This plugin is supported by ghcrows13 and NickIronGate. Contact us via the support tab to submit bugs or feature requests.<\/p>\n\n<h3>Story<\/h3>\n\n<p>George (ghcrows13) created this plugin during his internship at Irongate Creative. He's returned to school now, and is busy being a student, but we will continue to provide regular support.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>GreekSort<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to the Settings -> Greek Sort in the WordPress sidebar<\/li>\n<li>Enable the post types you want and configure them as desired<\/li>\n<li>Save your changes!<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Do I have to write code?<\/dt>\n<dd><p>No, coding is not required. When a post type is enabled that post type will automatically be sorted.<\/p><\/dd>\n<dt>Will this slow down my website?<\/dt>\n<dd><p>No. This plugin doesn't run on the front-end of your website.<\/p><\/dd>\n<dt>When do my posts get sorted?<\/dt>\n<dd><p>Enabled post types will be sorted:<\/p>\n\n<ul>\n<li><p>when a post of an enabled post-type is created, updated, or trashed<\/p><\/li>\n<li><p>when the \"Greek Sort\" settings page is loaded<\/p><\/li>\n<\/ul><\/dd>\n<dt>Does this add anything to my website's database?<\/dt>\n<dd><p>Yes, but not much, and the plugin will clean up when it's deactivated or uninstalled.<\/p>\n\n<p>Here's what's added:<\/p>\n\n<ul>\n<li><p>A custom field called \"greek_sort\" is added to posts for enabled post types.<\/p><\/li>\n<li><p>These custom fields are removed when a post type is disabled.<\/p><\/li>\n<li><p>All custom fields and settings are erased when the plugin is uninstalled.<\/p><\/li>\n<\/ul><\/dd>\n<dt>What if I want to write code?<\/dt>\n<dd><p>Here's an example of how to use Greek Sort in your WP_Query:\n     'post',\n            'orderby'   => 'greek_sort',\n        );\n        $the_query = new WP_Query($args);\n    ?>\nor\n     'post',\n            'orderby'   => 'title',\n        );\n        $the_query = new WP_Query($args);\n    ?><\/p>\n\n<p>The previous two examples expand to this WP_Query:\n     'post',\n            'meta_key'  => 'greek_sort'\n            'orderby'   => 'meta_value_num',\n        );\n        $the_query = new WP_Query($args);\n    ?><\/p>\n\n<p>NOTE: This means you can't use meta_key or meta_compare with greek_sort. If you need to use meta_compare, please consider using <a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Meta_Query\">meta_query<\/a> instead.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Easily sort posts by greek phonetics. Useful to sort chapters for fraternity\/sorority websites.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/38196","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=38196"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ghcrows13"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=38196"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=38196"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=38196"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=38196"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=38196"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=38196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}