Best tutorial I’ve seen on doing this is Chris Coyier’s Dynamic Archives on Digging into WordPress.
Related Posts:
- visually sort ordering “custom post types” for end users
- Custom Table Column Sortable by Taxonomy Query
- Custom sortable columns ordered by meta-value?
- How do I allow users to sort posts? [duplicate]
- Sorting results from JSON-API on custom fields
- Sort users in get_users() in custom order
- Archive sorting functions by custom fields (front-end)
- Sort by custom field value
- How to sort posts with the first 2 or 3 by latest, and the rest is random?
- Get “wp_get_nav_menu_items” to sort alphabetically [duplicate]
- Ascending sort order for monthly & category view, i.e. ?m=201204, ?cat=4
- Adding Sorting to Website?
- Sorting by tag or category
- get_terms orderby name as numbers
- Creating a category page by alphabet
- Search results sorted by post types
- Why anything done on comments_array hook gets reset?
- Sorting get_post_ancestors array
- wordpress custom_meta ordering of timestamps
- Multi-level ordering in WordPress
- Sorting for custom column in WordPress admin post table
- Sorting and limitation with pre_get_posts
- Sort Posts By Category?
- Help alphabetically sorting $terms from get terms(‘wpsc_product_category’
- Vertical alphabetically post columns
- Advanced custom fields sort repeater by date
- Nesting if statements to echo only one string based on what tag was filtered?
- Filter Media by Featured on Admin
- Displaying posts sorting by a custom criterion
- Sorting custom post type by usermeta
- Sort posts by meta key that is serialised with other meta keys
- orderby field – list of available options?
- User Query sort on custom field then name
- WooCommerce sort products by the actual product width(not the shipping width)
- WP Query sort by meta value
- Sort and filter custom post type posts by custom taxonomy
- Best Practices for a Completely Customizable Homepage – without plugins
- Sorting posts by custom field value
- How do I create a sort capability by Title, Category, Author, Date?
- How to avoid duplicating same meta_value?
- ‘sort_column’ => ‘menu_order’ not working
- Sort scheduled posts in ascending order by default
- How to sort by number
- Post filtering is returning blank page
- sort items by randomness
- Sort posts by clicks on download button
- inner foreach loop sorting
- Sorting products by price ( regular + sale price )
- How to use a dropdown to filter posts by custom field
- Sortby parameter to sort users
- Update meta_key value for a page
- Sort my event calendar by date
- Filter or order based on custom field
- Table Sorter sort by span title?
- make two custom columns sortables
- How to display remaining post ( in post__in ) if posts are less then post per page?
- Drop down filter sort posts by latest, last 7 days and monthly
- ACF pro: Group teaser by datepicker year and display custom sub fields [closed]
- Sorting in WP_List_Table class
- how to develop a filter in wordpress to let the user filter the page content depends on the date (newest to oldest etc…)?
- How to use multiple orderby conditions on query search results? (orderby one post type, relevance)
- Sort an array with an ACF meta key
- Grouping and paging CPT events by month with custom field date
- display wordpress user who published a pending post of another user
- Static front page and orderby
- Advanced sorting of content in wordpress [closed]
- Sort posts by first content letter
- Grouping posts starting with same letter
- Getshopped (WP-e-commerce): show all protucts on one admin page for drag-and-drop ordering [closed]
- WordPress – show all posts + ones with specific tag
- List CPT by menu_order with children right after parent
- Multidimensional array sort?
- How can users sort multiple pages?
- Filter and Search
- Sort posts after filtering them through multiple taxonomies
- How do i Sort my Posts
- How to resort my id in wordpress?
- posts_results filter – additional sort, with a meta value, to move posts to the end of the results, with pagination working
- Sort Featured Content by Order instead of ID
- How can I change the post order after filtering in WordPress?
- Disable emojicons introduced with WP 4.2
- remove_action or remove_filter with external classes?
- How to remove a filter that is an anonymous object?
- Passing a parameter to filter and action functions
- Difference Between Filter and Action Hooks?
- Add filter menu to admin list of posts (of custom type) to filter posts by custom field values
- remove empty paragraphs from the_content?
- How to know what functions are hooked to an action/filter?
- Can the Next/Prev Post links be ordered by menu order or by a meta key?
- Filter to remove image dimension attributes?
- Get a list of all registered actions
- WordPress hooks/filters insert before content or after title
- How to add defer=”defer” tag in plugin javascripts?
- Query to sort a list by meta key first (if it exists), and show remaining posts without meta key ordered by title
- How can I edit post data before it is saved?
- add_action(), add_filter() before or after function
- apply_filters(‘the_content’, $content) vs do_shortcode($content)
- How do filters and hooks really work in PHP
- single-{$post_type}-{slug}.php for custom post types
- How to create an API for my plugin?