I solved it with this workaround. I created a new page (“Movies” with the URL domain.cc/movies) and added this via shortcode:
<?php
$taxonomy = 'artists';
$tax_terms = get_terms( $taxonomy, array(
'post_type' => 'artwork',
'orderby' => 'name',
'order' => 'ASC'
) );
?>
<?php
foreach ($tax_terms as $tax_term) {
?><div class="artistslist">
<a href="https://wordpress.stackexchange.com/<?php echo $taxonomy;?>/<?php echo $tax_term->slug;?>"><?php echo $tax_term->name;?>
</div>
<?php } ?>
Now I can access artist archives via domain.cc/artists/some-artist-name, and an A-Z list of all artists on domain.cc/artists
Related Posts:
- How to add images to taxonomies?
- Combine multiple custom user taxonomy in single url
- Taxonomy , subtaxonomy,child taxonomy of a product woocommerce
- How do I taxonomy terms based on terms they are used alongside?
- Taxonomies on custom taxonomies
- Add terms to a taxonomy archive from within the same taxonomy
- Check if current term is a child of another term
- SQL QUERY needed to get POST category (taxonomy) ? – MUST be SQL statement
- Advanced Tax Query
- How to display custom taxonomy in multiple columns?
- Custom taxonomies making WP very slow – Way to fix?
- Sorting taxonomy columns by meta value numeric
- Get Taxonmy Term ID For Current Post
- Changing stylesheet depending on custom taxonomy terms
- Taxonomy archive showing no results
- Custom taxonomy [year] is directing to yearly archive
- How to add Post Format Taxonomy Archive page in the menu?
- Custom Taxonomy index/archive hierarchy
- Filter custom taxonomy archive posts by 2nd custom taxonomy using select dropdown
- Custom Taxonomy Term Archive Page Template that Filters 2 or more Taxonomies
- Getting associated taxonomies
- How to use multiple archive templates for a taxonomy?
- How to add images to taxonomy terms? [duplicate]
- one post per term taxonomy
- I have custom post type with custom taxonomy. But not found the taxonomy page..
- Taxonomy archive template that shows posts from more than one taxonomy
- Query custom taxonomy for category including children
- How to get related taxonomies based on a category with mysql query?
- Prioritise Pages over Taxonomy Term Root Archive, but not Taxonomy Term Child Archives
- Tracking the name of a custom taxonomy
- Fill New Taxonomies
- Taxonomy archive, categorised by other taxonomy, not hiding empty taxonomies
- How to get a terms and posts associated with another term?
- What’s the url queryvar for a taxnomy archive?
- Creating a Taxonomy Page [duplicate]
- How do you search for a post by custom taxonomy?
- Exclude 2 in 3 terms of A Taxonomy from all Archives
- How to get multiple Taxonomies not All Taxonomies?
- WordPress Taxonomy Menu
- wp_get_object_terms count on taxonomies within an category archive
- Make custom post type display with custom taxonomy in url
- Taxonomies starting with a hyphen (minus) to assign B.C. dates to a post
- Complex Taxonomy scheme
- Querying posts globally based on custom taxonomy with its own taxonomymeta table
- How to truncate the description in the admin panel for a custom taxonomy
- Make relation of custom taxomies
- Custom taxonomy return 404
- How to use two same taxonomy in same post differently?
- set_object_terms for custom taxonomy in custom post type – not working
- Get all users attached to a taxonomy
- Multi level archive
- qtranslate-x problem with custom term description
- Resize $term attachment using url
- Custom Taxonomy Archives Page Errors
- Templates files for custom post type with custom tags
- List active taxonomy terms
- index.php Not Showing Custom Posts / Terms
- Display List of Categories Within a Custom Taxonomy
- Custom Taxonomy Archive Page for Parents AND Children?
- Sort Taxonomy List by Custom Values
- Custom taxonomy escaping html attr
- Showing list of custom posts of a custom taxonomy
- Display taxonomy posts
- taxonomy query on front page
- Redirect or Prevent Viewing of Custom Taxonomy’s Archives?
- Show portfolio category slug in url ( if exist)
- switch statement for taxonomy content
- Add image to taxonomy and output to homepage
- Change order custom taxonomy
- Looking for suggestions on creating simple database (Help!!)
- Display taxonomy term slugs
- Next/Previous links in custom taxonomy, where item may belong to multiple terms
- How to query authors by custom taxonomy?
- Extra fields on categories that is available via the WP-API?
- Can I use multi (sub) levels of relation (AND | OR) on custom query?
- How to display custom taxonomy
- Index page of posts tagged with two separate taxonomies
- Multiple taxonomies, what should the permalink look like?
- Child Pages and Custom Taxonomies
- Custom taxonomy – query returns an error
- How to use tax_query other than by slug or id or solve custom taxonomy tags conflicts with pre-existing tags?
- Remove taxonomy menu without removing the metabox?
- How to perform a search inside a specific taxonomy category
- Register custom taxonomy from a Advenced custom field option page
- Taxonomy term breadcrumb; how?
- Multiple loops on a Search result page?
- add custom fields in custom taxonomy meta box in wordpress-3.5.2
- How to permanently delete a taxonomy
- Sorting Custom Taxonomy in ASC/DESC order?
- Adding a query var to taxonomy term archive – gets redirected to the other taxonomy archive page
- How can i set post_per_page in my taxonamy?
- Advanced AND tax_query in sidebar with 2 taxonomies
- create taxonomy
- Select default taxonomy on dropdown
- Using wp_query is it possible to orderby taxonomy?
- List of taxonomy archive index page links
- Insert code on specific taxonomy archives
- Get Posts with matching lowest taxonomies
- Permalinks not working on MU network with domain mapping
- Custom Taxonomy Archive URL rewrite