WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by gqevu6bsiz v1.6.1

Archive Posts Sort Customize

Customize the display order of the list of Archive Posts.

Archive Posts Sort Customize

The facts

Rating
4.9★ from 14
Active installs
500+
Price
Free
Last updated
24 Sep 2015
Added
Apr 2013
Requires WP
4.3
Tested up to
WP 4.3.34
Downloads
18,280

Our analysis

AI-assisted

Archive Posts Sort Customize is a WordPress plugin that allows you to sort posts in various ways across different archives, including home, date, and category/tag archives. You can sort by criteria such as post date, title, author, comments count, and custom fields. The plugin also provides options to ignore certain words at the beginning of titles and to sort custom fields as either numbers or strings.

This plugin is suitable for users who want to have more control over the order in which their posts are displayed in archives. It is particularly useful for developers or site administrators looking to tailor the presentation of content based on specific sorting criteria.

Best for: This plugin suits WordPress site administrators and developers looking to customize post sorting in archives.

What it does well

  • Offers multiple sorting options for posts
  • Allows ignoring specific words in titles for sorting
  • Supports sorting custom fields as numbers or strings
  • Includes action/filter hooks for custom functionality
  • Debug information available with Debug Bar plugin

Where it falls short

  • Limited information on user interface and ease of use
  • Last updated in September 2015, may not be compatible with newer WordPress versions

Verdict

Archive Posts Sort Customize provides useful sorting features for WordPress archives, but its age and limited updates may be a concern for some users.

From the developer

gqevu6bsiz's own description of Archive Posts Sort Customize, lightly tidied.

Easily settings interface and available sort to home, date archives, category/tag/taxonomy archives, search.

Sort Items

  • Post Date
  • Post Title
  • Post Author
  • Post Comments Count
  • Post ID
  • Post Last Modified
  • Post Order (page attributes/menu_order)
  • Custom Field of Post

For sort order to title

Available to ignore words of beginning of the title for post title of sort.
e.g.)
* The
* A

For sort order to custom fields

Available to automatically whether sort to number (meta_key_num) or sort to string(meta_key).

For Action/Filter

You will possible to action before and after the this plugin.

add_action( 'apsc_before_sort' , 'custom_apsc_before_sort' , 10 , 2 );

function custom_apsc_before_sort( $wp_query , $setting_data ) {

    //print_r($wp_query);
    //print_r($setting_data);

}


add_action( 'apsc_after_sort' , 'custom_apsc_after_sort' , 10 , 2 );

function custom_apsc_after_sort( $wp_query , $setting_data ) {

    //print_r($wp_query);
    //print_r($setting_data);

}

For Debug

You will possible to see the debug information after activate the Debug Bar plugin.

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for custom content structures.

Ad Inserter

Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...

Free 300k+ installs 4.9★ (2,428)
Advanced Custom Fields

ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...

Free 2M+ installs 4.5★ (1,438)
Simple Custom Post Order

Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...

Free 300k+ installs 4.8★ (569)
WP Activity Log

The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.

Free 300k+ installs 4.7★ (488)
Custom Post Type UI

Admin UI for creating custom content types like post types and taxonomies

Free 1M+ installs 4.6★ (276)