You need to change the code that currently displays that header, so that it doesn’t display the default title when it’s on this taxonomy.
You can detect if you are on a taxonomy page with the is_tax() function, and then you could do something like this:
$term_array = get_term_by( 'slug', get_query_var( 'term' ), 'materia' );
echo $term_array->name;
Related Posts:
- Taxonomy linked to pages
- How to set custom cookies before output
- WordPress custom taxonomy description for each post?
- How to find objects by terms
- Counting number of posts in a category and its sub categories and displaying result using shortcode
- How to stop loading multiple copies of jquery
- Creating a WordPress form with a PHP script and default header
- Display certain amount of posts on taxonomy archive page
- Why isn’t my if/elseif/else working correctly here?
- I want to remove the links from the term list returned by get_the_term_list
- StudioPress: add meta tag to every page [closed]
- Add custom HTML to posts page
- PHP Customization: Taxonomies and Queries, why? [closed]
- Display Post co-authored in Author Page
- Using PHP to toggle stylesheet and header image, set in cookie
- Mysterious HTTP 404 header in my own scripts
- Change logo based on incoming domain
- Make first letter of my taxonomy uppercase
- conditional statement for custom taxonomy
- Get taxonomy terms only of the WP_Query current posts
- Rename “Portfolio” slug?
- Conditional Header in wordpress
- add_image_size for header_image
- Create a hierarchical taxonomy list in WordPress
- get_the_tags() not iterating through for/while loop, but will with foreach
- Customising the search function?
- Add meta noindex to post if it has a specific taxonomy
- Responsive Header for Phone
- Displaying Hierarchical custom taxonomy
- Get term siblings of current child taxonomy
- My php header() function is not working [closed]
- “imagejpeg” function is not working in wordpress
- wp-comments-post.php file returns a blank page
- Insert custom PHP head above in WP pages
- Is_front_page inside header.php is always returning true
- Does wordpress templates always in files or in database?
- Way to bulk make all my tags lowercase?
- WordPress wp_redirect error
- Having Issue on Redirecting With Session in WordPress
- Category title output before opening title tag
- List taxonomy term slugs within shortcode (do_shortcode)
- Copy taxonomy terms from one post to another programmatically
- linking stylesheets and scripts with functions.php
- Hide image if taxonomy term is empty
- Isotope Drop Down Categories Filter Function
- unknown issue in ‘header.php’ preventing theme from displaying fully
- How can I use a sliced image As banner? [closed]
- How to filter custom taxonomy term name, slug, and description?
- Add meta tags to a custom header
- Hierarchical taxonomy list with modificated term links
- Add class to website based on post taxonomy
- Is this a correct usage of ob_start() in my WordPress project?
- WordPress site with embedded menu – gives You don’t have permission to access /wp-content/themes/xxx/taxonomy-redirect.php on this server
- Custom CSV exporter – Cannot modify header information – headers
- Taxonomy term count
- How to get all the items of a taxonomy even if it does not have a custom post type?
- Trying to display terms from custom taxonomy within function
- Custom functions for string data calculations
- WordPress Conditional / Multiple Taxonomy Query
- Hi need update in my terms for other taxonomy
- How to change the author box selection on a post to a custom taxonomy
- How do you remove header sitewide from mobile only?
- Show related products by attribute based and certain conditions
- How to hide a child category and show his parent category
- How do I use an iFrame for my header in WordPress twenty seventeen?
- How do I edit the terms output args or array data?
- update_term_meta() only updating once on certain meta keys
- Reliable way to add nonce to HTTP Header in WordPress?
- How to remove get_header From all single pages in wordpress with functions.php without plugin?
- Display values of current POST request on page
- ACF Taxonomy field values not select in backend
- Multiple Tag Filtering
- Changing ALT-tag for logo in wordpress
- ACF – Can’t get custom post type by taxonomy
- Modifying child theme’s header
- Add my footer menu to the header
- WordPress search query, how to modify the sql
- Permalink like example.com/taxonomy/post_type/postname
- Premature end of script headers: wp-mail.php?
- Displaying child taxonomy before parent
- New term taxonomy and description in front page. Input’s
- How to include different html tags in the header for different pages?
- How to associate dynamic PHP page for chosen WordPress tag?
- How to hide the Duplicate taxonomy values in WordPress?
- my site show this symbol (::) between site title and tagline
- Custom Taxonomy as Link
- Headers Already Sent
- Change taxonomy for categories
- Get all the contents of taxonomy and sort by term
- Changing 2011 theme header image based on user dropdown
- ISOTOPE – Missing/Invalid Arguement Get Terms
- wordpress taxonomy in regular posts
- Warning: Cannot modify header information (with a twist)
- Dynamic Email Handler with ‘header (“Location: …’
- How to extract URLs from wordpress taxonomies
- Three different queries on same page
- Remove colon from CTP UI “Singular Label”
- Trying to add taxonomy terms to search results page
- WordPress taxonomy and terms question
- How to limit number of posts in the certain category and exclude the oldest post automatically