Ad Inserter
94Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
Customize the display order of the list of Archive Posts.
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
Where it falls short
Archive Posts Sort Customize provides useful sorting features for WordPress archives, but its age and limited updates may be a concern for some users.
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.
Available to ignore words of beginning of the title for post title of sort.
e.g.)
* The
* A
Available to automatically whether sort to number (meta_key_num) or sort to string(meta_key).
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);
}
You will possible to see the debug information after activate the Debug Bar plugin.
Other plugins for custom content structures.
Manage Google AdSense ads, banners, ad rotation, sticky widgets, AMP ads, ads.txt, tracking, header and footer...
ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 millio...
Checkout Field Editor (Checkout Manager) for WooCommerce – The best WooCommerce checkout manager plugin to man...
Easily reorder posts, pages, custom post types, and taxonomies with intuitive drag-and-drop sorting in the Wor...
The #1 user-rated activity log plugin for event logging, activity monitoring and change tracking.
Admin UI for creating custom content types like post types and taxonomies