Yes, there is. Paste this in your function.php
add_action('pre_get_posts','wpse_175699_alphabetical_order');
function wpse_175699_alphabetical_order($query) {
if (is_category()) {
$query->set('orderby', 'title');
$query->set('order', 'ASC');
}
}
Related Posts:
- Order get_terms() By Custom Field
- How to Change the Categories Order in the Admin Dashboard?
- Sort posts by tags in category pages
- Display all posts in category, with specific tag posts at top
- I want to order categories based upon the latest post time
- WordPress Ordering Problem. How to fix ordering 1-10-100 issue?
- Order posts by category name
- Custom order categories in admin dashboard
- Arrange posts by date in front page
- How to redefine the sorting of product categories by menu_order?
- Order categories by name or view count
- WooCommerce – How to show specific category first-rest of products-specific category last
- Custom taxonomy/category order
- I want to display the all the posts that are inside a certain subcategory
- wp e-commerce group product by category [closed]
- List posts in alphabetical order
- Custom loop of a single category, cannot order by date. What am I missing?
- How to change the order of the subcategory and category in a post?
- How do order product categories – on a parent category page – in Woocommerce?
- Natural sort / ordering wp_dropdown_categories
- Sort posts alphabetically by category/custom taxonomy, insert divider between different types
- How can I order all subcategories alphabetical independent of the parent categories?
- Ordering terms whilst in loop
- Modifying category order
- Configure query with multiple categories in a custom order?
- $args Orderby The number
- Woocommerce custom taxonomy order
- Woocommerce – Display product category of product in Orders page
- How to display all the categories a post is in
- Why don’t posts show up in my categories on the frontend?
- Creating Category Specific menus
- Should I use “Categories ” or “Pages” for a WordPress Static Site (A non blog site)?
- How do I query_posts in cat=1 AND not in cat=2
- How to do some action weekly?
- Display single category name in woocommerce loop
- Show Posts from Single Category Not Working
- Functions.php: Exclude Category from “Blog”
- Use premade array as categories in wp_query?
- How do I get category and page ID’s?
- Category images are not displaying in WordPress
- Some categories missing on wp-admin/edit-tags.php?taxonomy=category
- Show child taxonomies (that have posts) of the current parent taxonomy
- Multiple selection for wordpress widget
- Get next post in same category not working WP 4.7.4
- How do you use the featured image of the most recent post in a category as the background image
- How do I retrieve the category ID (ugly permalinks) in my sub-navigation menu?
- function query_posts disabling current_page_menu class
- Using if statement in index.php instead of creating separate template files
- post_categories array using variable
- Pagination doesn’t work on multiple categories
- Multiple category posts on one page
- Wp Dropdown Category Not Show Current As Title
- How to load several hierarchical categories from functions.php
- How to get category names in post_class?
- output only if within a combination of two cats
- How to get the deleted category id?
- Maintaining a separate posts page for certain categories and don’t show those on home page
- wp_list_pages() not showing on posts
- How do I list only children of a specific category in a drop-down?
- Link posts together (relative, not grouped)
- Creating a Blog with numerous categories
- WordPress Category Question
- Conditional widget for theme template file
- Help to display the current categories and tags of a post
- How Can I Use Equal And Question Mark In Category Slug?
- How to show the clicked category related posts on category detail page?
- How to hide description on categories and tags?
- No “Quick Edit” links on categories admin page
- Replace deprecated get_category_children code with get_terms
- How can I display the category name in the single post when using WP Blog and Widget?
- Retrieving Categories based on the first character of the name
- Woocommerce: all products of all categories instead products of one category
- Ajax load more not working with multipler categories
- Image Upload Custom Form Field for Category and Custom Taxonomy
- Redirect Category pages to blog page with query string
- WordPress display only child category in template
- Category custom template is not showing correct posts
- Woocommerce change tag_id to name
- Im trying to add a div for just one category
- Using template file for single post in sub-directory multisite
- Too many categories drastically slow down my website
- Get category fixed in dropdown browse categories
- get_adjacent_post_link excluded_terms ignored
- Include category name in page template
- Category base 404 – fix
- Create Cross Promoting Categories in WordPress Using ‘pre_get_posts’
- Category count but only if category has at least one post
- Re writing Category Argument
- Categories to A News Page
- Restricting certain blog posts by date?
- Duplicate homepage to show posts from 1 category
- Determine the category that an archive-page is for
- Easiest way to display post archives in category-then-alphabetical order?
- Printing out Category and all Category Children on category.php
- Help Me “in_category” with echo? [closed]
- Can i know if it is Category first page or 5th?
- How do i set up multiple portfolios (each with its own defined set of images -) to display on the same page?
- Images as Categories
- Fetch Post Category
- Link from page to category posts