Plugin for custom sort order for categories?
I’d like to employ a sort order option in my theme to allow categories to be sorted similar to pages. Can anyone recommend a plugin that does this?
I’d like to employ a sort order option in my theme to allow categories to be sorted similar to pages. Can anyone recommend a plugin that does this?
When I want to install a new WordPress plugin, I do a search for the plugin I want, and I receive a list of results.
I’m trying to show the latest posts using the get_query_var function. The function filters the posts according to their category.
When I’m displaying the posts on the page they appear unsorted although I’ve added the
i try to run a custom post type query to match following criteria:
sort movies first by year in descending order,
after that (“inside” the year order) by title alphabetically.
We want the users to re-order the posts on a page similar to pagination but I can’t find anything anywhere!
With the following code (in functions.php) my posts (of CPT event) are ordered by _end_date instead of _start_date. What’s the proper solution to this as of WP 3.1.3? Of course I’d like to avoid using deprecated meta_key.
I’m trying to create a loop of explicity ordered posts, for example:
Now with those custom post types and other bits of content that
don’t necessarily need to be organized chronologically by date, for
example: the client has a 100 T-Shirts as custom post type “SHIRT” and
he wants to set their appearance order.
I have a custom taxonomy registered for my custom post type. I need to make it possible for a user to specify the order in which the taxonomy terms should appear (something like menu order for pages). Then when displaying the taxonomy terms on the site I will use the specified custom order to order them.
i’m listing all posts of my custom post type “person” alphabetically sorted by the custom field last_name on a page.