Found a solution:
// redirect on homepage to taxonomy
add_action("template_redirect", function() {
if (is_front_page()) {
return wp_redirect(get_term_link('type1', 'event_type'));
}
});
Related Posts:
- base directories / URL
- How to set up a single portfolio page as home page?
- Expired event redirect to parent category
- How to manage the links of a new taxonomy
- Same page for startpage and archive?
- How to perform unit testing on proposed patches in Trac?
- Custom columns for taxonomy list table
- Remove the category/taxonomy description field?
- Add ‘Description’ to taxonomy ‘Quick Edit’
- How to organize and cache additional data associated with terms?
- Using pre_get_posts to set posts per page, how do I?
- Better way to enforce category hierarchy in post_categories_metabox?
- Child Terms not Displaying on the Taxonomy Term Admin Screen
- Set a cookie in WordPress, using a select form and Jquery
- How to add terms to taxonomy with wp_insert_terms?
- How to add automatically keyword to taxonomies when a post published, and assign them to the post
- Display Custom Taxonomy in Sidebar in Two Columns
- Custom taxonomy archive – No posts found [closed]
- Display parent taxonomy name and list child taxonomies below it?
- How can I make WordPress serve homepage to different URL?
- All pages showing up as homepage on WordPress website
- Conditional tag affecting taxonomy term and its children?
- Custom template for archive of a custom taxonomy
- front end publishing not working on front-end page
- Getting the parent from the wp_term_taxonomy
- Variable in Array Not Working
- How to list 2 taxonomy terms for a post, based on their hierarchy
- How can I redirect my website’s homepage to a random blog post?
- Displaying all terms of a custom taxonomy
- Showing custom taxonomy column in taxonomy category listings immediately after create category
- Order wordpress taxonomy parent terms by their children count
- Use get_terms to get post_tags but limit to a taxonomy
- Plugin to assign parent category on multiple taxonomy terms
- Pagination on taxonomy archive pages breaks
- how to show only last child terms of a taxonomy
- Check for taxonomy archive on search results page
- Use a CPT as a taxonomy
- How to list taxonomy terms in reverse order?
- how to display only the sub category names of the taxonmoy
- Adding tag’s featured image to tag archive
- Group Post by Custom Taxonomy 2 under Custom Taxonomy 1
- Ordering Taxonomies / Changing term_id
- How to restrict users in edit post that can just select exists tags? not add new
- Changing the default taxonomy key length
- Adding taxonomy terms based on custom field
- Multi Taxonomies same terms
- add upload image to default taxonomy
- How to get custom field value in frontend for taxonomy
- Syntax help needed: Taxonomy Query
- How to make tags show up in search results?
- Creating links to a page displaying posts from a particular category
- Redirect /home to home.php
- Different permissions for same type of post
- custom taxonomy terms archive page
- How to get my register taxonomy
- SQL query joining on taxonomy tables not returning what I would expect
- List sub-taxonomies from current taxonomy
- Retrieve list of taxonomies in json
- Match and Merge Terms in Different Taxonomies
- Can you have seperate sidebars for multiple taxonomy archives?
- Display check marked taxonomies as drop down menu
- Retrieve all term IDs of post
- How to order a taxonomy’s terms numerically, from lowest to highest using get_terms
- Displaying Custom Taxonomy Children in Dropdown
- Add new post redirection [closed]
- Why can’t I gain access to my homepage images?
- Display List of All Taxomony Terms of A Post
- WP_Query, Taxonomy, list of attached items to a Term, sorted
- How to Redirect WordPress domain.com/?anyword to 404 Page?
- Query Two Different Taxonomies Nested
- wp_insert_term doesn’t want to enter its data into custom taxonomy
- Is it possible to prevent the deletion of taxonomy by detecting $_GET request
- Why doesn’t ‘post__not_in’ work with ‘cat’?
- Including taxonomy in searches
- Different Sidebar for same Taxonomy
- How Do I Register Two Taxonomies with one Parent of the Other?
- I want to change the slugs of my terms dynamically
- Restrict access if logged out except for homepage
- taxonomy_edit_form_fields output after term fields
- Make/create a category for every page
- All tag/category/custom taxonomy archives 404
- Get a specific category in multiple categories
- $product->ID in has_term() not working, but manually inputting the ID works, why?
- how do you get one specific term from a shortcode attribute?
- How to add dynamic content in title and meta description in wordpress theme for homepage, post page, category, tag and pages
- Fatal error Call to a member function filter()
- Using is_tax with multiple taxonomies
- Taxonomy pages, stop them indexing or being generated?
- Post as frontpage – avoid duplicate content
- How to filter the terms to a special custom taxonomy?
- Pages throwing 404 error on server load
- Display yesterday’s last post’s Custom field from Unique terms of one Taxonomies
- Apply custom taxonomy archive template to children
- Why does my taxonomy code display the first alphabetical term?
- Custom Taxonomy link out the loop
- IF taxonomy archive is hierarchical THEN
- How do make WordPress to let alone my static home page?
- Hiding a tag from display
- taxonomy change to post/page type
- Make category page the wordpress homepage (not blog)