Don’t know how did you set the post type and the taxonomy, but by default I think you’re supposed to see all quotes from an author through myblogname.com/the-author-name
.
If you want to place static words such auteur or citation in the link, then this is related to how you set the options for creating the post type and/or the taxonomy. (register_post_type and register_taxonomy).
Note: you can’t use author
(in english) because this slug already exists in WordPress (See Reserved terms).
About theme files, when you view a quotes list from an author (a taxonomy in this case), your theme uses taxonomy.php
file, you can create this file if doesn’t exists, see Template Hierarchy
Related Posts:
- How to get all taxonomies of a post type?
- Renaming Custom Post Types and Taxonomies
- Saving Taxonomy Terms
- Get Posts by Custom Post Type ,Taxonomy, and Term
- How to change permalink structure for custom post type and it’s taxonomies?
- How do I append multiple taxonomies to the URL?
- How do I list custom taxonomy terms without the links?
- How to list custom taxonomy categories?
- Custom Taxonomy Template Post List with Sort Order
- wp_insert_term doesn’t work with custom post type’s taxonomy
- Remove quick edit for custom post type
- Count posts that have specific taxonomy term attached
- Taxonomy archives based on Custom Post Type
- Filtering Posts by Multiple Taxonomy Terms such as in an Admin Post Listing?
- Get the ‘slug’ of a custom taxonomy
- How would I leverage custom Taxonomies in this scenario?
- Custom Metabox with Taxonomy Dropdown – Saving Issue
- Priority for Categories, Tags, Taxonomies, Posts, Pages and Custom Posts with same url
- Adding a term name from a custom taxonomy assigned to a post link displayed by a wp_query loop based on another taxonomy
- create a back-end wordpress content submission using custom post type
- Disable WordPress Recognizing Path as Attachment
- Include custom post type in “all posts”
- Displaying related posts in a custom post type by a custom taxonomy
- Get all taxonomies for all post types
- How do I display custom post types through a common taxonomy?
- Paginate_links won’t create the right links on a taxonomy filtered custom post type archive
- How to list custom post types?
- How to filter out post type meta?
- Custom Post Types and Categories?
- Conditional regex in add_rewrite_rule() for specific query filters & pagination
- Query Multiple Taxominies Across Multiple Post type’s
- Tag page with Custom Post Types not returning any posts
- Update permalinks when new category added to custom post type taxonomy
- Custom Taxonomy back-end customizations
- How to conditionally redirect to the post from a taxonomy page?
- Suggested Post and Taxonomy structure
- How do I share categories across multiple post types?
- Multiple tag cloud filtering
- Custom Post Type Category Link
- Output terms for custom post types
- Linking from CPT page to taxonomy.php
- Page not found for custom post type UI plugin and taxonomy
- Custom select query for taxonomies that have posts categorized in another taxonomy
- How to assign tag to custom post type in wordpress?
- Hide meta box for everything BUT a certain custom post type
- How can I create an automatic drop down menu with my tags?
- Get taxonomy singular name instead of taxonomy slug inside $taxonomy query
- Custom taxonomy template list not working (404)
- Use the custom post type archive for taxonomies?
- Taxonomy template page not working
- Custom taxonomy template shows 404 Error
- How to constrain the results to a specific post_type on tag archive page?
- Running a custom query inside another cpt single and trying to grab a variable
- Custom Post Type with modified permalink structure results in 404
- Get posts by category name
- Problems making shortcode with custom post types and taxonomy
- Custom Post taxonomy template
- Query Multiple Custom Post Types & Exclude a Taxonomy Term
- Get post-meta value of all custom-posts – lowest to highest year-count?
- Query all posts under one taxonomy? Why is my code not working?
- How to use taxonomy term as permalink folder
- CPT archive with WP native/core tax/categories
- Order posts by taxonomy terms
- Display related CPT with custom taxonomy
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- Define multiple prefixes for custom post type
- Taxonomies are not showing in the category dropdown
- Change custom post taxonomy values from front-end
- Custom post types not showing on the standard WordPress Category page
- List posts that have the current url taxonomy
- How to transfer categories (default) to custom taxonomy?
- Taxonomy to Post Type. Every Taxonomy Item can be Producer or Developer
- Custom Taxonomy – fields
- Pages of my taxonomy terms are showing all posts
- If custom taxonomy exist on post?
- Reuse the “category” slug for a custom post type
- How to get all posts assigned to a taxonomy term only?
- Displaying the Taxonomy and a Queried Term on a taxonomy.php page?
- Permalinks for a custom post type – with a page template (custom query) and taxonomy archive
- WordPress add taxonomies/terms list as a menu in archive page
- How to create TEMPLATES for TAXONOMIES? What I have to change in this code?
- Sorting on Taxonomy in archive page
- Create an additional template page for every term taxonomy
- Displaying taxonomy icon outside archive page
- Taxonomy Grid Archive Help?
- Query Distinct Taxonomies of Custom Post Type
- Show taxonomies from specific CPT
- Using a Taxonomy in Two Spots in a WordPress Post
- insert a taxonomy for a custom post type
- Custom post type URL returns 404 error page
- List a custom post type’s posts ordered by nested custom taxonomy
- Custom Post Type Template based on Taxonomy
- Author template – separate custom post type by custom taxonomy term for $curauth
- custom post type tags
- See the process of creating a taxonomy and tell me where I made a mistake
- How to add to taxonomies to a post type
- Filtering custom post types using category taxonomy
- Is it possible for post and custom post type to share a category base slug?
- custom taxonomy not return in the code
- How do I get parameters from the URL?