The pre_get_posts
filter can be used to change query parameters (untested):
add_action( 'pre_get_posts', static function ( $query ) {
if ( is_admin() ) {
return;
}
if ( ! $query->is_main_query() ) {
return;
}
if ( ! $query->is_home() ) {
return;
}
$query->set( 'orderby', 'title' );
} );
Related Posts:
- One of my pages uses the archive.php template only. Why?
- How do I custom a page that doesn’t exist in the page list?
- BuddyPress : how can I call the template WordPress would have chosen (template hierarchy)?
- I want to display all related posts for a selected tag in WordPress
- Page Templates Used in Custom Post Type
- How can i change email template for new user
- Enable page templates. How?
- Is it possible to override the result of get_template_part()?
- Prevent comments_template() to load comments.php
- Page editor missing Templates drop down
- How to find the posts page (home page) programatically
- Custom templates folder
- How to Rename a Template File?
- get page templates
- How to assign a class to a page with a custom template?
- Proper Javascript Implementation
- Guest author’s post not display in author template
- How to apply a custom template for posts by default?
- Which php file lists all the post of a category
- Get templated page/post content via the WordPress API
- Is there a way to check which template file is being loaded, if it is not a page template file?
- creating custom archive template within plugin for custom post type using archive_template filter
- When a link doesn’t exist, how to tell WordPress what to do? (404 Error Page)
- How to remove wp_link_pages() from template
- How can I get WP to use templates in lower-level subfolder?
- how to make a home page for wordpress custom theme
- Generate Catalog Of Posts Based On Template
- Extending body classes in front- and backend
- How do I find the directory of a page template?
- New custom nev not working [closed]
- Is there a way to set different post templates for parent posts and child posts in the same post type?
- Why write markup for index.php?
- Include Lumen/Laravel app in custom WordPress template
- Having trouble with Template hierarchy. I Need to create a set of pages that drill down from states to specific locations
- How can I hardcode template selection?
- Changing layout programmatically
- How to identify which template WordPress’s default search-form retrieves in my theme
- How to use same page template if post status other than ‘publish’?
- How do I override the search template in a plugin?
- How to properly Remove certain CSS / JS files from template
- What is the most efficient way to create multiple versions of the same template?
- Is there any way to write custom HTML is some .php file and then call it wherever necessary?
- How to redirect my custom template page to content-none.php if no posts found?
- Get URL of current post but not the page number
- Is template name always same as directory name?
- Single Post Breadcrumb not linking back to Custom Post Type Index?
- Form post to WordPress page = wrong template
- get_month_link uses what wordpress template?
- Load custom script on a single template
- Archive template limiting to 4 entries?
- Author template help. How to check if field exists in the profile?
- Can you use block patterns in block templates or insert them programmatically?
- WP redirect to custom login page if a user is not logged in
- Is it possible to have a template that works on multiple categories where the link address contains the specific category?
- Change default template in the block editor (Gutenberg)
- How do I create post template for different taxonomy
- Ip2location plugin in my template header?
- How to create new template page and template-parts in wordpress theme [closed]
- How to display custom post type?
- Import a header template from another theme
- Will placing custom templates in sub directory break any native WordPress functionality
- Archive-custome_post.php template not working
- Change “posts per page” depending on width
- How to slice down index.php from a template and import from another file?
- Can index.php take over for front-page.php in template hierarchy on second page?
- What filter or action hook to use in order to load some code before the template begins printing in BuddyPress? [closed]
- how to change already posted blog to custom template wordpress?
- WordPress change title with custom dynamic
- template with multiple post loops for multiple widgets [duplicate]
- Random home page at each refresh between array of page IDs
- How do I get tags linking to proper pages (/tag/sample-tag -> pages with that tag)
- How to name custom search page PHP file?
- get_template_part for template in subdirectory not working
- Assign template to custom page type?
- Accidentally deleted code in header.php
- Custom post template
- Main content not displaying using custom page template
- plugin overwrites other plugin’s archive-.php file
- Creating custom URLs with template to fetch external JSON
- How can I display a list of pages and the template used by each?
- Templates for Mobile Site
- Where is search.php?
- Including Custom Template on template_include Filter not working
- Is it possible to return a specific tag archive/template as one of the search results?
- Show a custom template, no matter the page being viewed, if the user is not logged in
- A page created with url of blog redirects to the posts page, how do I stop this?
- WordPress templates bug
- Taxonomy Parent not showing up in address bar
- printf, translation and the_author_posts_link()
- wp e-commerce single-product template giving 404
- Tag Posts showing in wrong places
- Strange Behavior of Page Template Dropdown
- WordPress Template works until page becomes a child
- WordPress -> PHPBB look a like
- front page won’t change templates
- Including 2 Negative Is_Template Conditionals in header.php [closed]
- Add custom card template to masonry layout using Essential Grid [closed]
- Where is the general html template file?
- Adding new Template Parts in the Block Editor when using Classic Themes
- WordPress “Blog” template hierarchy