This website uses cookies to remember you and improve your experience. For more info see our Privacy Policy.

  • About
  • Websites
    • Business Websites
    • Author Websites
  • SEO
  • Portfolio
    • Author Web Design
    • Business Web Design
    • Custom Graphics
    • Logos
  • Services & Pricing
    • Author Website Packages
    • Website Hosting
    • Page Speed Optimization
    • SEO
    • Local SEO
  • MyBookTable
    • MyBookTable Support
  • Contact
  • Hire Us

Mobile Menu

  • Menu
  • Skip to right header navigation
  • Skip to main content

Stormhill Media

Custom websites for every type of business

Header Right

  • About
  • Websites
    • Business Websites
    • Author Websites
  • SEO
  • Portfolio
    • Author Web Design
    • Business Web Design
    • Custom Graphics
    • Logos
  • Services & Pricing
    • Author Website Packages
    • Website Hosting
    • Page Speed Optimization
    • SEO
    • Local SEO
  • MyBookTable
    • MyBookTable Support
  • Contact
  • Hire Us

Removing Genre word from MBT title

Home » Developer Resources » Removing Genre word from MBT title

Unfortunately there is no built-in way to do this in the plugin. However if you know a PHP developer that can help you make a tweak to your theme or are comfortable making a change to your theme’s functions.php file yourself, it is quite easy to use MyBookTable’s customization functions to change this by adding the following code to your theme:

function mytheme_override_archive_title($output) {

if(is_tax(‘mbt_genre’)) {

$output = get_queried_object()->name;

}

return $output;

}

add_filter(‘mbt_get_book_archive_title’, ‘mytheme_override_archive_title’);

~Tim

 

« Previous
Next »

Site Footer

Quick Links:

  • Contact Us
  • Pricing & Services
  • Sitemap
  • Terms/Conditions
  • Privacy Policy
  • Business Websites
  • Author Websites
  • SEO Services
(903) 213-5266‬

Copyright © 2025 · Stormhill Media All Rights Reserved.
Website by Stormhill Media
Log in