I managed to resolve my question. by just adding this code to the title function of my theme. I didn’t know it was not included that’s why.
} elseif (is_tax() ) {
$title = single_term_title( '', false );
Related Posts:
- Automatically Give All Custom Post Types a Pre-Set Category [duplicate]
- index.php Not Showing Custom Posts / Terms
- How to remove the tag cloud from custom taxonomy admin page?
- Custom columns on edit-tags.php main page
- custom post type taxonomy “tag” archive : no post found
- Include and Exclude Taxonomies From Archives & Feeds Using ‘pre_get_posts’
- Exclude Specific Term from Search
- Can I turn off write-in tags/taxonomies?
- pre_get_posts with tax_query causes empty result
- Sort Custom Post Type Archive by Taxonomy Term [duplicate]
- Is it possible to use one slug for Multiple Taxonomies?
- Widget to display custom taxonomy tag cloud
- Check if current term is a child of another term
- How to hide custom taxonomy archives same way as hiding custom post types?
- Post tags saving as both tag name & tag ID on post update when tags are displayed as checkboxes
- Non-hierarchical custom taxonomy using checkboxes on edit-screen -> saving issue
- How to pass posts_per_page and paged params query vars to custom taxonomy archive urls?
- How to group by taxonomy on Custom Post Type archive
- Page queried instead of a custom taxonomy
- How to display and use all existing tags at my write-post-at-frontend-panel?
- how to get title to custom tags page
- How do I display a tag cloud with both post tags AND a custom taxonomy?
- Can I turn off write-in tags/taxonomies?
- Using a different template per Custom Taxonomies for single term archive pages
- How to create archive page for taxonomy terms within custom post type
- How to redirect custom post type archive to first term of associated taxonomy?
- WordPress renames slug of tags used in multiple taxonomies?
- Allow only 1 instance of each term in each custom taxonomy
- How do I make a custom taxomony appear like tags?
- How do I get WordPress URL rewrites into Sitemap?
- Make tag cloud links consistent
- Creating an Archive using a Custom Taxonomy
- Custom Taxonomy template is not recognised
- Hook to change Custom Tag Taxonomy Links?
- How do I Use Multiple Loops with WP_Query?
- How to adjust code to refresh a dropdown box with tags that are active on filtered category listing
- Metabox to list/store a certain type of post tag
- Display direct children of the current custom taxonomy in taxonomy.php template
- Date archive permalinks for custom taxonomy
- Taxonomy archive showing no results
- Dynamic loading of Archive content based on custom taxonomy term name
- Sorting Tags by Slug Value
- List taxonomies according to whether this post is in another taxonomy in taxonomy archive
- Custom Taxonomy Template Error: Catchable fatal error: Object of class WP_Error could not be converted to string
- orderby meta_value breaks taxonomy term archives
- Why is the custom taxonomy archive page redirecting me to a single post? [closed]
- Create template for taxonomy results limited by Custom Post Type
- How to have two different versions of a tag/category/taxonomy archive page?
- Get number of post who belongs in two taxonomies!
- How do I exclude posts from custom taxonomy from a custom post type archive?
- Extend & Search Native WordPress Image Galleries With Tags and Taxonomies?
- How to add Post Format Taxonomy Archive page in the menu?
- How does WordPress Parent-Child Taxonomy actually Works?
- Custom taxonomy archive shows 404 error
- How to filter a post in the Tag Cloud widget, using tags of a media library image attached to the post?
- Custom Taxonomy index/archive hierarchy
- Filter custom taxonomy archive posts by 2nd custom taxonomy using select dropdown
- Replace taxonomy permalinks
- Custom Taxonomy Term Archive Page Template that Filters 2 or more Taxonomies
- How to use multiple archive templates for a taxonomy?
- Front-End Custom Taxonomy Tag Select
- Create custom taxonomy and Display in metabox dropdown
- Problem with removing post tags programmatically
- how does the wordpress rest API work
- What’s the name of the custom post type yearly archive template?
- How to get custom category’s link?
- saving meta/custom field to tag
- Why isn’t the ‘no results’ being shown when a query returns no results?
- Reverse order of posts in a certain taxonomy archive?
- Use the custom post type archive for taxonomies?
- Changing input type from text to multi select dropdown – skill taxonomy
- Displaying user selected custom tags/taxonomies on the front-end
- pre_get_posts post_meta event
- Taxonomy archive template that shows posts from more than one taxonomy
- Archive page for custom post type and custom taxonomy
- Custom Taxonomy List with Children
- Featured Images for Tags?
- why the archive of custom taxonomy term shows nothing?
- Template file renders on local install, not on web
- Advanced archive url structure (category, tag and date)
- Displaying the post count of all custom taxonomy terms in a list format
- Need equivalent of single_term_slug
- Automatically tag posts based on user-defined words [closed]
- Can I output a custom taxonomy as a submenu in the site navigation menu?
- making an index from custom taxonomies and tags of posts (not hierarchical taxonomy)
- is there a way of getting term children that only shows those from two taxonomies
- How can I combine WordPress default Tags and bbPress tags into one archive page?
- Set two terms for a post when they differ only by an accent
- Main query disturb pre_get_post by category query
- Add terms to a taxonomy archive from within the same taxonomy
- Custom Taxonomies Archive Page 404
- Get tags name under custom taxonomy in wordpress
- How to show category list in WordPress
- Filter Tags for current users
- How to create archive pages for metadata query generated posts (so without taxonomy)?
- Limit Tag Links in Post Content
- How to create a completely functioning separate archive for posts from only 1 or 2 specific categories
- How to pass posts_per_page and paged params query vars to custom taxonomy archive urls?
- Hierarchical taxonomies in permalink cause 404 for sub term archive
- How to get a terms and posts associated with another term?